yt-dlp/youtube_dl/extractor
Ismael Mejia 953e32b2c1 [dailymotion] Added support for subtitles + new InfoExtractor for
generic subtitle download.

The idea is that all subtitle downloaders must descend from SubtitlesIE
and implement only three basic methods to achieve the complete subtitle
download functionality. This will allow to reduce the code in YoutubeIE
once it is rewritten.
2013-08-07 18:59:11 +02:00
..
__init__.py Merge remote-tracking branch 'yasoob/master' 2013-07-20 11:23:56 +02:00
archiveorg.py
ard.py
arte.py
auengine.py
bandcamp.py
bliptv.py
breakcom.py
brightcove.py BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032) 2013-07-12 14:53:28 +02:00
c56.py Add an extractor for 56.com (related #1039) 2013-07-19 15:17:34 +02:00
canalplus.py Add CanalplusIE (closes #59 and closes #918) 2013-07-13 13:36:15 +02:00
collegehumor.py
comedycentral.py
common.py Use a dictionary for storing the subtitles 2013-07-20 12:52:25 +02:00
condenast.py Add CondeNastIE 2013-07-17 14:39:02 +02:00
criterion.py CriterionIE: simplify some parts and use _html_search_regex 2013-07-13 12:26:05 +02:00
cspan.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
dailymotion.py [dailymotion] Added support for subtitles + new InfoExtractor for 2013-08-07 18:59:11 +02:00
depositfiles.py
dotsub.py
dreisat.py
ehow.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
eighttracks.py
escapist.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
exfm.py [exfm] Add IE_* descriptions 2013-07-20 11:26:36 +02:00
facebook.py
flickr.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
freesound.py [freesound] Minor improvements 2013-07-15 21:33:45 +02:00
funnyordie.py Use re.DOTALL by default when searching OpenGraph properties 2013-07-13 11:29:08 +02:00
gamespot.py
gametrailers.py GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process 2013-07-14 14:29:15 +02:00
generic.py
googleplus.py
googlesearch.py
hotnewhiphop.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
howcast.py
hypem.py
ign.py
ina.py
infoq.py
instagram.py InstagramIE: fix the extraction of the uploader_id and the title 2013-07-18 13:12:27 +02:00
jukebox.py
justintv.py
keek.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
liveleak.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
livestream.py [livestream] fix import statement 2013-07-14 09:25:51 +02:00
metacafe.py [metacafe] Fix test 2013-07-17 10:50:30 +02:00
mixcloud.py
mtv.py GametrailersIE: make it a subclass of MTVIE to reuse most of the extraction process 2013-07-14 14:29:15 +02:00
myspass.py
myvideo.py
nba.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
photobucket.py
pornotube.py
rbmaradio.py
redtube.py
ringtv.py
sina.py Add SinaIE (related #1039): extractor for video.sina.com.cn 2013-07-18 15:31:50 +02:00
soundcloud.py
spiegel.py
stanfordoc.py
statigram.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
steam.py
subtitles.py [dailymotion] Added support for subtitles + new InfoExtractor for 2013-08-07 18:59:11 +02:00
teamcoco.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
ted.py TEDIE: fix the title extraction 2013-07-19 16:13:31 +02:00
tf1.py
thisav.py [thisav] add a test for video MD5 2013-07-17 11:18:14 +02:00
traileraddict.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
tudou.py
tumblr.py
tutv.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
ustream.py
vbox7.py
veoh.py
vevo.py
vimeo.py
vine.py InfoExtractor: add some helper methods to extract OpenGraph info 2013-07-12 22:12:04 +02:00
wat.py
weibo.py WeiboIE: extract the player urls from a json webpage 2013-07-19 20:43:44 +02:00
wimp.py
worldstarhiphop.py
xhamster.py
xnxx.py
xvideos.py
yahoo.py
youjizz.py YouJizzIE: support videos that define the urls in a playlist page (closes #1037) 2013-07-13 12:07:07 +02:00
youku.py Add WeiboIE (closes #1039) 2013-07-19 16:09:14 +02:00
youporn.py
youtube.py YoutubeIE: don't crash when trying to get automatic captions if the videos has standard subtitles. 2013-07-20 12:56:10 +02:00
zdf.py