summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [youtube] move subtitles methods from the base extractor to YoutubeIEJaime Marquínez Ferrándiz2013-09-111-57/+58
|
* [subtitles] made inheritance hierarchy flat as requestedIsmael Mejia2013-09-111-4/+2
|
* Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-111-3/+3
|\
| * [youtube] update algo for length 85 (fixes #1408 and fixes #1406)Jaime Marquínez Ferrándiz2013-09-111-1/+1
| |
| * [youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz2013-09-091-1/+1
| | | | | | | | In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
| * Revert "[youtube] Fix detection of tags from HLS videos."Jaime Marquínez Ferrándiz2013-09-081-1/+1
| | | | | | | | | | | | They have undo the change This reverts commit 0638ad9999e7c374b253d0e13f4e3a20ef0b1171.
* | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-061-26/+63
|\|
| * [youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz2013-09-061-2/+6
| | | | | | | | | | | | | | (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.
| * [youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz2013-09-061-2/+2
| | | | | | | | Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
| * [youtube] Users: download from the api in json to simplify extraction (fixes ↵Jaime Marquínez Ferrándiz2013-09-061-7/+8
| | | | | | | | | | | | #1358) There could be duplicate videos or other videos if the description have links.
| * [youtube] Fix detection of tags from HLS videos.Jaime Marquínez Ferrándiz2013-09-061-1/+1
| |
| * Vevo sig changed again, please update for us! Thanks very much! (fixes #1375)patrickslin2013-09-051-1/+1
| |
| * [youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz2013-09-051-3/+9
| | | | | | | | Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
| * [youtube] Playlists: extract the videos id from ↵Jaime Marquínez Ferrándiz2013-09-051-2/+5
| | | | | | | | | | | | ['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos.
| * AHLS -> Apple HTTP Live StreamingAllan Zhou2013-09-031-3/+3
| |
| * Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-301-4/+4
| |\
| | * [youtube] update algo for length 86Jaime Marquínez Ferrándiz2013-08-301-1/+1
| | |
| | * [youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was ↵Jaime Marquínez Ferrándiz2013-08-301-1/+1
| | | | | | | | | | | | intended to also match :ytfavourites
| | * [youtube] update algo for length 84Jaime Marquínez Ferrándiz2013-08-291-1/+1
| | | | | | | | | | | | Only appears sometimes, nearly identical to length 86.
| | * [youtube] update algo for length 86 (fixes #1349)Jaime Marquínez Ferrándiz2013-08-291-1/+1
| | |
| | * Update descriptions checksum for some test for Unistra and YoutubeJaime Marquínez Ferrándiz2013-08-291-1/+1
| | |
| * | add support for "-f mp4" for YouTubeAllan Zhou2013-08-301-7/+30
| |/
| * [youtube] update algo for length 88, thanks to @Ramhack (fixes #1328)Jaime Marquínez Ferrándiz2013-08-281-1/+1
| |
| * [youtube] update algo for length 84Jaime Marquínez Ferrándiz2013-08-241-1/+1
| |
| * [youtube] update algo for length 86 (fixes #1302)Jaime Marquínez Ferrándiz2013-08-231-1/+1
| |
| * Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-231-13/+16
| |
* | [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-061-1/+1
| | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
* | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-281-102/+110
|\|
| * [youtube] Fix download of subtitles with '--all-subs'Jaime Marquínez Ferrándiz2013-08-231-1/+3
| | | | | | | | If _extract_subtitles is called the option 'write subtitles' is always true.
| * Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-231-54/+41
| |\ | | | | | | Subtitles rework
| * | [youtube] add algo for length 80 and update player infoJaime Marquínez Ferrándiz2013-08-231-0/+2
| | |
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-231-1/+1
|\| |
| * | [youtube] update algo for length 82 (fixes #1296)Jaime Marquínez Ferrándiz2013-08-221-1/+1
| | |
* | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-221-166/+399
|\| |
| * | [youtube] fix the order of DASH formatsJaime Marquínez Ferrándiz2013-08-221-9/+12
| | |
| * | Merge pull request #1279 from xanadu/masterJaime Marquínez Ferrándiz2013-08-221-6/+95
| |\ \ | | | | | | | | | | | | Add YouTube DASH formats to YouTubeIE
| | * | fix hls testAllan Zhou2013-08-201-5/+8
| | | |
| | * | address review commentAllan Zhou2013-08-201-1/+3
| | | |
| | * | fix code styleAllan Zhou2013-08-201-1/+1
| | | |
| | * | fix failed testsAllan Zhou2013-08-191-3/+3
| | | |
| | * | Add YouTube DASH formats to YouTubeIEAllan Zhou2013-08-191-6/+90
| | | |
| * | | [youtube] update uploader name for a test video: 'IconaPop' has changed to ↵Jaime Marquínez Ferrándiz2013-08-211-1/+1
| |/ / | | | | | | | | | 'Icona Pop'
| * | [youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister2013-08-191-1/+1
| | |
| * | Length 85 changed again? (fixes #1254)patrickslin2013-08-161-1/+1
| | |
| * | Unable to Download Video (fixes #1247)patrickslin2013-08-151-1/+1
| | |
| * | Updated Vevo Signature Length (fixes #1237)patrickslin2013-08-131-1/+1
| | |
| * | New sig len 89 algopatrickslin2013-08-081-0/+2
| | | | | | | | | Fixes new YT encrypted sig len 89.
| * | Invalid signature again (fixes #1215)patrickslin2013-08-081-1/+1
| | |
| * | Merge remote-tracking branch 'patrickslin/patch-4'Philipp Hagemeister2013-08-071-1/+1
| |\ \
| | * | Encrypted sig 87 broken again (fixes #1200)patrickslin2013-08-061-1/+1
| | | |