Age | Commit message (Collapse) | Author |
|
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
|
|
|
|
|
|
ffmpeg 2.8.1 raises an error with -headers and non-http input files.
|
|
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()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|