about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* Publicise FIFA extractor dlp-fifa-backportdirkf2022-11-291-0/+1
* Add FIFA extractordirkf2022-11-291-0/+101
* [generic] Improve KVS (etc) extractiondirkf2022-11-131-2/+2
* [generic] Improve KVS (etc) extractiondirkf2022-11-131-7/+22
* Added ThisVid.com support (#29187)FraFraFra-LongD2022-11-133-28/+249
* [generic] Add KVS player extractiondirkf2022-11-121-0/+183
* [common:jwplayer] Improve jwplayer extraction and parsing (#31000)dirkf2022-11-111-11/+29
* [PeekVids, PlayVids] Add new extractor (#29765)Moises Lima2022-11-092-0/+197
* [extractor/ceskatelevize] Back-port extractor from yt-dlp, etc (#30713)dirkf2022-11-042-83/+92
* [utils] Backport traverse_obj (etc) from yt-dlp (#31156)Andrei Lebedev2022-11-031-0/+339
* [compat] Work around in case folding for narrow Python builddirkf2022-11-021-1/+9
* [compat] Reformat casefold.py for easier updatingdirkf2022-11-011-4/+20
* [compat] Unify unicode/str compat and move updirkf2022-11-011-18/+13
* [compat] Add compat_casefold and compat_re_Match, for traverse_obj() portdirkf2022-10-311-0/+7
* [compat] Add Python 2 Unicode casefold using a trivial wrapper around icu/Cas...dirkf2022-10-311-0/+1643
* [netease] Support urls shared from mobile app (#31304)Xie Yanbo2022-10-301-1/+13
* [netease] Impove error handling (#31303)Xie Yanbo2022-10-301-3/+25
* [Vimeo] Update variable name in hydration JSON patterndirkf2022-10-271-1/+1
* [BongaCams] Support new .net domaindirkf2022-10-201-1/+17
* Fix ADN extractor (#31275)ache2022-10-181-25/+32
* [ManyVids] Support new single-page app structuredirkf2022-10-131-1/+1
* [ManyVids] Support new single-page app structuredirkf2022-10-131-2/+8
* [Motherless] Pull from yt-dlp, etcdirkf2022-10-121-7/+26
* [netease] Get netease music download url through player api (#31235)Xie Yanbo2022-10-112-39/+121
* [Common:JWPlayer] Fix x1000 scaling errordirkf2022-10-111-1/+1
* [utils] Sanitize look-alike Unicode glyphs in non-ID filename fields when --r...dirkf2022-10-111-0/+4
* [JSInterp] Improve separation logicdirkf2022-10-111-3/+3
* [ZDF] Overhaul ZDF extractorsdirkf2022-10-111-75/+100
* [motherless] Fixed the broken uploader_id in the extractor (#31243)Xiyue2022-10-101-6/+7
* [manyvids] Improve extraction (#31172)dirkf2022-10-101-22/+91
* [NRK] Remove explicit Accept-Encoding header that invites Brotlidirkf2022-10-101-2/+1
* [Telegraaf] Use mobile GraphQL API endpointcoletdjnz2022-10-041-1/+3
* [jsinterp] Workaround operator associativity issuepukkandan2022-09-031-1/+1
* [cache] Add cache validation by program version, based on yt-dlpdirkf2022-09-011-5/+23
* [jsinterp] Handle new YT players 113ca41c, c57c113cdirkf2022-09-011-18/+28
* [options] Document that postprocessing is not forced by --postprocessor-argsdirkf2022-08-291-1/+1
* [compat] Replace deficient ChainMap class in Py3.3 and earlierdirkf2022-08-261-1/+1
* [compat] Replace deficient ChainMap class in Py3.3 and earlierdirkf2022-08-261-1/+5
* [jsinterp] Improve try/catch/finally supportdirkf2022-08-261-41/+51
* [jsinterp] Fix bug in operator precedencedirkf2022-08-251-1/+6
* [YouTube] Improve error check for n-sig processingdirkf2022-08-251-6/+12
* [core] Avoid processing empty format list after removing bad formatsdirkf2022-08-211-6/+6
* [utils] Ensure RFC3986 encoding result is unicodedirkf2022-08-211-1/+2
* [infoq] Avoid crash if the page has no `mp3Form`gudata2022-08-191-1/+8
* [uktvplay] Support domain without .uktvdirkf2022-08-191-1/+1
* [jsinterp] Clean up and pull yt-dlp styledirkf2022-08-192-79/+65
* [jsinterp] Handle regexp literals and throw/catch execution (#31182)dirkf2022-08-191-22/+114
* [jsinterp] Improve JS language support (#31175)dirkf2022-08-171-40/+149
* [postprocessor] Don't replace existing value with null metadata parsed from t...dirkf2022-08-151-0/+2
* [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf2022-08-143-245/+445