aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-25release 2013.07.252013.07.25Philipp Hagemeister
2013-07-25Merge remote-tracking branch 'pishposhmcgee/patch-2'Philipp Hagemeister
2013-07-25[ina] Fix URL detection (Fixes #1121)Philipp Hagemeister
2013-07-24changed video_url regexpishposhmcgee
Some older videos contain an extra properties such as 'embed' before 'type'.
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" listJaime Marquínez Ferrándiz
2013-07-24release 2013.07.24.22013.07.24.2Philipp Hagemeister
2013-07-24Add an extractor for downloading the Youtube favorite videos(closes #127)Jaime Marquínez Ferrándiz
2013-07-24YoutubeIE: Move the code from _real_initialize to a base classJaime Marquínez Ferrándiz
This allows to reuse the code in other IEs without having to overwrite some parts.
2013-07-24YoutubePlaylistIE: break only if there's no entry field in the responseJaime 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-24ExfmIE: extract Soundcloud songs using SoundcloudIEJaime Marquínez Ferrándiz
Now SouncloudIE accepts api urls.
2013-07-24[soundcloud]: Some improvementsJaime 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-24release 2013.07.24.12013.07.24.1Philipp Hagemeister
2013-07-24Add Youtube player info for length 87Jaime Marquínez Ferrándiz
2013-07-24Merge pull request #1114 from alexvh/traileraddict_hdJaime 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 urlsJaime Marquínez Ferrándiz
2013-07-24Merge pull request #1113 from alexvh/masterJaime Marquínez Ferrándiz
[traileraddict] Allow all types of trailer URLs
2013-07-24release 2013.07.242013.07.24Philipp Hagemeister
2013-07-24YoutubeIE: 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 availableAlex 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 URLsAlex 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-23release 2013.07.23.12013.07.23.1Philipp Hagemeister
2013-07-23Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-07-23[soundcloud] Support URLs with a slash at the end (Fixes #1104)Philipp Hagemeister
2013-07-23YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajaxJaime Marquínez Ferrándiz
It wasn't detecting when there aren't more videos
2013-07-23Mark WatIE and TF1IE as broken (related #1103)Jaime Marquínez Ferrándiz
2013-07-23CollegeHumorIE: support Youtube videos and embed urls (fixes #1094)Jaime Marquínez Ferrándiz
2013-07-23release 2013.07.232013.07.23Philipp Hagemeister
2013-07-23Fix BreakIEJaime Marquínez Ferrándiz
Also detect videos that come from Youtube
2013-07-23Fix CollegHumorIEJaime 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
2013-07-21ComedyCentralIE: support the extended interviews urls (fixes #1079)Jaime Marquínez Ferrándiz
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[exfm] Add IE_* descriptionsPhilipp Hagemeister
2013-07-20Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
2013-07-19release 2013.07.192013.07.19Philipp Hagemeister
2013-07-19WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz
Also extract a Sina url that doesn't require to follow a redirection.
2013-07-19YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz
2013-07-19TEDIE: fix the title extractionJaime Marquínez Ferrándiz
2013-07-19Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.
2013-07-19Add an extractor for 56.com (related #1039)Jaime Marquínez Ferrándiz
2013-07-18Add SinaIE (related #1039): extractor for video.sina.com.cnJaime Marquínez Ferrándiz
2013-07-18InstagramIE: fix the extraction of the uploader_id and the titleJaime Marquínez Ferrándiz
The page title is now 'Instagram', so we build it. Also extract the description
2013-07-18Hint that --update may need sudoPhilipp Hagemeister
2013-07-18release 2013.07.182013.07.18Philipp Hagemeister
2013-07-18Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz
It's already covered by the test for length 87
2013-07-18YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz
Order the cases from higher to lower length.
2013-07-18Merge pull request #1068 from MiLk/genalgo-youtube-92Jaime Marquínez Ferrándiz
[youtube] Add generator for signature 92
2013-07-18forgot to import json jsonM.Yasoob Khalid
2013-07-18removed some unnecessary importsM.Yasoob Khalid
2013-07-18corrected a typo and added myself to travis notifications.M.Yasoob Khalid