aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
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 ↵Jaime Marquínez Ferrándiz
'--list-sub'
2013-09-11[youtube] Support automatic captions with original language different from ↵Jaime Marquínez Ferrándiz
English (fixes #1225) and download in multiple languages.
2013-09-11[subtitles] Use self._download_webpage for extracting the subtitlesJaime Marquínez Ferrándiz
It raises ExtractorError for the same exceptions we have to catch.
2013-09-11[subtitles] Simplify the extraction of subtitles in subclasses and remove ↵Jaime Marquínez Ferrándiz
NoAutoSubtitlesInfoExtractor Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption Now the default implementation of _request_automatic_caption returns {}.
2013-09-11[subtitles] rename SubitlesIE to SubtitlesInfoExtractorJaime Marquínez Ferrándiz
Otherwise it can be automatically detected as a IE ready for use.
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
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
2013-09-08Revert "[youtube] Fix detection of tags from HLS videos."Jaime Marquínez Ferrándiz
They have undo the change This reverts commit 0638ad9999e7c374b253d0e13f4e3a20ef0b1171.
2013-09-06Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-06[subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia
As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
2013-09-06[youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz
(reported in #1374) They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor.
2013-09-06[youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
2013-09-06[youtube] Users: download from the api in json to simplify extraction (fixes ↵Jaime Marquínez Ferrándiz
#1358) There could be duplicate videos or other videos if the description have links.
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
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
2013-09-05[youtube] Playlists: extract the videos id from ↵Jaime Marquínez Ferrándiz
['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos.
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 ↵Jaime Marquínez Ferrándiz
intended to also match :ytfavourites
2013-08-29[youtube] update algo for length 84Jaime Marquínez Ferrándiz
Only appears sometimes, nearly identical to length 86.
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-28Merge branch 'master' into subtitles_reworkIsmael Mejia
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
If _extract_subtitles is called the option 'write subtitles' is always true.
2013-08-23Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz
Subtitles rework
2013-08-23[youtube] add algo for length 80 and update player infoJaime Marquínez Ferrándiz
2013-08-23Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-22Merge branch 'master' into subtitles_reworkIsmael Mejia
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
Add YouTube DASH formats to YouTubeIE
2013-08-21[youtube] update uploader name for a test video: 'IconaPop' has changed to ↵Jaime Marquínez Ferrándiz
'Icona Pop'
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