aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2013-07-02Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
2013-07-01YoutubeIE: use a negative index when accessing the last element of the format...Jaime Marquínez Ferrándiz
2013-07-01YoutubeIE: extract the correct video id for movie URLs (closes #597)Jaime Marquínez Ferrándiz
2013-07-01[youtube] Warn if URL is most likely wrong (#969)Philipp Hagemeister
2013-06-29keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda
2013-06-27[youtube] Fix tests in 2.xPhilipp Hagemeister
2013-06-27Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister
2013-06-27YoutubeIE: update the docstrings and the error message of _decrypt_signatureJaime Marquínez Ferrándiz
2013-06-27print more encrypted signature info on -v (rel: #948)Filippo Valsorda
2013-06-27a new day, a new s algo - fix #946Filippo Valsorda
2013-06-27simplify youtube signature generationPhilipp Hagemeister
2013-06-27Add a clean-room implementation for youtube signaturesPhilipp Hagemeister
2013-06-25Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz
2013-06-25improve generic and encrypted signature error messagesFilippo Valsorda
2013-06-25Handle video pages without vevo IDs (Fixes #923)Philipp Hagemeister
2013-06-24YoutubeIE: Extend decryption of signatures to all videos that have the 's' fi...Jaime Marquínez Ferrándiz
2013-06-24[youtube] fix condition always being evaluated to trueJaime Marquínez Ferrándiz
2013-06-24[youtube] Use mp4 as extension for format 38 (Fixes #892)Philipp Hagemeister
2013-06-23Move YoutubeSearchIE to the other youtube IEsPhilipp Hagemeister
2013-06-23Move Metacafe and Statigram into their own files, and remove absolute importPhilipp Hagemeister
2013-06-23[youtube] remove dead codePhilipp Hagemeister
2013-06-23Move youtube extractors to youtube_dl.extractor.youtubePhilipp Hagemeister