youtube-dl
  • Joined on 2022-04-29
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-04-06 16:55:53 +02:00
d6ae3b77cd [core] Avoid deepcopy of ctx dict (fix f35b757)
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-04-06 00:35:28 +02:00
9f4d83ff42 [options] Add --mtime option, unsets default --no-mtime
25124bd640 [devscripts] Improve hack to convert command-line options to API options
78da22489b [compat] Add and use compat_open() like Py3 open()
557dbac173 [FragmentFD] Fix iteration with infinite limit
cdf40b6aa6 [test] Update tests for Ubuntu 20.04
Compare 9 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-03-14 20:46:36 +01:00
6fece0a96b [AENetworksBaseIE] Report missing show data instead of crash
70ff013910 [devscripts] Add a hack to convert command-line options to API options
e8de54bce5 [core] Handle /../ sequences in HTTP URLs
baa6c5e95c [FragmentFD] Respect --no-continue
5c985d4f81 [downloader] Let _ffmpeg_ handle DASH segments
Compare 5 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-03-09 18:16:06 +01:00
8c86fd33dc [doc] Improve "guidance" on bug reporting
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-03-07 17:16:11 +01:00
27d41d7365 [doc] Recommend "Get cookies.txt LOCALLY" extension in README.md (#31763)
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-03-07 09:06:14 +01:00
0402710227 [jsinterp] Fix regexp parsing and .replace[All] method
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-03-03 23:26:16 +01:00
3e92c60fcd [jsinterp] Handle Date at epoch 0
3da17834a4 [Youtube] Construct dash formats with range query
Compare 2 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-02-24 19:56:09 +01:00
f7ce98a21e [YouTube] Support @owner format in uploader_id etc
e67e52a8f8 [test] Support test-case with volatile ID (eg live show)
Compare 2 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-02-22 18:57:50 +01:00
1d3751c3fe Escape URLs in sanitized_Request, not sanitize_url d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, sanitize_url may not always receive an actual URL. Eg: When using youtube-dl "search query" --default-search ytsearch, search query gets escaped to search%20query before being prefixed with ytsearch: which is not the intended behavior. So the escaping is moved to sanitized_Request instead.
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-02-20 17:56:12 +01:00
6067451e43 [Vimeo] Fix e19ec52 for tween-age Pythons
57802e632f [jsinterp] Fix dict comprehension for Py2.6
2dd6c6edd8 [YouTube] Avoid crash if uploader_id extraction fails
dd9aa74bee [test] Avoid name TestIE which causes a pytest warning
42b098dd79 [InfoExtractor] Handle unquoted values in OpenGraph searches
Compare 35 commits »
youtube-dl synced new reference df-fmt-ext-patch to youtube-dl/youtube-dl from mirror 2023-01-09 03:41:46 +01:00
youtube-dl synced commits to df-fmt-ext-patch at youtube-dl/youtube-dl from mirror 2023-01-09 03:41:46 +01:00
youtube-dl synced commits to dlp-fifa-backport at youtube-dl/youtube-dl from mirror 2023-01-06 18:41:51 +01:00
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2023-01-06 18:41:51 +01:00
195f22f679 [generic] Improve KVS (etc) extraction
fc2beab0e7 [generic] Improve KVS (etc) extraction
1a4fbe8462 Added ThisVid.com support (#29187)
c2f9be3e63 [generic] Add KVS player extraction
604762a9f8 [common:jwplayer] Improve jwplayer extraction and parsing (#31000)
Compare 34 commits »
youtube-dl synced new reference dlp-fifa-backport to youtube-dl/youtube-dl from mirror 2023-01-06 18:41:51 +01:00
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2022-09-03 11:00:00 +02:00
7009bb9f31 [jsinterp] Workaround operator associativity issue
218c423bc0 [cache] Add cache validation by program version, based on yt-dlp
Compare 2 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2022-09-01 18:09:56 +02:00
55c823634d [jsinterp] Handle new YT players 113ca41c, c57c113c
4050e10a4c [options] Document that postprocessing is not forced by --postprocessor-args
Compare 2 commits »
youtube-dl synced commits to df-test-cleanup at youtube-dl/youtube-dl from mirror 2022-08-28 07:59:55 +02:00
ed1ad29633 [extractor/bigo] Update API URL
9a0a381954 [bigo] Supply missing media extension
Compare 2 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2022-08-26 15:11:57 +02:00
ed5c44e7b7 [compat] Replace deficient ChainMap class in Py3.3 and earlier
0f6422590e [compat] Replace deficient ChainMap class in Py3.3 and earlier
4c6fba3765 [jsinterp] Improve try/catch/finally support
Compare 3 commits »
youtube-dl synced commits to master at youtube-dl/youtube-dl from mirror 2022-08-25 14:41:59 +02:00
d619dd712f [jsinterp] Fix bug in operator precedence
573b13410e [YouTube] Improve error check for n-sig processing
Compare 2 commits »