aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2013-09-24[youtube] Update one of the test's descriptionJaime Marquínez Ferrándiz
2013-09-24[youtube] update algos for length 86 and 84 (fixes #1494)Jaime Marquínez Ferrándiz
2013-09-22Correct test stringsPhilipp Hagemeister
2013-09-22Do not warn if fallback is without alternatives (because we did not get the f...Philipp Hagemeister
2013-09-22[youtube] Improve flash player URL handlingPhilipp Hagemeister
2013-09-22[youtube] Remove _decrypt_signature_age_gatePhilipp Hagemeister
2013-09-22[youtube] Actually pass in cachedir optionPhilipp Hagemeister
2013-09-22[youtube] Improve source code qualityPhilipp Hagemeister
2013-09-22Update static signaturesPhilipp Hagemeister
2013-09-22[youtube] Improve cache and add an option to print the extracted signaturesPhilipp Hagemeister
2013-09-22[youtube] Add filesystem signature cachePhilipp Hagemeister
2013-09-21Clarify a couple of callsPhilipp Hagemeister
2013-09-21Use reader instead of indexingPhilipp Hagemeister
2013-09-21Prepare signature function cachingPhilipp Hagemeister
2013-09-21Change test target (Verified with node.js)Philipp Hagemeister
2013-09-21Implement more opcodesPhilipp Hagemeister
2013-09-21Restore accidentally deleted commitsPhilipp Hagemeister
2013-09-20[youtube] add algo for length 91Jaime Marquínez Ferrándiz
2013-09-19Unable to decrypt signature length 93 (fixes #1461)patrickslin
2013-09-18[youtube] apply the fix for lists with number of videos multiple of _MAX_RESU...Jaime Marquínez Ferrándiz
2013-09-17[youtube] Don't search the flash player version for videos with age gate acti...Jaime Marquínez Ferrándiz
2013-09-17Update 85 signature (Fixes #1449)Philipp Hagemeister
2013-09-15[youtube] support youtube.googleapis.com/v/* urls (fixes #1425)Jaime Marquínez Ferrándiz
2013-09-12[youtube] update algo for length 82 (fixes #1416)Jaime Marquínez Ferrándiz
2013-09-11[youtube] Fix detection of videos with automatic captionsJaime Marquínez Ferrándiz
2013-09-11[subtitles] Also list the available automatic captions languages with '--list...Jaime Marquínez Ferrándiz
2013-09-11[youtube] Support automatic captions with original language different from En...Jaime Marquínez Ferrándiz
2013-09-11[subtitles] Use self._download_webpage for extracting the subtitlesJaime Marquínez Ferrándiz
2013-09-11[subtitles] Simplify the extraction of subtitles in subclasses and remove NoA...Jaime Marquínez Ferrándiz
2013-09-11[subtitles] rename SubitlesIE to SubtitlesInfoExtractorJaime Marquínez Ferrándiz
2013-09-11[youtube] move subtitles methods from the base extractor to YoutubeIEJaime Marquínez Ferrándiz
2013-09-11[subtitles] made inheritance hierarchy flat as requestedIsmael Mejia
2013-09-11Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-11[youtube] update algo for length 85 (fixes #1408 and fixes #1406)Jaime Marquínez Ferrándiz
2013-09-09[youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz
2013-09-08Revert "[youtube] Fix detection of tags from HLS videos."Jaime Marquínez Ferrándiz
2013-09-06Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-06[subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia
2013-09-06[youtube] Fix some issues with the detection of playlist/channel urls (report...Jaime Marquínez Ferrándiz
2013-09-06[youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz
2013-09-06[youtube] Users: download from the api in json to simplify extraction (fixes ...Jaime Marquínez Ferrándiz
2013-09-06[youtube] Fix detection of tags from HLS videos.Jaime Marquínez Ferrándiz
2013-09-05Vevo sig changed again, please update for us! Thanks very much! (fixes #1375)patrickslin
2013-09-05[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz
2013-09-05[youtube] Playlists: extract the videos id from ['media$group']['yt$videoid']...Jaime Marquínez Ferrándiz
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