summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ina] Fix URL detection (Fixes #1121)Philipp Hagemeister2013-07-251-1/+1
|
* [youtube] use itertools.count instead of a "while True" loop and a manual ↵Jaime Marquínez Ferrándiz2013-07-241-10/+3
| | | | counter
* [youtube] add an extractor for the "Watch Later" listJaime Marquínez Ferrándiz2013-07-242-2/+15
|
* release 2013.07.24.2Philipp Hagemeister2013-07-241-1/+1
|
* Add an extractor for downloading the Youtube favorite videos(closes #127)Jaime Marquínez Ferrándiz2013-07-242-2/+15
|
* YoutubeIE: Move the code from _real_initialize to a base classJaime Marquínez Ferrándiz2013-07-241-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 responseJaime Marquínez Ferrándiz2013-07-241-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 SoundcloudIEJaime Marquínez Ferrándiz2013-07-242-29/+54
| | | | Now SouncloudIE accepts api urls.
* [soundcloud]: Some improvementsJaime Marquínez Ferrándiz2013-07-241-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.1Philipp Hagemeister2013-07-241-1/+1
|
* Add Youtube player info for length 87Jaime Marquínez Ferrándiz2013-07-241-1/+1
|
* Merge pull request #1114 from alexvh/traileraddict_hdJaime Marquínez Ferrándiz2013-07-241-5/+11
|\ | | | | | | | | | | [traileraddict] Obtain hd quality stream if available Updated md5 checksum of the test video.
| * [traileraddict] Obtain hd quality stream if availableAlex Van't Hof2013-07-241-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 urlsJaime Marquínez Ferrándiz2013-07-241-3/+3
| |
* | Merge pull request #1113 from alexvh/masterJaime Marquínez Ferrándiz2013-07-241-1/+1
|\ \ | | | | | | | | | [traileraddict] Allow all types of trailer URLs
| * | [traileraddict] Allow all types of trailer URLsAlex Van't Hof2013-07-241-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.24Philipp Hagemeister2013-07-241-1/+1
| |
* | YoutubeIE: new algo for length 87 (fixes #1105)patrickslin2013-07-243-3/+3
|/ | | | Squashed commit from the pull requests #1107, #1109 and #1110.
* release 2013.07.23.1Philipp Hagemeister2013-07-231-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-07-234-2/+7
|\
| * YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajaxJaime Marquínez Ferrándiz2013-07-231-1/+1
| | | | | | | | It wasn't detecting when there aren't more videos
| * Mark WatIE and TF1IE as broken (related #1103)Jaime Marquínez Ferrándiz2013-07-232-0/+2
| |
| * CollegeHumorIE: support Youtube videos and embed urls (fixes #1094)Jaime Marquínez Ferrándiz2013-07-231-1/+4
| |
* | [soundcloud] Support URLs with a slash at the end (Fixes #1104)Philipp Hagemeister2013-07-231-1/+1
|/
* release 2013.07.23Philipp Hagemeister2013-07-231-1/+1
|
* Fix BreakIEJaime Marquínez Ferrándiz2013-07-231-10/+15
| | | | Also detect videos that come from Youtube
* Fix CollegHumorIEJaime Marquínez Ferrándiz2013-07-231-22/+18
| | | | | 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
* ComedyCentralIE: support the extended interviews urls (fixes #1079)Jaime Marquínez Ferrándiz2013-07-211-1/+6
|
* [youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ↵Jaime Marquínez Ferrándiz2013-07-202-9/+31
| | | | | | (closes #476) The new extractor and YoutubeSubscriptionsIE are subclasses of YoutubeFeedsInfoExtractor, which allows to fetch videos from http://www.youtube.com/feed_ajax
* [exfm] Add IE_* descriptionsPhilipp Hagemeister2013-07-201-0/+2
|
* Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister2013-07-203-0/+42
|\
| * forgot to import json jsonM.Yasoob Khalid2013-07-181-0/+1
| |
| * removed some unnecessary importsM.Yasoob Khalid2013-07-181-2/+0
| |
| * corrected a typo and added myself to travis notifications.M.Yasoob Khalid2013-07-182-4/+5
| |
| * added test for ex.fmM.Yasoob Khalid2013-07-181-0/+10
| |
| * added an IE for ex.fmM.Yasoob Khalid2013-07-182-0/+32
| |
* | release 2013.07.19Philipp Hagemeister2013-07-192-2/+4
| |
* | WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz2013-07-191-3/+14
| | | | | | | | Also extract a Sina url that doesn't require to follow a redirection.
* | YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz2013-07-193-4/+4
| |
* | TEDIE: fix the title extractionJaime Marquínez Ferrándiz2013-07-191-1/+1
| |
* | Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz2013-07-193-1/+39
| | | | | | | | | | It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.
* | Add an extractor for 56.com (related #1039)Jaime Marquínez Ferrándiz2013-07-192-0/+37
| |
* | Add SinaIE (related #1039): extractor for video.sina.com.cnJaime Marquínez Ferrándiz2013-07-182-0/+68
| |
* | InstagramIE: fix the extraction of the uploader_id and the titleJaime Marquínez Ferrándiz2013-07-181-12/+10
| | | | | | | | | | The page title is now 'Instagram', so we build it. Also extract the description
* | Hint that --update may need sudoPhilipp Hagemeister2013-07-181-1/+1
| |
* | release 2013.07.18Philipp Hagemeister2013-07-181-1/+1
| |
* | Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz2013-07-181-5/+0
| | | | | | | | It's already covered by the test for length 87
* | YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz2013-07-183-8/+18
| | | | | | | | Order the cases from higher to lower length.
* | Merge pull request #1068 from MiLk/genalgo-youtube-92Jaime Marquínez Ferrándiz2013-07-181-0/+3
|\ \ | |/ |/| | | [youtube] Add generator for signature 92
| * [youtube] Add generator for signature 92Emilien Kenler2013-07-171-0/+3
|/