aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
AgeCommit message (Collapse)Author
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
2013-06-26[wimp] minor readability improvements (#940)Philipp Hagemeister
2013-06-26Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz
2013-06-26added an IE for wimp.comM.Yasoob Khalid
2013-06-25Sort IEs alphabeticallyPhilipp Hagemeister
2013-06-25Added an IE for todouM.Yasoob Khalid
2013-06-25Add Jukebox IEPhilipp Hagemeister
2013-06-25add JukeboxIEmc2avr
2013-06-24Add VevoIEJaime Marquínez Ferrándiz
2013-06-23[break] adapt to new pathsPhilipp Hagemeister
2013-06-23Fix imports and restrict available legacy importsPhilipp Hagemeister
2013-06-23Move extractor imports and functions into extractor/__init__.pyPhilipp Hagemeister
2013-06-23Fix generic class move (add all files)Philipp Hagemeister