aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
AgeCommit message (Collapse)Author
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