You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl/downloader
Philipp Hagemeister 5cda4eda72 [YoutubeDL] Use a progress hook for progress reporting
Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's.
Closes #4875.
9 years ago
..
__init__.py [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966) 9 years ago
common.py [YoutubeDL] Use a progress hook for progress reporting 9 years ago
external.py [downloader/external] curl: Add the '--location' flag 9 years ago
f4m.py [YoutubeDL] Use a progress hook for progress reporting 9 years ago
hls.py [hls] Switch to available as a property 9 years ago
http.py [YoutubeDL] Use a progress hook for progress reporting 9 years ago
mplayer.py Remove unused import 10 years ago
rtmp.py [YoutubeDL] Use a progress hook for progress reporting 9 years ago