Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In some videos the base_url already ends with '/'.
|
|
|
|
Windows
|
|
|
|
|
|
|
|
'http_dash_segments' looks more like a protocol name than
'dash_segments'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We already do this in the CLI interface, so it should be just fine.
|
|
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
|
|
b64decode needs a byte string, but on 3.4 it also accepts strings.
|
|
It would fail if you run 'youtube-dl --no-part URL' a second time when the file has already been downloaded.
(Reported in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1195779)
|
|
|
|
|
|
This fixes #5066.
Reproducible with
LC_ALL=C youtube-dl "http://www.prosieben.de/tv/germanys-next-topmodel/video/playlist/ganze-folge-episode-2-das-casting-in-muenchen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's.
Closes #4875.
|
|
|
|
|
|
curl doesn't follow redirections by default
|
|
|
|
|
|
'' might actually be passed in, so check for None.
|