youtube-dl/youtube_dl/extractor
rrooij ce5879fa14 [Gamekings] Fix viewing of old videos
Some old videos that aren't on Vimeo are being uploaded to YouTube under the
'Gamekings Vault' channel. They use YouTube now for some videos as video
hosting instead of Vimeo or their own hosting. The first test failed to
succeed under the existing code, but works now by using the YouTube
extractor.

The Regex is changed to find the new gogoVideo JavaScript line with the
YouTube embed. Checking if there is a YouTube embed is done by a String
find, which is probably not the best method of checking this.
2016-01-31 00:20:46 +01:00
..
__init__.py [matchtv] Add extractor (Closes #8313) 2016-01-30 18:30:27 +06:00
abc7news.py
abc.py
academicearth.py
acast.py
addanime.py
adobetv.py
adultswim.py [adultswim] Skip georestricted hls (Closes #8168) 2016-01-08 03:19:47 +06:00
aenetworks.py [ae] Rename to aenetworks and clarify extractor name and description 2016-01-17 03:02:45 +06:00
aftonbladet.py
airmozilla.py
aljazeera.py
allocine.py
alphaporno.py
amp.py [amp] Add missing subtitles to info dict 2016-01-05 01:05:37 +06:00
anitube.py [nuevo] Simplify nuevo extractors (Closes #7728) 2016-01-23 00:04:33 +06:00
anysex.py
aol.py
aparat.py
appleconnect.py
appletrailers.py
archiveorg.py
ard.py
arte.py [arte:cinema] Add extractor 2016-01-22 23:00:50 +06:00
atresplayer.py [atresplayer] Skip HLS completely (Closes #8261) 2016-01-17 22:14:07 +06:00
atttechchannel.py
audimedia.py
audiomack.py
azubu.py [azubu] Add extractor for live streams (closes #8343) 2016-01-29 15:36:33 +01:00
baidu.py [baidu] Use list comprehension 2016-01-02 21:46:40 +08:00
bambuser.py
bandcamp.py
bbc.py [bbc] Add test for #8147 2016-01-28 23:27:48 +06:00
beatportpro.py
beeg.py [beeg] Update API URL 2016-01-14 19:57:56 +06:00
behindkink.py
bet.py
bigflix.py [bigflix] Use correct indentation to make flake8 happy 2016-01-10 14:26:27 +01:00
bild.py
bilibili.py
bleacherreport.py
blinkx.py
bloomberg.py
bpb.py
br.py
breakcom.py
brightcove.py
buzzfeed.py
byutv.py
c56.py
camdemy.py
canalc2.py [canalc2] Fix extraction (Closes #8191) 2016-01-10 01:37:10 +06:00
canalplus.py
canvas.py [canvas] Improve (Closes #7145) 2016-01-14 23:15:12 +06:00
cbs.py
cbsnews.py [cbsnews] Remove unused import 2016-01-28 00:42:04 +06:00
cbssports.py
ccc.py
ceskatelevize.py
channel9.py
chaturbate.py
chilloutzone.py
chirbit.py
cinchcast.py
cinemassacre.py
clipfish.py
cliphunter.py
clipsyndicate.py
cloudy.py
clubic.py
clyp.py
cmt.py
cnet.py
cnn.py
collegehumor.py
collegerama.py
comcarcoff.py
comedycentral.py
common.py [extractor/common] Restrict checks when auto calculating tbr 2016-01-30 01:47:46 +06:00
commonmistakes.py
condenast.py
cracked.py
criterion.py
crooksandliars.py
crunchyroll.py check video_play_path and use xpath_text 2016-01-07 11:36:17 +06:00
cspan.py [cspan] Unescape path (Closes #8365) 2016-01-30 00:26:33 +06:00
ctsnews.py
cultureunplugged.py [cultureunplugged] Improve (Closes #8060) 2016-01-16 07:10:51 +06:00
cwtv.py [cwtv] Add new extractor 2016-01-15 17:45:51 +01:00
dailymotion.py [dailymotion] Extend _VALID_URL 2016-01-19 21:20:14 +06:00
daum.py [daum] Add 'thumbnail' to all _TESTS 2016-01-30 16:54:14 +08:00
dbtv.py
dcn.py [dcn] extract video ids in season entries 2016-01-10 07:45:41 +01:00
dctp.py
deezer.py
defense.py
democracynow.py
dfb.py
dhm.py
digiteka.py [ultimedia] Rename to digiteka 2016-01-19 21:51:46 +06:00
discovery.py
dotsub.py
douyutv.py
dplay.py
dramafever.py [dramafever] Add test for custom episode title 2016-01-05 01:41:18 +06:00
drbonanza.py
dreisat.py [dreisat] use extract_from_xml_url from ZDFIE for info extraction(fixes #7680)(fixes #8104)(closes #8121) 2016-01-02 21:29:10 +01:00
dropbox.py
drtuber.py
drtv.py [drtv] Use IETF language tag 2016-01-23 01:54:00 +06:00
dump.py
dumpert.py
dvtv.py
eagleplatform.py
ebaumsworld.py
echomsk.py
ehow.py
eighttracks.py
einthusan.py
eitb.py
ellentv.py
elpais.py
embedly.py
engadget.py
eporner.py
eroprofile.py
escapist.py
espn.py [espn] Improve video id extraction (Closes #8368) 2016-01-30 01:48:54 +06:00
esri.py
europa.py
everyonesmixtape.py
exfm.py
expotv.py
extremetube.py
facebook.py [facebook] Support alternative webpage form 2016-01-30 19:33:22 +08:00
faz.py
fc2.py
fczenit.py
firstpost.py
firsttv.py
fivemin.py
fivetv.py
fktv.py
flickr.py
folketinget.py
footyroom.py
fourtube.py
fox.py
foxgay.py
foxnews.py
foxsports.py
franceculture.py
franceinter.py
francetv.py
freesound.py
freespeech.py
freevideo.py
funimation.py
funnyordie.py
gameinformer.py
gamekings.py [Gamekings] Fix viewing of old videos 2016-01-31 00:20:46 +01:00
gameone.py
gamersyde.py
gamespot.py
gamestar.py
gametrailers.py
gazeta.py
gdcvault.py
generic.py [ultimedia] Rename to digiteka 2016-01-19 21:51:46 +06:00
gfycat.py
giantbomb.py
giga.py
glide.py
globo.py
godtube.py
goldenmoustache.py
golem.py
googledrive.py
googleplus.py
googlesearch.py
goshgay.py
gputechconf.py
groupon.py
hark.py
hearthisat.py
heise.py
hellporno.py
helsinki.py
hentaistigma.py
historicfilms.py
hitbox.py [hitbox] Skip subscribe only formats (Closes #8217) 2016-01-21 23:28:22 +06:00
hornbunny.py
hotnewhiphop.py
hotstar.py
howcast.py
howstuffworks.py
huffpost.py
hypem.py
iconosquare.py
ign.py
imdb.py
imgur.py
ina.py
indavideo.py
infoq.py
instagram.py [instagram] Make description optional (Closes #8326) 2016-01-26 21:46:51 +06:00
internetvideoarchive.py
iprima.py [iprima] Mark broken 2016-01-11 22:00:17 +06:00
iqiyi.py [iqiyi] Update key (closes #8292) 2016-01-22 02:14:47 +08:00
ir90tv.py
ivi.py Fix typos 2016-01-10 17:24:28 +01:00
ivideon.py [ivideon] Add support for map bound URLs 2016-01-08 05:11:23 +06:00
izlesene.py
jadorecettepub.py
jeuxvideo.py
jove.py
jpopsukitv.py
jwplatform.py
kaltura.py
kanalplay.py [kanalplay] Use IETF language tag 2016-01-23 01:51:18 +06:00
kankan.py
karaoketv.py
karrierevideos.py
keek.py
keezmovies.py
khanacademy.py
kickstarter.py
kontrtube.py
krasview.py
ku6.py
kuwo.py
la7.py
laola1tv.py
lecture2go.py
lemonde.py [lemonde] Add extractor 2016-01-19 22:09:55 +06:00
letv.py [letv] LetvCloud: Detect ext instead of the hardcoded one 2016-01-20 04:00:37 +08:00
libsyn.py
lifenews.py
limelight.py
liveleak.py
livestream.py
lnkgo.py
lovehomeporn.py [lovehomeporn] Add extractor 2016-01-23 00:52:23 +06:00
lrt.py
lynda.py
m6.py
macgamestore.py
mailru.py
makertv.py
malemotion.py
matchtv.py [matchtv] Add extractor (Closes #8313) 2016-01-30 18:30:27 +06:00
mdr.py Fix typos 2016-01-10 17:24:28 +01:00
metacafe.py
metacritic.py
mgoon.py
minhateca.py
ministrygrid.py
miomio.py
mit.py
mitele.py
mixcloud.py
mlb.py
moevideo.py
mofosex.py
mojvideo.py
moniker.py
mooshare.py
morningstar.py
motherless.py
motorsport.py
movieclips.py
moviezine.py
mpora.py
mtv.py
muenchentv.py
musicplayon.py
muzu.py
mwave.py
myspace.py
myspass.py
myvi.py
myvideo.py
myvidster.py
nationalgeographic.py
naver.py
nba.py
nbc.py Fix typos 2016-01-10 17:24:28 +01:00
ndr.py [ndr:embed:base] Add missing ext for m3u8 2016-01-28 22:50:18 +06:00
ndtv.py
nerdcubed.py
nerdist.py
neteasemusic.py [neteasemusic] Use float_or_none 2016-01-20 04:21:51 +08:00
netzkino.py
newgrounds.py
newstube.py
nextmedia.py
nextmovie.py
nfb.py
nfl.py
nhl.py Fix typos 2016-01-10 17:24:28 +01:00
nick.py
niconico.py
ninegag.py
noco.py
normalboots.py
nosvideo.py
nova.py
novamov.py
nowness.py
nowtv.py [nowtv] Mark broken 2016-01-03 10:12:13 +05:00
npo.py
npr.py [npr] Fix extractor (Closes #7218) 2016-01-07 01:57:36 +06:00
nrk.py
ntvde.py [ntvde] Improve regex 2016-01-14 22:12:24 +06:00
ntvru.py
nuevo.py [nuevo] Improve thumbnail extraction 2016-01-23 00:38:58 +06:00
nuvid.py
nytimes.py
odnoklassniki.py [ok] Add support for mobile URLs (Closes #8345) 2016-01-28 22:56:49 +06:00
oktoberfesttv.py
onionstudios.py
ooyala.py
ora.py [OraTV] update extractor 2016-01-20 21:28:42 +06:00
orf.py [orf:fm4] Add test 2016-01-14 22:11:33 +06:00
pandoratv.py
parliamentliveuk.py
patreon.py
pbs.py
periscope.py
philharmoniedeparis.py
phoenix.py
photobucket.py
pinkbike.py
pladform.py
planetaplay.py
played.py
playfm.py
playtvak.py
playvid.py
playwire.py
pluralsight.py [pluralsight] Fix new player (Closes #8215) 2016-01-13 08:18:37 +06:00
podomatic.py
porn91.py
pornhd.py
pornhub.py
pornotube.py
pornovoisines.py
pornoxo.py
primesharetv.py
promptfile.py
prosiebensat1.py [prosiebensat1] Fix some extraction and update tests 2016-01-14 22:45:09 +06:00
puls4.py
pyvideo.py
qqmusic.py [qqmusic] Update tests 2016-01-02 22:39:09 +08:00
quickvid.py
r7.py
radiobremen.py
radiode.py
radiofrance.py
radiojavan.py
rai.py
rbmaradio.py
rds.py
redtube.py
regiotv.py
restudy.py
reverbnation.py
revision3.py
ringtv.py
ro220.py
rottentomatoes.py
roxwel.py
rtbf.py
rte.py [rte:radio] Extract timestamp 2016-01-04 05:04:48 +06:00
rtl2.py
rtlnl.py
rtp.py
rts.py
rtve.py
rtvnh.py
ruhd.py
ruleporn.py [ruleporn] Rework in terms of nuevo (Closes #8206) 2016-01-23 00:40:11 +06:00
rutube.py
rutv.py
ruutu.py [ruutu] Fix extraction (Closes #8107) 2016-01-02 07:44:30 +06:00
safari.py
sandia.py
sapo.py
savefrom.py
sbs.py
scivee.py
screencast.py
screencastomatic.py
screenwavemedia.py
senateisvp.py
servingsys.py
sexu.py
sexykarma.py
shahid.py [shahid] raise ExtractorError if the video is DRM protected 2016-01-10 07:55:58 +01:00
shared.py
sharesix.py
sina.py
skynewsarabia.py
slideshare.py
slutload.py
smotri.py
snagfilms.py
snotr.py
sohu.py
soundcloud.py [soundcloud:likes] Adapt to API changes (Closes #8166) 2016-01-08 01:54:31 +06:00
soundgasm.py
southpark.py
space.py
spankbang.py [spankbang] Fix title extraction (Closes #8329) 2016-01-27 21:49:56 +06:00
spankwire.py
spiegel.py
spiegeltv.py
spike.py
sport5.py
sportbox.py
sportdeutschland.py
srgssr.py
srmediathek.py
ssa.py
stanfordoc.py
steam.py
stitcher.py
streamcloud.py
streamcz.py
streetvoice.py
sunporno.py
svt.py [svt] Improve subtitles extraction and add test (Closes #8265) 2016-01-23 01:47:54 +06:00
swrmediathek.py
syfy.py
sztvhu.py
tagesschau.py
tapely.py
tass.py
teachertube.py
teachingchannel.py
teamcoco.py
techtalks.py
ted.py
tele13.py
telebruxelles.py
telecinco.py
telegraaf.py
telemb.py
teletask.py
tenplay.py
testurl.py Fix typos 2016-01-10 17:24:28 +01:00
tf1.py
theintercept.py
theonion.py
theplatform.py [theplatform] extend _VALID_URL regex 2016-01-15 15:12:35 +01:00
thesixtyone.py
thisamericanlife.py
thisav.py
thvideo.py
tinypic.py
tlc.py
tmz.py
tnaflix.py
toggle.py
toutv.py
toypics.py
traileraddict.py
trilulilu.py
trollvids.py [nuevo] Simplify nuevo extractors (Closes #7728) 2016-01-23 00:04:33 +06:00
trutube.py [nuevo] Simplify nuevo extractors (Closes #7728) 2016-01-23 00:04:33 +06:00
tube8.py [tube8] PEP 8 2016-01-20 21:30:29 +06:00
tubitv.py
tudou.py [tudou] Add support for Albums and Playlists and extract more metadata 2016-01-13 13:29:00 +01:00
tumblr.py
tunein.py
turbo.py
tutv.py
tv2.py
tv4.py Fix typos 2016-01-10 17:24:28 +01:00
tvc.py
tvigle.py
tvland.py
tvp.py
tvplay.py
tweakers.py
twentyfourvideo.py
twentymin.py [20min] Improve (Closes #8110) 2016-01-04 02:33:08 +06:00
twentytwotracks.py
twitch.py
twitter.py
ubu.py
udemy.py [udemy] Fix non free course message 2016-01-06 00:03:39 +06:00
udn.py
unistra.py [unistra] Fix extraction 2016-01-14 21:53:24 +06:00
urort.py
ustream.py [ustream] Use HTTPS for GitHub URL 2016-01-17 15:06:00 +01:00
varzesh3.py
vbox7.py
veehd.py
veoh.py
vessel.py
vesti.py
vevo.py [vevo] fallback to youtube video only if vevo video is geo restricted(fixes 8263)(fixes 2874) 2016-01-26 15:54:32 +01:00
vgtv.py
vh1.py
vice.py
viddler.py
videodetective.py
videofyme.py
videomega.py [videomega] Mark broken 2016-01-11 21:56:19 +06:00
videomore.py Fix typos 2016-01-10 17:24:28 +01:00
videopremium.py
videott.py [videott] Mark broken 2016-01-11 21:58:32 +06:00
vidme.py
vidzi.py
vier.py
viewster.py [viewster] Tolerate missing synopsis (Closes #8274) 2016-01-20 00:02:46 +06:00
viidea.py
viki.py
vimeo.py [vimeo] 'ext' must be a string, not a tuple (fixes #8288) 2016-01-21 12:43:45 +01:00
vimple.py
vine.py
vk.py
vlive.py
vodlocker.py [vodlocker] Fix extraction (Closes #8231) 2016-01-14 21:48:08 +06:00
voicerepublic.py
vporn.py
vrt.py [vrt] Prefix format ids 2016-01-05 01:59:45 +06:00
vube.py
vuclip.py
vulture.py
walla.py
washingtonpost.py
wat.py
wayofthemaster.py
wdr.py
webofstories.py
weibo.py
weiqitv.py [weiqitv] Use single quotes 2016-01-20 04:04:39 +08:00
wimp.py
wistia.py
worldstarhiphop.py
wrzuta.py
wsj.py
xbef.py
xboxclips.py
xfileshare.py
xhamster.py [xhamster] Remove unused import 2016-01-09 11:16:23 +01:00
xminus.py
xnxx.py
xstream.py
xtube.py [xtube:user] Fix extraction (Closes #8224) 2016-01-15 21:35:20 +06:00
xuite.py
xvideos.py
xxxymovies.py
yahoo.py [yahoo] Add improve content id regexes (Closes #8290) 2016-01-21 22:42:50 +06:00
yam.py
yandexmusic.py
yesjapan.py
yinyuetai.py
ynet.py
youjizz.py
youku.py
youporn.py
yourupload.py
youtube.py [youtube:user] Require 'https?://' in the url (fixes #8356) 2016-01-29 11:27:11 +01:00
zapiks.py
zdf.py [zdf] fix rtmpt format downloading handle errors 2016-01-02 21:24:57 +01:00
zingmp3.py
zippcast.py [zippcast] Improve (Closes #8198) 2016-01-16 06:27:34 +06:00