about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* [extractor/bigo] Update API URL df-test-cleanupdirkf2022-08-281-1/+1
* [bigo] Supply missing media extensiondirkf2022-08-281-0/+1
* [test] Identify download errors betterdirkf2022-08-081-1/+1
* [aes] Linterdirkf2022-08-081-1/+1
* [extractor/minds]dirkf2022-08-081-1/+1
* [test] Identify testcase errors betterdirkf2022-08-081-1/+4
* [aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET (#29749)Wes2022-07-301-2/+2
* [VVVVID] Support video/dash types (#31060)Kyraminol Endyeran2022-07-121-0/+15
* [options] Improve be35e53 (--match-/reject-title parameter value)dirkf2022-07-031-2/+2
* [Mediaset] Support player version number in URL patterndirkf2022-06-261-1/+5
* [NHK] Use new API URLdirkf2022-06-151-1/+1
* [test] Fix linter for 3aa94d7945dfaa0e04acf2700ffe0e43b00db498dirkf2022-06-152-1/+2
* [XHamster] Support xhday.com alias, extract `uploader_id`dirkf2022-06-121-3/+16
* [utils, etc] Kill child processes when yt-dl is killedpukkandan2022-06-108-21/+42
* [YouTube] Support JSON3 subtitle formatdirkf2022-06-092-21/+55
* [test] Fix workable subtitle tests (except YT) and mark others as skip, brokendirkf2022-06-081-7/+15
* [test] Skip not _WORKING IE in subtitle tests; use unittest.skipTest throughoutdirkf2022-06-082-4/+6
* [HRFernsehen] Back-port new extractor from yt-dlpdirkf2022-06-062-0/+102
* [utils] Escape URL while sanitizingpukkandan2022-06-061-1/+1
* [Readme] Clarified extractor naming (#29799)LewdyCoder2022-05-301-1/+1
* [YouPorn] Improve `upload_date` extractiondirkf2022-05-281-2/+4
* [utils] Enable ALPN in HTTPS to satisfy broken serversdirkf2022-05-281-0/+19
* [YouTube] Handle player c5a4daa1 with indirect n-function definitiondirkf2022-05-241-2/+7
* Update options.pyJacob Chapman2022-05-201-2/+2
* [wat.tv] Add version `pver` to metadata API calldirkf2022-05-191-1/+1
* [NHK] Support alphabetic characters in 7-char NhkVod IDs (#29682)dirkf2022-05-091-2/+17
* [doc] Clarify test namingdirkf2022-04-291-3/+5
* [streamcz] Remove empty `'{}'.format()` for Py2.6 dirkf2022-04-291-1/+1
* [KTH] Add new extractor for KTH play (#30885)Árni Dagur2022-04-283-1/+33
* [Youtube] Fix "n" descrambling for player fae06c11dirkf2022-04-151-3/+3
* Disable blank issuesdirkf2022-04-101-0/+1
* [RAI] Fix extraction of http formatsnixxo2022-04-051-1/+1
* [RAI] Extend formats with direct http mp4 link (PR #27990)nixxo2022-04-051-3/+108
* [RAI] Added checks for DRM protected content (PR #27657)nixxo2022-04-051-0/+11
* [extractor/bilibili] Fix path "/audio/auxxxxx" download return 403lihan72022-04-011-0/+5
* Ignore --external-downloader-args if --external-downloader was rejecteddirkf2022-03-252-1/+13
* Make default upload_/release_date a compat_strdf2022-02-262-1/+20
* Avoid skipping ID when unlisted_hash is numericdirkf2022-02-261-5/+19
* [Alsace20TV] Add new extractors Alsace20TVIE, Alsace20TVEmbedIEdirkf2022-02-242-0/+93
* [CPAC] Add extractor for Canadian Parliamentdirkf2022-02-242-0/+152
* Fixed groups() call on potentially empty regex search object (#30676)dirkf2022-02-241-1/+3
* [aliexpress] Fix test casemarieell2022-02-241-1/+1
* [bigo] add support for bigo.tv (#30635)Lesmiscore (Naoya Ozaki)2022-02-242-0/+60
* [rutv] fix vbr for empty string value (#30623)Vladimir Stavrinov2022-02-141-2/+3
* add missing __future__ import unicode_literalsPetr Vaněk2022-02-141-0/+2
* resolve problem with unpacking operator for <py3.5Petr Vaněk2022-02-141-3/+3
* [streamcz] test fixes and one additional testPetr Vaněk2022-02-141-1/+17
* do not use f-stringsPetr Vaněk2022-02-141-1/+1
* avoid traverse_obj functionPetr Vaněk2022-02-141-4/+3
* revert: use _match_valid_url functionPetr Vaněk2022-02-141-1/+2