aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2013-09-03AHLS -> Apple HTTP Live StreamingAllan Zhou
2013-08-30Merge remote-tracking branch 'upstream/master'Allan Zhou
2013-08-30add support for "-f mp4" for YouTubeAllan Zhou
2013-08-30[youtube] update algo for length 86Jaime Marquínez Ferrándiz
2013-08-30[youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was intended...Jaime Marquínez Ferrándiz
2013-08-29[youtube] update algo for length 84Jaime Marquínez Ferrándiz
2013-08-29[youtube] update algo for length 86 (fixes #1349)Jaime Marquínez Ferrándiz
2013-08-29Update descriptions checksum for some test for Unistra and YoutubeJaime Marquínez Ferrándiz
2013-08-28[youtube] update algo for length 88, thanks to @Ramhack (fixes #1328)Jaime Marquínez Ferrándiz
2013-08-24[youtube] update algo for length 84Jaime Marquínez Ferrándiz
2013-08-23[youtube] update algo for length 86 (fixes #1302)Jaime Marquínez Ferrándiz
2013-08-23Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz
2013-08-23[youtube] Fix download of subtitles with '--all-subs'Jaime Marquínez Ferrándiz
2013-08-23Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz
2013-08-23[youtube] add algo for length 80 and update player infoJaime Marquínez Ferrándiz
2013-08-22[youtube] update algo for length 82 (fixes #1296)Jaime Marquínez Ferrándiz
2013-08-22[youtube] fix the order of DASH formatsJaime Marquínez Ferrándiz
2013-08-22Merge pull request #1279 from xanadu/masterJaime Marquínez Ferrándiz
2013-08-21[youtube] update uploader name for a test video: 'IconaPop' has changed to 'I...Jaime Marquínez Ferrándiz
2013-08-20fix hls testAllan Zhou
2013-08-20address review commentAllan Zhou
2013-08-20fix code styleAllan Zhou
2013-08-19fix failed testsAllan Zhou
2013-08-19Add YouTube DASH formats to YouTubeIEAllan Zhou
2013-08-19[youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister
2013-08-16Length 85 changed again? (fixes #1254)patrickslin
2013-08-15Unable to Download Video (fixes #1247)patrickslin
2013-08-13Updated Vevo Signature Length (fixes #1237)patrickslin
2013-08-08New sig len 89 algopatrickslin
2013-08-08Invalid signature again (fixes #1215)patrickslin
2013-08-07Merge remote-tracking branch 'patrickslin/patch-4'Philipp Hagemeister
2013-08-07Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'Philipp Hagemeister
2013-08-06Encrypted sig 87 broken again (fixes #1200)patrickslin
2013-08-06Updated the 84 length signature decryptionAndreiArba
2013-08-02[youtube] don't crash in verbose mode if 'ad3_module' is not defined in age p...Jaime Marquínez Ferrándiz
2013-08-02[youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz
2013-08-02[youtube] show which formats are in 3D with "-F" and in the format fieldJaime Marquínez Ferrándiz
2013-08-01add support for download YouTube 3d format of 3d contentAllan Zhou
2013-07-31[youtube] Add support for downloading videos with hlsvp (fixes #1083)Jaime Marquínez Ferrándiz
2013-07-31YoutubeIE: with age protected videos, add a missing "return" to return the si...Jaime Marquínez Ferrándiz
2013-07-31YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz
2013-07-25YoutubeIE: add algo for length 79 (fixes #1126)Jaime Marquínez Ferrándiz
2013-07-25YoutubeIE: new algo for length 81 (fixes #1127)Jaime Marquínez Ferrándiz
2013-07-24[youtube] use itertools.count instead of a "while True" loop and a manual cou...Jaime Marquínez Ferrándiz
2013-07-24[youtube] add an extractor for the "Watch Later" listJaime Marquínez Ferrándiz
2013-07-24Add an extractor for downloading the Youtube favorite videos(closes #127)Jaime Marquínez Ferrándiz
2013-07-24YoutubeIE: Move the code from _real_initialize to a base classJaime Marquínez Ferrándiz
2013-07-24YoutubePlaylistIE: break only if there's no entry field in the responseJaime Marquínez Ferrándiz
2013-07-24YoutubeIE: new algo for length 87 (fixes #1105)patrickslin
2013-07-23YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajaxJaime Marquínez Ferrándiz