Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [youtube] Users: download from the api in json to simplify extraction (fixes ↵ | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -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ándiz | 2013-09-06 | 1 | -1/+1 | |
| | | ||||||
| * | Vevo sig changed again, please update for us! Thanks very much! (fixes #1375) | patrickslin | 2013-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | [youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069) | Jaime Marquínez Ferrándiz | 2013-09-05 | 1 | -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ándiz | 2013-09-05 | 1 | -2/+5 | |
| | | | | | | | | | | | | ['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos. | |||||
| * | AHLS -> Apple HTTP Live Streaming | Allan Zhou | 2013-09-03 | 1 | -3/+3 | |
| | | ||||||
| * | Merge remote-tracking branch 'upstream/master' | Allan Zhou | 2013-08-30 | 1 | -4/+4 | |
| |\ | ||||||
| | * | [youtube] update algo for length 86 | Jaime Marquínez Ferrándiz | 2013-08-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | [youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was ↵ | Jaime Marquínez Ferrándiz | 2013-08-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | intended to also match :ytfavourites | |||||
| | * | [youtube] update algo for length 84 | Jaime Marquínez Ferrándiz | 2013-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | Only appears sometimes, nearly identical to length 86. | |||||
| | * | [youtube] update algo for length 86 (fixes #1349) | Jaime Marquínez Ferrándiz | 2013-08-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update descriptions checksum for some test for Unistra and Youtube | Jaime Marquínez Ferrándiz | 2013-08-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | add support for "-f mp4" for YouTube | Allan Zhou | 2013-08-30 | 1 | -7/+30 | |
| |/ | ||||||
| * | [youtube] update algo for length 88, thanks to @Ramhack (fixes #1328) | Jaime Marquínez Ferrándiz | 2013-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | [youtube] update algo for length 84 | Jaime Marquínez Ferrándiz | 2013-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | [youtube] update algo for length 86 (fixes #1302) | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -1/+1 | |
| | | ||||||
| * | Allow to specify multiple subtitles languages separated by commas (closes #518) | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -13/+16 | |
| | | ||||||
* | | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | 2013-09-06 | 1 | -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_rework | Ismael Mejia | 2013-08-28 | 1 | -102/+110 | |
|\| | ||||||
| * | [youtube] Fix download of subtitles with '--all-subs' | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -1/+3 | |
| | | | | | | | | If _extract_subtitles is called the option 'write subtitles' is always true. | |||||
| * | Merge pull request #937 from jaimeMF/subtitles_rework | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -54/+41 | |
| |\ | | | | | | | Subtitles rework | |||||
| * | | [youtube] add algo for length 80 and update player info | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-23 | 1 | -1/+1 | |
|\| | | ||||||
| * | | [youtube] update algo for length 82 (fixes #1296) | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-22 | 1 | -166/+399 | |
|\| | | ||||||
| * | | [youtube] fix the order of DASH formats | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -9/+12 | |
| | | | ||||||
| * | | Merge pull request #1279 from xanadu/master | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -6/+95 | |
| |\ \ | | | | | | | | | | | | | Add YouTube DASH formats to YouTubeIE | |||||
| | * | | fix hls test | Allan Zhou | 2013-08-20 | 1 | -5/+8 | |
| | | | | ||||||
| | * | | address review comment | Allan Zhou | 2013-08-20 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | fix code style | Allan Zhou | 2013-08-20 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | fix failed tests | Allan Zhou | 2013-08-19 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Add YouTube DASH formats to YouTubeIE | Allan Zhou | 2013-08-19 | 1 | -6/+90 | |
| | | | | ||||||
| * | | | [youtube] update uploader name for a test video: 'IconaPop' has changed to ↵ | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | 'Icona Pop' | |||||
| * | | [youtube] Support watch_popup URLs (Fixes #1275) | Philipp Hagemeister | 2013-08-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Length 85 changed again? (fixes #1254) | patrickslin | 2013-08-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Unable to Download Video (fixes #1247) | patrickslin | 2013-08-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Updated Vevo Signature Length (fixes #1237) | patrickslin | 2013-08-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | New sig len 89 algo | patrickslin | 2013-08-08 | 1 | -0/+2 | |
| | | | | | | | | | Fixes new YT encrypted sig len 89. | |||||
| * | | Invalid signature again (fixes #1215) | patrickslin | 2013-08-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'patrickslin/patch-4' | Philipp Hagemeister | 2013-08-07 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Encrypted sig 87 broken again (fixes #1200) | patrickslin | 2013-08-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29' | Philipp Hagemeister | 2013-08-07 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | Updated the 84 length signature decryption | AndreiArba | 2013-08-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | Updated the right 84 length signature decryption 06.08.2013 | |||||
| * | | | [youtube] don't crash in verbose mode if 'ad3_module' is not defined in age ↵ | Jaime Marquínez Ferrándiz | 2013-08-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | protected videos (fixes #1159) | |||||
| * | | | [youtube]: new algo for length 83 (fixes #1164) | Jaime Marquínez Ferrándiz | 2013-08-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [youtube] show which formats are in 3D with "-F" and in the format field | Jaime Marquínez Ferrándiz | 2013-08-02 | 1 | -3/+7 | |
| | | | | ||||||
| * | | | add support for download YouTube 3d format of 3d content | Allan Zhou | 2013-08-01 | 1 | -0/+18 | |
| | | | | ||||||
| * | | | [youtube] Add support for downloading videos with hlsvp (fixes #1083) | Jaime Marquínez Ferrándiz | 2013-07-31 | 1 | -32/+97 | |
| | | | | | | | | | | | | | | | | They are downloaded with a m3u8 manifest, they seem to be encrypted, but ffmpeg can handle them. | |||||
| * | | | YoutubeIE: with age protected videos, add a missing "return" to return the ↵ | Jaime Marquínez Ferrándiz | 2013-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | signature decrypted with _decrypt_signature | |||||
| * | | | YoutubeIE: new algo for length 86 (fixes #1156) | Jaime Marquínez Ferrándiz | 2013-07-31 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | Now is using the same length as the flash player used for age protected videos, but the algorithm is different, so now for age protected videos it first tries to use the old algo. |