Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | [youtube] update algo for length 86 | Jaime 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 84 | Jaime 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-29 | Update descriptions checksum for some test for Unistra and Youtube | Jaime 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 84 | Jaime Marquínez Ferrándiz | |
2013-08-23 | [youtube] update algo for length 86 (fixes #1302) | Jaime Marquínez Ferrándiz | |
2013-08-23 | Allow 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-23 | Merge pull request #937 from jaimeMF/subtitles_rework | Jaime Marquínez Ferrándiz | |
Subtitles rework | |||
2013-08-23 | [youtube] add algo for length 80 and update player info | Jaime 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 formats | Jaime Marquínez Ferrándiz | |
2013-08-22 | Merge pull request #1279 from xanadu/master | Jaime 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-20 | fix hls test | Allan Zhou | |
2013-08-20 | address review comment | Allan Zhou | |
2013-08-20 | fix code style | Allan Zhou | |
2013-08-19 | fix failed tests | Allan Zhou | |
2013-08-19 | Add YouTube DASH formats to YouTubeIE | Allan Zhou | |
2013-08-19 | [youtube] Support watch_popup URLs (Fixes #1275) | Philipp Hagemeister | |
2013-08-16 | Length 85 changed again? (fixes #1254) | patrickslin | |
2013-08-15 | Unable to Download Video (fixes #1247) | patrickslin | |
2013-08-13 | Updated Vevo Signature Length (fixes #1237) | patrickslin | |
2013-08-08 | New sig len 89 algo | patrickslin | |
Fixes new YT encrypted sig len 89. | |||
2013-08-08 | Invalid signature again (fixes #1215) | patrickslin | |
2013-08-07 | Merge remote-tracking branch 'patrickslin/patch-4' | Philipp Hagemeister | |
2013-08-07 | Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29' | Philipp Hagemeister | |
2013-08-06 | Encrypted sig 87 broken again (fixes #1200) | patrickslin | |
2013-08-06 | Updated the 84 length signature decryption | AndreiArba | |
Updated the right 84 length signature decryption 06.08.2013 | |||
2013-08-02 | [youtube] don't crash in verbose mode if 'ad3_module' is not defined in age ↵ | Jaime Marquínez Ferrándiz | |
protected videos (fixes #1159) | |||
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 field | Jaime Marquínez Ferrándiz | |
2013-08-01 | add support for download YouTube 3d format of 3d content | Allan Zhou | |
2013-07-31 | [youtube] Add support for downloading videos with hlsvp (fixes #1083) | Jaime Marquínez Ferrándiz | |
They are downloaded with a m3u8 manifest, they seem to be encrypted, but ffmpeg can handle them. | |||
2013-07-31 | YoutubeIE: with age protected videos, add a missing "return" to return the ↵ | Jaime Marquínez Ferrándiz | |
signature decrypted with _decrypt_signature | |||
2013-07-31 | YoutubeIE: new algo for length 86 (fixes #1156) | Jaime Marquínez Ferrándiz | |
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. | |||
2013-07-25 | YoutubeIE: add algo for length 79 (fixes #1126) | Jaime Marquínez Ferrándiz | |
2013-07-25 | YoutubeIE: 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 ↵ | Jaime Marquínez Ferrándiz | |
counter | |||
2013-07-24 | [youtube] add an extractor for the "Watch Later" list | Jaime Marquínez Ferrándiz | |
2013-07-24 | Add an extractor for downloading the Youtube favorite videos(closes #127) | Jaime Marquínez Ferrándiz | |
2013-07-24 | YoutubeIE: Move the code from _real_initialize to a base class | Jaime Marquínez Ferrándiz | |
This allows to reuse the code in other IEs without having to overwrite some parts. | |||
2013-07-24 | YoutubePlaylistIE: break only if there's no entry field in the response | Jaime Marquínez Ferrándiz | |
Otherwise the Favorite videos playlist cannot be downloaded complete. Also break if it reach the maximum value of the start-index. | |||
2013-07-24 | YoutubeIE: new algo for length 87 (fixes #1105) | patrickslin | |
Squashed commit from the pull requests #1107, #1109 and #1110. | |||
2013-07-23 | YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax | Jaime Marquínez Ferrándiz | |
It wasn't detecting when there aren't more videos | |||
2013-07-20 | [youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ↵ | Jaime Marquínez Ferrándiz | |
(closes #476) The new extractor and YoutubeSubscriptionsIE are subclasses of YoutubeFeedsInfoExtractor, which allows to fetch videos from http://www.youtube.com/feed_ajax | |||
2013-07-20 | YoutubeIE: don't crash when trying to get automatic captions if the videos ↵ | Jaime Marquínez Ferrándiz | |
has standard subtitles. | |||
2013-07-20 | YoutubeIE: use the same function for getting the subtitles for the ↵ | Jaime Marquínez Ferrándiz | |
"--write-sub" and "--all-sub" options |