Commit Graph

265 Commits (392017874c646cd884817fb5c16d101b67f20760)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz c90f13d106 YoutubeIE: update the docstrings and the error message of _decrypt_signature
Now it doesn't check the size of the two parts of the key.
Filippo Valsorda 769fda3c5a print more encrypted signature info on -v (rel: )
Filippo Valsorda 23300d7149 a new day, a new s algo - fix
Philipp Hagemeister ee313cdcbf simplify youtube signature generation
Philipp Hagemeister 6b37f0be55 Add a clean-room implementation for youtube signatures
Jaime Marquínez Ferrándiz b004821fa9 Add the option "--write-auto-sub" to download automatic subtitles from Youtube
Now automatic subtitles are only downloaded if the option is given.
(closes )
Filippo Valsorda 98bcd2834a improve generic and encrypted signature error messages
Philipp Hagemeister 50be92c11c Handle video pages without vevo IDs (Fixes )
Jaime Marquínez Ferrándiz 7ce7e39476 YoutubeIE: Extend decryption of signatures to all videos that have the 's' field in the url_encoded_fmt_stream_map (related )
Jaime Marquínez Ferrándiz c7253e2e8c [youtube] fix condition always being evaluated to true
Philipp Hagemeister d69cf69a6a [youtube] Use mp4 as extension for format 38 (Fixes )
Philipp Hagemeister b05654f0e3 Move YoutubeSearchIE to the other youtube IEs
Philipp Hagemeister 38cbc40a64 Move Metacafe and Statigram into their own files, and remove absolute import
Philipp Hagemeister 93d3a642a9 [youtube] remove dead code
Philipp Hagemeister c5e8d7af0e Move youtube extractors to youtube_dl.extractor.youtube