Age | Commit message (Collapse) | Author |
|
to stdout
|
|
now when downloading a "rtmp-file" the --no-continue option works!
|
|
|
|
#6874)
If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.
|
|
|
|
|
|
|
|
|
|
|
|
--proxy for curl
|
|
|
|
|
|
[f4m] Fix encode error by sanitizing fragment filenames
|
|
|
|
(Closes #6549)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In some videos the base_url already ends with '/'.
|
|
|
|
Windows
|
|
|
|
|
|
|
|
'http_dash_segments' looks more like a protocol name than
'dash_segments'
|
|
|
|
|
|
|
|
|
|
because the fragment was written to a file with a sanitized name by
http_dl.download()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|