aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
AgeCommit message (Collapse)Author
2013-08-04Add an extractor from muzu.tv (closes #1177)Jaime Marquínez Ferrándiz
2013-08-03Add an extractor for videofy.me (closes #1171)Jaime Marquínez Ferrándiz
Also modify find_xpath_attr to accept values with spaces like for id="HQ on"
2013-08-02Add an extractor for Ooyala (closes #833)Jaime Marquínez Ferrándiz
Only works for some sites, it doesn't work for videos that use a f4m manifest
2013-07-29Add an extractor for kankan.com (closes #1133)Jaime Marquínez Ferrándiz
2013-07-29[vimeo] add an extractor for channelsJaime Marquínez Ferrándiz
2013-07-29[dailymotion] Add an extractor for Dailymotion playlistsJaime Marquínez Ferrándiz
2013-07-26Add an extractor for roxwell.com (closes #1044)Jaime Marquínez Ferrándiz
2013-07-24[youtube] add an extractor for the "Watch Later" listJaime Marquínez Ferrándiz
2013-07-24Add an extractor for downloading the Youtube favorite videos(closes #127)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-20Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
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-18added an IE for ex.fmM.Yasoob Khalid
2013-07-17Add CondeNastIEJaime Marquínez Ferrándiz
It supports some of the websites of the Condé Nast group: WIRED, GQ, Vogue, Glamour, W Magazine and Vanity Fair.
2013-07-17[thisav] Add IE (Fixes #1056)Philipp Hagemeister
2013-07-15[freesound] Minor improvementsJaime Marquínez Ferrándiz
2013-07-15Merge pull request #1050 from yasoob/masterJaime Marquínez Ferrándiz
Added an IE and test for Freesound.org .
2013-07-15Added an IE for freesound.orgM.Yasoob Khalid
2013-07-13Add LivestreamIE (closes #1042)Jaime Marquínez Ferrándiz
2013-07-13Add CanalplusIE (closes #59 and closes #918)Jaime Marquínez Ferrándiz
2013-07-13added an IE for criterion.comM.Yasoob Khalid
2013-07-12[ign]: support some country versions and add an extractor for 1up.comJaime Marquínez Ferrándiz
1up.com uses the gin video system, the extractor is a subclass of IGNIE, it just replaces the video id
2013-07-12Add IGNIEJaime Marquínez Ferrándiz
Only for www.ign.com, it doesn't support country specific versions (like es.ign.com)
2013-07-11[ehow] improve minor bitsPhilipp Hagemeister
2013-07-11Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
2013-07-11added an IE for Ehow videosM.Yasoob Khalid
2013-07-08Merge pull request #1009 from yasoob/masterJaime Marquínez Ferrándiz
Added an IE and test for dotsub.com videos. ( closes #1008 )
2013-07-08Add VeohIE (closes #1006)Jaime Marquínez Ferrándiz
2013-07-09added an IE and test for dotsub.M.Yasoob Khalid
2013-07-08[archive.org] Add extractor (Fixes #1003)Philipp Hagemeister
2013-07-08[3sat] Add support (Fixes #1001)Philipp Hagemeister
2013-07-07[youtube] Add and extractor for the subscriptions feed (closes #498)Jaime Marquínez Ferrándiz
It can be downloaded using the ytsubscriptions keyword. It needs the login information.
2013-07-05Add BrightcoveIE (closes #832)Jaime Marquínez Ferrándiz
It only accepts the urls that are use for embedding the video, it doesn't search in generic webpages to find Brightcove videos
2013-07-01Add InstagramIE (related #904)Jaime Marquínez Ferrándiz
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
It just extracts the playlists urls for each season
2013-07-01Merge remote-tracking branch 'yasoob/master'Philipp Hagemeister
Conflicts: youtube_dl/extractor/__init__.py
2013-06-29[tutv] Add IE (Fixes #965)Philipp Hagemeister
2013-06-29added an IE and test for traileraddict.comM.Yasoob Khalid
2013-06-29Move TF1IE to its own fileJaime Marquínez Ferrándiz
2013-06-29Add TF1IEJaime Marquínez Ferrándiz
2013-06-28Add WatIEJaime Marquínez Ferrándiz
2013-06-28Add RingTVIE (Thanks @yasoob)M.Yasoob Khalid
2013-06-28Added an IE for gamespot. Although gamespot allows downloading but it is ↵M.Yasoob Khalid
only available to registered users. With this IE no registration is required.
2013-06-27Generate the list of IEs automaticallyPhilipp Hagemeister
It seems like GenericIE needs to be last, but other than that, the order really does not matter anymore. To cut down on merge conflicts, generate the list of IEs automatically.
2013-06-27[auengine] Rename to official capitalizationPhilipp Hagemeister
2013-06-27Merge remote-tracking branch 'gitprojs/master'Philipp Hagemeister
Conflicts: youtube_dl/extractor/__init__.py
2013-06-27Added an IE for auengine.comAlbert Kim
2013-06-26Added HotNewHipHop IEJohny Mo Swag