..
__init__.py
[sportdeutschland] add new extractor
10 years ago
abc.py
[abc] Add extractor ( closes #3361 )
11 years ago
academicearth.py
…
addanime.py
[addanime] Modernize
11 years ago
adultswim.py
[adultswim] The bitrate must be an integer or None (reported in #2952 )
11 years ago
aftonbladet.py
removed duplicate and somemtimes incorrect logic for parsing upload date as this job is already taken care of automatically by YoutubeDL.py
11 years ago
allocine.py
[allocine] Update tests
11 years ago
anitube.py
[anitube] Modernize
11 years ago
aol.py
[aol] Add support for playlists ( Fixes #2730 )
11 years ago
aparat.py
[aparat] modernize
11 years ago
appletrailers.py
[appletrailers] Support height-less videos
11 years ago
archiveorg.py
…
ard.py
[ard] Show error message for videos that are no longer available ( #3422 )
11 years ago
arte.py
[arte.tv:creative] Fix test case
10 years ago
auengine.py
Replace 'referer' with 'http_referer'
11 years ago
bambuser.py
…
bandcamp.py
[bandcamp] Replace maxsplit keyword argument with regular one
11 years ago
bbccouk.py
…
bilibili.py
[bilibili] Fix extraction
11 years ago
blinkx.py
[blinkx] Fix duration
11 years ago
bliptv.py
[bliptv] Remove superfluous characters in _VALID_URL regex
10 years ago
bloomberg.py
[bloomberg] Extract the available formats ( closes #2776 )
11 years ago
br.py
[br] Extract duration
11 years ago
breakcom.py
[breakcom] Fix YouTube videos extraction ( fixes #2699 )
11 years ago
brightcove.py
[brightcove] Add support for videoId= in og:video meta ( Fixes #3571 )
10 years ago
byutv.py
[byutv] Fix test
11 years ago
c56.py
[c56] Modernize and add duration extraction
11 years ago
canal13cl.py
[canal13cl] Add test and improve extraction ( #2498 )
11 years ago
canalc2.py
[canalc2] Modernize
11 years ago
canalplus.py
[canalplus] Fix id determination ( Fixes #2851 )
11 years ago
cbs.py
[cbs] Modernize
11 years ago
cbsnews.py
[cbsnews] Add support for cbsnews.com ( Closes #2691 )
11 years ago
ceskatelevize.py
[ceskatelevize] Simplify
11 years ago
channel9.py
…
chilloutzone.py
[chilloutzone] Fix test description
11 years ago
cinemassacre.py
[cinemassacre] Improve formats extraction and modernize
11 years ago
clipfish.py
[clipfish] Modernize
11 years ago
cliphunter.py
Remove unused imports and simplify
11 years ago
clipsyndicate.py
[clipsyndicate] Modernize
11 years ago
clubic.py
[clubic] Add extractor ( Fixes #2773 )
11 years ago
cmt.py
[cmt] Simplify (mentioned in #2072 )
11 years ago
cnet.py
[cnet] Fix title extraction
11 years ago
cnn.py
[cnn] Improve thumbnail extraction
11 years ago
collegehumor.py
[collegehumor] Fix one more test
11 years ago
comedycentral.py
[comedycentral] Only recognize the cc.com domain
11 years ago
common.py
[sportdeutschland] add new extractor
10 years ago
condenast.py
[condenast|generic] Add support for condenast embeds ( Fixes #2783 )
11 years ago
cracked.py
[crackled] Improve, fix invalid regexes and extract more metadata
11 years ago
criterion.py
[criterion] Simplify and modernize
11 years ago
crunchyroll.py
[crunchyroll] Use `enumerate`
11 years ago
cspan.py
[cspan] Support multiple segments ( Fixes #2674 )
11 years ago
d8.py
[d8] typo
11 years ago
dailymotion.py
[Dailymotion] fix uploader name ( fixes #3153 )
11 years ago
daum.py
[daum] Modernize
11 years ago
defense.py
…
dfb.py
[dfb] Fix f4m manifest URL
11 years ago
discovery.py
[discovery] Change default url
11 years ago
divxstage.py
[divxstage] Fix typo in IE_NAME
11 years ago
dotsub.py
[dotsub] Modernize
11 years ago
dreisat.py
[dreisat] Modernize
11 years ago
dropbox.py
[dropbox] Fix title encoding on Python 2
11 years ago
drtv.py
[drtv] Add missing extractor import
11 years ago
dump.py
[dump] Modernize ( #3565 )
11 years ago
ebaumsworld.py
[ebaumsworld] Remove spurious determine_ext
10 years ago
ehow.py
[ehow] Modernize
11 years ago
eighttracks.py
[eighttracks] modernize
10 years ago
eitb.py
…
ellentv.py
[ellentv] Simplify and correct tests
11 years ago
elpais.py
…
empflix.py
[empflix] Revert to XML parser
10 years ago
engadget.py
Add extractor for Engadget and 5min ( closes #2465 )
11 years ago
escapist.py
[escapist] Add support for og:video:url ( Fixes #3557 )
11 years ago
everyonesmixtape.py
[everyonesmixtape] Add support ( Fixes #2161 )
11 years ago
exfm.py
…
expotv.py
[expotv] Add new extractor ( Fixes #3552 )
10 years ago
extremetube.py
title extraction condition less restrictive
11 years ago
facebook.py
[facebook] Allow '?' before '#!' ( fixes #3477 )
11 years ago
faz.py
…
fc2.py
[fc2] Fall back to webpage title if needed
11 years ago
firedrive.py
[firedrive] fix broken extractor
11 years ago
firstpost.py
[firstpost] Fix title extraction and add description
11 years ago
firsttv.py
…
fivemin.py
[5min] Raise an error if the 'success' field is False
11 years ago
fktv.py
Correct some extractor _VALID_URL regexes
11 years ago
flickr.py
…
fourtube.py
[4tube] Fix import
11 years ago
franceculture.py
[franceculture] Add extractor ( Fixes #2669 )
11 years ago
franceinter.py
…
francetv.py
[francetv] Fix wrong variable name
11 years ago
freesound.py
…
freespeech.py
…
funnyordie.py
[funnyordie] Fix test description
11 years ago
gamekings.py
[gamekings] Update test description
11 years ago
gameone.py
[gameone:playlist] Move test to extractor
10 years ago
gamespot.py
[gamespot] Update test URL and modernize
11 years ago
gamestar.py
[gamestar] Use helper methods to not break if something changes ( #3393 )
11 years ago
gametrailers.py
…
gdcvault.py
[gdcvault] Add support for direct URL video type
11 years ago
generic.py
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
godtube.py
[godtube] Add extractor ( Closes #3367 )
11 years ago
googleplus.py
[GooglePlus] fix video title extraction
11 years ago
googlesearch.py
[googlesearch] Move test to extractor
10 years ago
gorillavid.py
[gorillavid] Fix embedded videos extraction
11 years ago
goshgay.py
[goshgay] PEP8 and test for age_limit ( #3220 )
11 years ago
grooveshark.py
[grooveshark] Use proper imports
10 years ago
hark.py
…
helsinki.py
[helsinki] Simplify
11 years ago
hentaistigma.py
[hentaistigma] Simplified ( #2902 )
11 years ago
hotnewhiphop.py
Properly escape ‘.’ in some _VALID_URL properties
11 years ago
howcast.py
[howcast] Modernize
11 years ago
howstuffworks.py
[howstuffworks] Add extractor ( #3500 )
11 years ago
huffpost.py
[huffpost] Modernize test
11 years ago
hypem.py
Remove unused import
11 years ago
iconosquare.py
[statigram] Update to fit new website name and rename extractor
11 years ago
ign.py
[ign] Fix extraction of video in articles
10 years ago
imdb.py
…
ina.py
…
infoq.py
[infoq] Add support for HTTP downloads ( Fixes #722 )
11 years ago
instagram.py
[instagram] Fix info_dict key name
11 years ago
internetvideoarchive.py
[internetvideoarchive] Use centralized format sorting
11 years ago
iprima.py
[iprima] Fix permission check regex
11 years ago
ivi.py
[ivi] Add support for embedded URLs
11 years ago
izlesene.py
[izlesene] Minor changes
11 years ago
jadorecettepub.py
…
jeuxvideo.py
[jeuxvideo] Modernize
11 years ago
jove.py
[jove] Simplify, extract full description and add test for video that requires subscription
11 years ago
jpopsukitv.py
…
jukebox.py
[jukebox] Update test md5
11 years ago
justintv.py
[justin.tv] Fix page reporting ( #3352 )
11 years ago
kankan.py
…
keek.py
…
keezmovies.py
[keezmovies] Modernize
11 years ago
khanacademy.py
…
kickstarter.py
[kickstarter] Support embedded videos ( Fixes #3322 )
11 years ago
kontrtube.py
[kontrtube] Modernize
11 years ago
krasview.py
[krasview] Add extractor ( Closes #3313 )
11 years ago
ku6.py
[ku6] Improve ( #3015 )
11 years ago
la7.py
[la7] Skip test on travis
11 years ago
lifenews.py
[LifeNews] update thumbnail in test
11 years ago
liveleak.py
…
livestream.py
[livestream] Improve extraction ( Closes #3513 )
11 years ago
lynda.py
[lynda] Modernize
11 years ago
m6.py
…
macgamestore.py
[macgamestore] Minor fixes ( #2044 )
11 years ago
mailru.py
[mailru] Add support for new mail.ru URL format ( Closes #3024 )
11 years ago
malemotion.py
[malemotion] Disable test case
11 years ago
mdr.py
[mdr] Remove unused imports
11 years ago
metacafe.py
[metacafe] Add support for movieclips videos ( Fixes #3555 )
11 years ago
metacritic.py
[metacritic] Modernize test
11 years ago
ministrygrid.py
[ministrygrid] Add extractor ( Fixes #2900 )
10 years ago
mit.py
[mit] Fix MITIE test
11 years ago
mitele.py
[mitele] Add extractor for mitele.es
11 years ago
mixcloud.py
[mixcloud] Use a HEAD request when checking if the url is valid
10 years ago
mlb.py
[mlb] Fix regex
11 years ago
mofosex.py
…
mojvideo.py
[mojvideo] Switch to API, handle errors, remove faked width and height
11 years ago
mooshare.py
[mooshare] Add support for URLs starting with 'www'
11 years ago
morningstar.py
[morningstar] Also support 'Cover' ( #2729 )
11 years ago
motherless.py
[Motherless] simplify
11 years ago
motorsport.py
[motorsport] Fix on Python 3
11 years ago
movieclips.py
[movieclips] Add extractor ( Closes #3554 )
10 years ago
moviezine.py
[moviezine] Add extractor for moviezine.se ( fixes #2808 )
11 years ago
movshare.py
[movshare] Support more domains
11 years ago
mpora.py
[mpora] Fix player regex
11 years ago
mtv.py
Test for colon in mgid
11 years ago
musicplayon.py
[musicplayon] Add support for musicplayon.com
11 years ago
muzu.py
…
myspace.py
…
myspass.py
[myspass] Simplify and use unicode_literals
11 years ago
myvideo.py
[myvideo] Modernize
11 years ago
naver.py
[naver] Modernize
11 years ago
nba.py
[nba] Modernize
11 years ago
nbc.py
[nbc] Add missing import
11 years ago
ndr.py
[ndr] Replace 404 test
11 years ago
ndtv.py
[ndtv] Fix title extraction and modernize
11 years ago
newgrounds.py
…
newstube.py
[newstube] Replace test
11 years ago
nfb.py
[nfb] Add support for videos with captions ( #2866 )
11 years ago
nhl.py
Use the new '_download_xml' helper in more extractors
11 years ago
niconico.py
[niconico] Remove unused import
11 years ago
ninegag.py
[ninegag] Fix extraction
11 years ago
noco.py
[noco] Switch to HTTPS ( Closes #3116 )
11 years ago
normalboots.py
…
novamov.py
[novamov] Simplify
11 years ago
nowness.py
[nowness] Add support for cn URLs ( Closes #3465 )
11 years ago
nowvideo.py
[nowvideo] Support more domains
11 years ago
npo.py
[npo] Fix the json extraction ( fixes #3282 )
11 years ago
nrk.py
Fix test
11 years ago
ntv.py
Remove unused imports
11 years ago
nuvid.py
[nuvid] Adapt to latest layout changes
10 years ago
nytimes.py
[nytimes] Improve file size extraction
11 years ago
ooyala.py
[ooyala] Try mobile player JS URLs for all available devices ( Closes #3498 )
11 years ago
orf.py
[orf] Move all ORF extractors in one place
11 years ago
parliamentliveuk.py
Remove unused imports and clarify variable names
11 years ago
patreon.py
[patreon] Remove unused import
10 years ago
pbs.py
[pbs] recognize class=partnerPlayer as well ( Fixes #3564 )
11 years ago
photobucket.py
Merge remote-tracking branch 'codesparkle/fix-photobucket-url' ( closes #2934 )
11 years ago
playfm.py
[playfm] Add extractor ( Fixes #3538 )
10 years ago
playvid.py
[playvid] Simplify ( #2539 )
11 years ago
podomatic.py
[podomatic] Improve video URL extraction ( Closes #2763 )
11 years ago
pornhd.py
[pornhd] Avoid shadowing variable url
11 years ago
pornhub.py
[pornhub] Fix uploader extraction
11 years ago
pornotube.py
[pornotube] Modernize
10 years ago
prosiebensat1.py
[prosiebensat1] Update some regexes
11 years ago
pyvideo.py
[pyvideo] Fix title extraction
11 years ago
radiofrance.py
[radiofrance] Modernize
11 years ago
rai.py
[rai] Skip test
11 years ago
rbmaradio.py
Remove unused imports and simplify
11 years ago
redtube.py
Redtube changed player config, new place to get thumb URL
11 years ago
reverbnation.py
[reverbnation] The 'uploader_id' field must be a string
11 years ago
ringtv.py
…
ro220.py
[ro220] Make test case more flexible
11 years ago
rottentomatoes.py
…
roxwel.py
[roxwel] Modernize
11 years ago
rtbf.py
[rtbf] Fix data video regex
11 years ago
rtlnl.py
[rtlnl] Extract duration
10 years ago
rtlnow.py
[rtlnow] Simplify outdated test
11 years ago
rts.py
[rts] Update test
11 years ago
rtve.py
[rtve.es:live] Start supporting the 24h channel
10 years ago
ruhd.py
[ruhd] Add extractor
11 years ago
rutube.py
[rutube] Add missing whitespace
11 years ago
rutv.py
[rutv] Add support for more live stream URLs ( Closes #2875 )
11 years ago
sapo.py
[sapo] Add extractor ( Closes #2816 )
11 years ago
savefrom.py
[savefrom] Make test description more flexible
11 years ago
sbs.py
[sbs] Add new extractor ( Fixes #3566 )
10 years ago
scivee.py
[scivee] Revert test file download
11 years ago
screencast.py
[screencast] Add one more format and improve title extraction
11 years ago
servingsys.py
[servingsys] Do not run test on travis
11 years ago
shared.py
[shared] Update test
11 years ago
sina.py
…
slideshare.py
[slideshare] Fix description
11 years ago
slutload.py
Remove unused imports
11 years ago
smotri.py
[smotri] Modernize and add support for emdebbed videos ( Closes #2585 )
11 years ago
snotr.py
[snotr] Add description
11 years ago
sockshare.py
[sockshare] Fix ext
11 years ago
sohu.py
[sohu] Skip test
11 years ago
soundcloud.py
[soundcloud] Adapt test
11 years ago
soundgasm.py
[soundgasm] PEP8 and add a display_id ( #3155 )
11 years ago
southpark.py
rename southparkstudios.py to southpark.py
11 years ago
space.py
…
spankwire.py
[spankwire] Fix uploader id regex
11 years ago
spiegel.py
[spiegel] Add description and modernize
11 years ago
spiegeltv.py
[spiegeltv] Simplify and PEP8
11 years ago
spike.py
[spike] Add support for mobile urls
11 years ago
sportdeutschland.py
[sportdeutschland] add new extractor
10 years ago
stanfordoc.py
Remove unused imports
11 years ago
steam.py
[steam] Update test description
11 years ago
streamcloud.py
[streamcloud] Remove duration and modernize ( Closes #3374 )
11 years ago
streamcz.py
[streamcz] Workaround CertificateError
11 years ago
subtitles.py
…
swrmediathek.py
[swrmediathek] Improve _VALID_URL
11 years ago
syfy.py
[syfy] Add suppor for generic URLs ( Fixes #2827 )
11 years ago
sztvhu.py
…
tagesschau.py
[tagesschau] Remove test case
11 years ago
teachertube.py
[teachertube] Fix title and playlist recognition
11 years ago
teachingchannel.py
[teachingchannel] Add extractor ( closes #3048 )
11 years ago
teamcoco.py
[teamcoco] Update video id regex
11 years ago
techtalks.py
Add an extractor for techtalks.tv ( closes #1606 )
11 years ago
ted.py
[ted] Update test md5
11 years ago
tenplay.py
Remove unused imports
11 years ago
testurl.py
…
tf1.py
[tf1] Modernize
11 years ago
theplatform.py
[theplatform] Use unicode_literals and _download_json
11 years ago
thisav.py
…
tinypic.py
[tinypic] Fix import
11 years ago
tlc.py
[tlc.de] If the url contains a fragment, use if in the iframe url (reported in #2748 )
11 years ago
toutv.py
…
toypics.py
[Toypics] support https urls
11 years ago
traileraddict.py
…
trilulilu.py
…
trutube.py
Fix imports
11 years ago
tube8.py
[tube8] Update test and modernize
11 years ago
tudou.py
…
tumblr.py
[Tumblr] fix encoding (PEP0263)
11 years ago
tutv.py
[tutv] Replace 404 test and modernize
11 years ago
tvigle.py
[tvigle] Add support for another video link format
11 years ago
tvp.py
[tvp] Skip tests
11 years ago
tvplay.py
[tvplay] Add extractor ( Closes #3245 )
11 years ago
ubu.py
[ubu] Add extractor ( Close #3418 )
11 years ago
udemy.py
[udemy] Make sure test case is not inherited
11 years ago
unistra.py
…
urort.py
[urort] Add date
11 years ago
ustream.py
[ustream] Modernize
11 years ago
vbox7.py
[vbox7] simplify
11 years ago
veehd.py
…
veoh.py
[veoh] Skip deleted test video
11 years ago
vesti.py
[vesti] Restore vesti extractor
11 years ago
vevo.py
[vevo] Sort formats ( Fixes #3399 )
11 years ago
vh1.py
[vh1] Skip tests (Do not work from Germany)
11 years ago
viddler.py
…
videobam.py
[videobam] Fix empty title handling
11 years ago
videodetective.py
[videodetective] Modernize
11 years ago
videofyme.py
Correct some extractor _VALID_URL regexes
11 years ago
videolecturesnet.py
[videolectures.net] Make description optional
11 years ago
videopremium.py
[videopremium] Skip test
11 years ago
videott.py
[VideoTt] fix ValueError ( #3161 )
11 years ago
videoweed.py
[videoweed] Revert _FILE_DELETED_REGEX
11 years ago
vidme.py
[vidme] Add extractor ( Closes #3404 )
11 years ago
viki.py
[pbs] Add support for video ratings
11 years ago
vimeo.py
[vimeo] Always pass in referer ( Fixes #3582 )
10 years ago
vimple.py
[vimple] Simplify and PEP8
11 years ago
vine.py
[vine:user] Simplify
11 years ago
vk.py
[vk] Skip georestricted ivi embed test
11 years ago
vodlocker.py
[vodlocker] Allow title to end with a <br>
10 years ago
vube.py
[vube] Extract audio and categories
11 years ago
vuclip.py
[vuclip] Fix VALID_URL regex
11 years ago
vulture.py
[Vulture] Add support for vulture.com
11 years ago
washingtonpost.py
[washingtonpost] Add extractor ( Fixes #2622 )
11 years ago
wat.py
[wat] Use server time and pass country argument ( Closes #3579 )
10 years ago
wayofthemaster.py
[wayofthemaster] Remove unused import
10 years ago
wdr.py
[wdr] fix up imports
11 years ago
weibo.py
[weibo] Modernize
11 years ago
wimp.py
[wimp] Detect youtube videos ( fixes #2686 )
11 years ago
wistia.py
[wistia] Add duration and modernize
11 years ago
worldstarhiphop.py
[worldstarhiphop] Modernize
11 years ago
wrzuta.py
[wrzuta] Add age limit
11 years ago
xbef.py
[xbef] (Add extractor)
11 years ago
xboxclips.py
[xboxclips] PEP8 and extract more metadata
11 years ago
xhamster.py
changed _VALID_URL to allow for country specific prefixes
10 years ago
xnxx.py
[xnxx] Modernize
11 years ago
xtube.py
[xtube] user playlist extractor
11 years ago
xvideos.py
[xvideos] Replace test
11 years ago
yahoo.py
[yahoo] Add support for embedded videos ( Closes #3525 )
11 years ago
youjizz.py
[youjizz] Simplify and use unicode_literals
11 years ago
youku.py
Style fixes for extractors: remove spaces around (,),{ and }
11 years ago
youporn.py
[youporn] Modernize
11 years ago
youtube.py
Merge remote-tracking branch 'riking/twofactor'
10 years ago
zdf.py
[zdf] Fix podcast extraction and use unicode literals ( Closes #2446 )
11 years ago