Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-02 | [youtube] show which formats are in 3D with "-F" and in the format field | Jaime Marquínez Ferrándiz | |
2013-08-02 | Merge pull request #1163 from xanadu/master | Jaime Marquínez Ferrándiz | |
add support for download YouTube 3d format of 3d content | |||
2013-08-01 | add support for download YouTube 3d format of 3d content | Allan Zhou | |
2013-08-01 | Fix regex error when only subtitled video is available on arte. | Dominik | |
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-30 | Disable way and tf1 tests, the whole videos are served sometimes, so the md5 ↵ | Jaime Marquínez Ferrándiz | |
sum doesn't match. | |||
2013-07-30 | [worldstarhiphop] Small cleanup | Jaime Marquínez Ferrándiz | |
The second check for the Vevo id is not necessary. | |||
2013-07-30 | Merge pull request #1148 from JohnyMoSwag/master | Jaime Marquínez Ferrándiz | |
[worldstarhiphop] support vevo videos | |||
2013-07-30 | Merge pull request #1149 from pishposhmcgee/patch-3 | Jaime Marquínez Ferrándiz | |
[vevo] Modified m_urls regex and video_url | |||
2013-07-29 | using re.search | Johny Mo Swag | |
2013-07-29 | [wat] fix the extraction of the video url (fixes #1103) | Jaime Marquínez Ferrándiz | |
Use the direct download link for Android. | |||
2013-07-29 | Add an extractor for kankan.com (closes #1133) | Jaime Marquínez Ferrándiz | |
2013-07-29 | Modified m_urls regex and video_url | pishposhmcgee | |
Some videos have a leading slash, some do not | |||
2013-07-29 | detect vevo embed fix | Johny Mo Swag | |
2013-07-29 | detect vevo embed | Johny Mo Swag | |
2013-07-29 | [vimeo] add an extractor for channels | Jaime Marquínez Ferrándiz | |
2013-07-29 | [dailymotion] Add an extractor for Dailymotion playlists | Jaime Marquínez Ferrándiz | |
2013-07-26 | Add an extractor for roxwell.com (closes #1044) | Jaime Marquínez Ferrándiz | |
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-25 | Merge pull request #1120 from pishposhmcgee/patch-1 | Jaime Marquínez Ferrándiz | |
[collegehumor] Added an option 'e' to go with 'video' or 'embed' | |||
2013-07-25 | [keek] Fix testcase (Broken by accident in ↵ | Philipp Hagemeister | |
6625f82940b2701e2ccc9a6cf5808056b075e16b) | |||
2013-07-25 | [ina] Allow I at start of video IDs | Philipp Hagemeister | |
2013-07-25 | [keek] Allow httpS URLs (Fixes #1123) | Philipp Hagemeister | |
2013-07-25 | Merge remote-tracking branch 'pishposhmcgee/patch-2' | Philipp Hagemeister | |
2013-07-25 | [ina] Fix URL detection (Fixes #1121) | Philipp Hagemeister | |
2013-07-24 | changed video_url regex | pishposhmcgee | |
Some older videos contain an extra properties such as 'embed' before 'type'. | |||
2013-07-24 | Added an option 'e' to go with 'video' or 'embed' | pishposhmcgee | |
Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results. | |||
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 | ExfmIE: extract Soundcloud songs using SoundcloudIE | Jaime Marquínez Ferrándiz | |
Now SouncloudIE accepts api urls. | |||
2013-07-24 | [soundcloud]: Some improvements | Jaime Marquínez Ferrándiz | |
Extract thumbnails. Make SoundcloudSetIE a subclass of SoundcloudIE to reuse some code. Directly extract the file url without downloading an extra page. | |||
2013-07-24 | Merge pull request #1114 from alexvh/traileraddict_hd | Jaime Marquínez Ferrándiz | |
[traileraddict] Obtain hd quality stream if available Updated md5 checksum of the test video. | |||
2013-07-24 | [traileraddict]: Support clips urls and more trailer urls | Jaime Marquínez Ferrándiz | |
2013-07-24 | Merge pull request #1113 from alexvh/master | Jaime Marquínez Ferrándiz | |
[traileraddict] Allow all types of trailer URLs | |||
2013-07-24 | YoutubeIE: new algo for length 87 (fixes #1105) | patrickslin | |
Squashed commit from the pull requests #1107, #1109 and #1110. | |||
2013-07-24 | [traileraddict] Obtain hd quality stream if available | Alex Van't Hof | |
No clear method for determining if hd is available so opted to just check for presence of hd toggle function. | |||
2013-07-24 | [traileraddict] Allow all types of trailer URLs | Alex Van't Hof | |
Valid url regex for traileraddict.com is too strict. Need to allow, e.g. theatrical-trailer, teaser-trailer, feature-read-band-trailer, etc. | |||
2013-07-23 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-07-23 | [soundcloud] Support URLs with a slash at the end (Fixes #1104) | Philipp Hagemeister | |
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-23 | Mark WatIE and TF1IE as broken (related #1103) | Jaime Marquínez Ferrándiz | |
2013-07-23 | CollegeHumorIE: support Youtube videos and embed urls (fixes #1094) | Jaime Marquínez Ferrándiz | |
2013-07-23 | Fix BreakIE | Jaime Marquínez Ferrándiz | |
Also detect videos that come from Youtube | |||
2013-07-23 | Fix CollegHumorIE | Jaime Marquínez Ferrándiz | |
Now it downloads the video over http in one file, it doesn't downloads in fragments Added a test and use the methods in InfoExtractor for downloading webpages |