Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | release 2013.07.31 | Philipp Hagemeister | 2013-07-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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 | 3 | -6/+35 | |
| | | | | | | | | | | | | 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. | |||||
* | | | Print urls from the batch file with --verbose (related #1155) | Jaime Marquínez Ferrándiz | 2013-07-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Disable way and tf1 tests, the whole videos are served sometimes, so the md5 ↵ | Jaime Marquínez Ferrándiz | 2013-07-30 | 2 | -3/+4 | |
| | | | | | | | | | | | | sum doesn't match. | |||||
* | | | [worldstarhiphop] Small cleanup | Jaime Marquínez Ferrándiz | 2013-07-30 | 1 | -10/+3 | |
| | | | | | | | | | | | | The second check for the Vevo id is not necessary. | |||||
* | | | Merge pull request #1148 from JohnyMoSwag/master | Jaime Marquínez Ferrándiz | 2013-07-30 | 1 | -0/+14 | |
|\ \ \ | | | | | | | | | | | | | [worldstarhiphop] support vevo videos | |||||
| * | | | using re.search | Johny Mo Swag | 2013-07-29 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | detect vevo embed fix | Johny Mo Swag | 2013-07-29 | 1 | -4/+10 | |
| | | | | ||||||
| * | | | detect vevo embed | Johny Mo Swag | 2013-07-29 | 1 | -0/+8 | |
| | | | | ||||||
* | | | | Merge pull request #1149 from pishposhmcgee/patch-3 | Jaime Marquínez Ferrándiz | 2013-07-30 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | [vevo] Modified m_urls regex and video_url | |||||
| * | | | | Modified m_urls regex and video_url | pishposhmcgee | 2013-07-29 | 1 | -2/+2 | |
| |/ / / | | | | | | | | | Some videos have a leading slash, some do not | |||||
* | | | | [wat] fix the extraction of the video url (fixes #1103) | Jaime Marquínez Ferrándiz | 2013-07-29 | 2 | -21/+5 | |
| | | | | | | | | | | | | | | | | Use the direct download link for Android. | |||||
* | | | | Add an extractor for kankan.com (closes #1133) | Jaime Marquínez Ferrándiz | 2013-07-29 | 2 | -0/+38 | |
|/ / / | ||||||
* | | | [vimeo] add an extractor for channels | Jaime Marquínez Ferrándiz | 2013-07-29 | 3 | -2/+39 | |
| | | | ||||||
* | | | [dailymotion] Add an extractor for Dailymotion playlists | Jaime Marquínez Ferrándiz | 2013-07-29 | 3 | -1/+62 | |
| | | | ||||||
* | | | Add an extractor for roxwell.com (closes #1044) | Jaime Marquínez Ferrándiz | 2013-07-26 | 2 | -0/+50 | |
| | | | ||||||
* | | | release 2013.07.25.2 | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | YoutubeIE: add algo for length 79 (fixes #1126) | Jaime Marquínez Ferrándiz | 2013-07-25 | 3 | -0/+10 | |
| | | | ||||||
* | | | YoutubeIE: new algo for length 81 (fixes #1127) | Jaime Marquínez Ferrándiz | 2013-07-25 | 3 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #1120 from pishposhmcgee/patch-1 | Jaime Marquínez Ferrándiz | 2013-07-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | [collegehumor] Added an option 'e' to go with 'video' or 'embed' | |||||
| * | | | Added an option 'e' to go with 'video' or 'embed' | pishposhmcgee | 2013-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | Based on links that I've seen, /e/<videoid> also occurs in the wild, and making this substitution yields effective results. | |||||
* | | | | [keek] Fix testcase (Broken by accident in ↵ | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | 6625f82940b2701e2ccc9a6cf5808056b075e16b) | |||||
* | | | | release 2013.07.25.1 | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [ina] Allow I at start of video IDs | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [keek] Allow httpS URLs (Fixes #1123) | Philipp Hagemeister | 2013-07-25 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | release 2013.07.25 | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'pishposhmcgee/patch-2' | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | changed video_url regex | pishposhmcgee | 2013-07-24 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | Some older videos contain an extra properties such as 'embed' before 'type'. | |||||
* / / / | [ina] Fix URL detection (Fixes #1121) | Philipp Hagemeister | 2013-07-25 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | [youtube] use itertools.count instead of a "while True" loop and a manual ↵ | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -10/+3 | |
| | | | | | | | | | | | | counter | |||||
* | | | [youtube] add an extractor for the "Watch Later" list | Jaime Marquínez Ferrándiz | 2013-07-24 | 2 | -2/+15 | |
| | | | ||||||
* | | | release 2013.07.24.2 | Philipp Hagemeister | 2013-07-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add an extractor for downloading the Youtube favorite videos(closes #127) | Jaime Marquínez Ferrándiz | 2013-07-24 | 2 | -2/+15 | |
| | | | ||||||
* | | | YoutubeIE: Move the code from _real_initialize to a base class | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -105/+110 | |
| | | | | | | | | | | | | This allows to reuse the code in other IEs without having to overwrite some parts. | |||||
* | | | YoutubePlaylistIE: break only if there's no entry field in the response | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | Otherwise the Favorite videos playlist cannot be downloaded complete. Also break if it reach the maximum value of the start-index. | |||||
* | | | ExfmIE: extract Soundcloud songs using SoundcloudIE | Jaime Marquínez Ferrándiz | 2013-07-24 | 2 | -29/+54 | |
| | | | | | | | | | | | | Now SouncloudIE accepts api urls. | |||||
* | | | [soundcloud]: Some improvements | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -56/+34 | |
| | | | | | | | | | | | | | | | | | | Extract thumbnails. Make SoundcloudSetIE a subclass of SoundcloudIE to reuse some code. Directly extract the file url without downloading an extra page. | |||||
* | | | release 2013.07.24.1 | Philipp Hagemeister | 2013-07-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add Youtube player info for length 87 | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1114 from alexvh/traileraddict_hd | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -5/+11 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | [traileraddict] Obtain hd quality stream if available Updated md5 checksum of the test video. | |||||
| * | | | [traileraddict] Obtain hd quality stream if available | Alex Van't Hof | 2013-07-24 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | No clear method for determining if hd is available so opted to just check for presence of hd toggle function. | |||||
* | | | | [traileraddict]: Support clips urls and more trailer urls | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge pull request #1113 from alexvh/master | Jaime Marquínez Ferrándiz | 2013-07-24 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | [traileraddict] Allow all types of trailer URLs | |||||
| * | | | | [traileraddict] Allow all types of trailer URLs | Alex Van't Hof | 2013-07-24 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | | | | | Valid url regex for traileraddict.com is too strict. Need to allow, e.g. theatrical-trailer, teaser-trailer, feature-read-band-trailer, etc. | |||||
* | | | | release 2013.07.24 | Philipp Hagemeister | 2013-07-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | YoutubeIE: new algo for length 87 (fixes #1105) | patrickslin | 2013-07-24 | 3 | -3/+3 | |
|/ / / | | | | | | | | | | Squashed commit from the pull requests #1107, #1109 and #1110. | |||||
* | | | release 2013.07.23.1 | Philipp Hagemeister | 2013-07-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-07-23 | 4 | -2/+7 | |
|\ \ \ | ||||||
| * | | | YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax | Jaime Marquínez Ferrándiz | 2013-07-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | It wasn't detecting when there aren't more videos |