yt-dlp/youtube_dl
xarantolus 5cbe7563be [youtube] Return to old feed extraction code as it *seems* like that change was reverted
The old code now works again, but it downloads without limit. This is why a limit of 1000 videos is added, it can be overwritten with the `--max-downloads` option - that way, only so many ids will be extracted as videos downloaded
2020-06-23 11:27:02 +02:00
..
downloader [downloader/http] Request last data block of exact remaining size 2020-05-05 21:43:39 +07:00
extractor [youtube] Return to old feed extraction code as it *seems* like that change was reverted 2020-06-23 11:27:02 +02:00
postprocessor [postprocessor/ffmpeg] Embed series metadata with --add-metadata 2020-05-23 12:28:15 +07:00
__init__.py
__main__.py
aes.py
cache.py
compat.py [compat] Introduce compat_cookiejar_Cookie 2020-05-05 05:54:10 +07:00
jsinterp.py
options.py
socks.py
swfinterp.py
update.py
utils.py [utils] Fix file permissions in write_json_file (closes #12471) (#25122) 2020-05-20 03:21:52 +07:00
version.py release 2020.06.16.1 2020-06-16 06:22:01 +07:00
YoutubeDL.py