Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(fixes #4718)
Instead of specifying which streams ffmpeg must copy, we tell it to copy all.
|
|
|
|
|
|
Fix Youtube encrypted sigs.
|
|
in function names.
|
|
|
|
|
|
|
|
We want to authenticate the server, see https://docs.python.org/dev/library/ssl.html#ssl.Purpose.SERVER_AUTH .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[drtv] Updated with support for https
|
|
|
|
|
|
|
|
postprocessor is run (fixes #2261)
If one of the processors said the file should be kept, it wouldn't pay
attention to the response from the following processors. This was wrong if the
'keep_video' option was False, if the first extractor modifies the original file
and then we extract its audio we don't want to keep the original video file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While we're at it, also drop "experimental" moniker for --call-home - should work fine.
|
|
|
|
|
|
|
|
|
|
|