1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-10 18:05:58 +00:00
youtube-dl/youtube_dl/extractor
quinlander 5caabd3c70 [youtube] Extract additional meta data from video description on youtube music videos
YouTube music videos often have auto-generated video descriptions that can be
utilized to extract additional information about the video. This is desirable
in order to provide the user with as much meta data as possible. This commit
adds extraction methods for the following fields for youtube music videos:
- artist (fallback extraction methods added)
- track (fallback extraction methods added)
- album (new in this commit)
- release_date (new in this commit)
- release_year (new in this commit)

4 tests have been added to test this new functionality:
- YoutubeIE tests 27, 28, 29, and 30

Resolves: #20599
2019-04-27 09:09:54 +01:00
..
__init__.py
abc.py [abc:iview] Extract more series metadata 2018-06-12 20:25:50 +07:00
abcnews.py
abcotvs.py
academicearth.py
acast.py [acast:channel] Add support for play.acast.com (closes #18587) 2019-01-01 22:48:06 +07:00
addanime.py
adn.py [adn] fix subtitle extraction(#12724) 2019-04-16 13:04:13 +01:00
adobeconnect.py [adobeconnect] Add new extractor(closes #20283) 2019-04-02 22:40:39 +01:00
adobepass.py [adobepass] Don't pollute default headers dict 2018-09-17 22:15:27 +07:00
adobetv.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
adultswim.py [adultswim] fix extraction(closes #18025) 2019-04-05 11:45:49 +01:00
aenetworks.py [aenetworks] add encoding declaration 2019-04-14 13:18:16 +01:00
afreecatv.py
airmozilla.py
aliexpress.py
aljazeera.py
allocine.py
alphaporno.py
amcnetworks.py
americastestkitchen.py [americastestkitchen] Add support for zype embeds (closes #18225) 2018-11-18 20:45:25 +07:00
amp.py Improve URL extraction 2018-07-21 19:08:28 +07:00
animeondemand.py
anvato.py [anvato] Fallback to generic API key for access key to API key lookup (closes #16788, closes #17254) 2018-08-21 23:45:18 +07:00
aol.py [aol] add support for localized websites 2019-04-14 23:18:36 +01:00
apa.py
aparat.py [aparat] Improve extraction and extract more metadata (closes #17445, closes #18008) 2018-10-29 23:32:45 +07:00
appleconnect.py
appletrailers.py
archiveorg.py
ard.py [ard:beta] Improve extraction robustness, fix subtitles extraction, improve geo restricted videos extraction 2018-12-17 05:29:59 +07:00
arkena.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
arte.py
asiancrush.py [asiancrush] Fix extraction (closes #15630) 2018-09-14 23:56:03 +07:00
atresplayer.py
atttechchannel.py
atvat.py [atvat] Fix extraction (closes #18041) 2018-11-17 00:18:50 +07:00
audimedia.py
audioboom.py
audiomack.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
awaan.py
aws.py
azmedien.py [azmedien] Fix extraction (closes #18334) 2018-11-30 00:12:18 +07:00
baidu.py Add support for https for all extractors as preventive and future-proof measure 2016-03-21 21:36:32 +06:00
bambuser.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
bandcamp.py [bandcamp] Extract more metadata (closes #13197) 2018-08-31 03:35:55 +07:00
bbc.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
beampro.py
beatport.py [Beatport] Update extractor name and tests 2016-10-16 02:33:43 +07:00
beeg.py [beeg] Add support for beeg.porn (closes #20306) 2019-03-11 04:44:40 +07:00
behindkink.py
bellmedia.py
bet.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
bfi.py [bfi:player] Add new extractor(#19235) 2019-04-05 19:35:35 +01:00
bigflix.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
bild.py
bilibili.py [bilibili] Update keys (closes #19233) 2019-02-17 05:00:16 +07:00
biobiochiletv.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
biqle.py [vk] use a more unique video id(closes #17848) 2019-04-03 11:08:42 +01:00
bitchute.py [bitchute] Check formats (#18833) 2019-01-13 03:59:38 +07:00
bleacherreport.py
blinkx.py
bloomberg.py [bloomberg] Add another video id regex (closes #12062) 2017-02-10 22:16:20 +07:00
bokecc.py
bostonglobe.py
bpb.py
br.py
bravotv.py [bravotv] fix extraction(closes #19213) 2019-04-18 01:50:30 +07:00
breakcom.py Improve URL extraction 2018-07-21 19:08:28 +07:00
brightcove.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
businessinsider.py
buzzfeed.py
byutv.py
c56.py
camdemy.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
cammodels.py [extractors] Add missing age limits 2019-01-01 21:39:18 +07:00
camtube.py [extractors] Add missing age limits 2019-01-01 21:39:18 +07:00
camwithher.py [extractors] Add missing age limits 2019-01-01 21:39:18 +07:00
canalc2.py
canalplus.py
canvas.py
carambatv.py [carambatv:page] Fix extraction (closes #18739) 2019-01-04 22:21:53 +07:00
cartoonnetwork.py [cartoonnetwork] fix extraction(closes #15664)(closes #17224) 2019-01-17 23:56:37 +01:00
cbc.py [cbc:watch] Add support for gem.cbc.ca (closes #20251, #20359) 2019-03-17 09:37:29 +07:00
cbs.py [cbs] extract smpte and vtt subtitles 2019-04-13 17:02:22 +01:00
cbsinteractive.py
cbslocal.py
cbsnews.py
cbssports.py
ccc.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
ccma.py
cctv.py
cda.py
ceskatelevize.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
channel9.py
charlierose.py
chaturbate.py
chilloutzone.py
chirbit.py
cinchcast.py
ciscolive.py [ciscolive] Add support for new URL schema (closes #20320, #20351) 2019-03-17 07:18:54 +07:00
cjsw.py
cliphunter.py [cliphinter] Fix extraction (closes #18083) 2018-11-06 23:29:42 +07:00
clippit.py
cliprs.py
clipsyndicate.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
closertotruth.py
cloudflarestream.py
cloudy.py [cloudy] Fix extraction (closes #13737) 2017-07-26 23:12:43 +07:00
clubic.py
clyp.py [clyp] Add support for token protected media (closes #17184) 2018-08-07 23:27:08 +07:00
cmt.py
cnbc.py [cnbc:video] Fix _VALID_URL (#17110) 2018-10-30 04:57:51 +07:00
cnn.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
comcarcoff.py
comedycentral.py [comedycentral] new shortcut :theopposition for "The Opposition" show 2017-10-04 07:45:13 +02:00
common.py [vimeo] add support live streams and improve info extraction(closes #19144) 2019-04-21 17:20:52 +01:00
commonmistakes.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
commonprotocols.py
condenast.py
corus.py [corus] Add support for bigbrothercanada.ca (#20357) 2019-03-17 14:20:21 +07:00
coub.py
cracked.py [abcnews,chilloutsoze,cracked,vice,vk] Use dedicated YouTube embeds extraction routines 2017-09-06 00:50:25 +07:00
crackle.py [crackle] authorize media detail request(closes #16931) 2019-01-30 14:44:23 +01:00
criterion.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
crooksandliars.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
crunchyroll.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
cspan.py
ctsnews.py
ctvnews.py
cultureunplugged.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
curiositystream.py [curiositystream] add support for non app urls 2019-01-13 15:46:54 +01:00
cwtv.py [cwtv] fix episode number extraction(closes #20461) 2019-03-27 18:01:51 +01:00
dailymail.py [dailymail] fix format extraction(closes #17976) 2018-10-26 05:41:57 +01:00
dailymotion.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
daisuki.py
daum.py
dbtv.py
dctp.py
deezer.py
defense.py Add support for https for all extractors as preventive and future-proof measure 2016-03-21 21:36:32 +06:00
democracynow.py
dfb.py
dhm.py
digg.py
digiteka.py
discovery.py [discovery] Use geo verification headers 2019-01-02 23:46:07 +07:00
discoverygo.py
discoverynetworks.py
discoveryvr.py
disney.py
dispeak.py [dispeak] improve mp4 bitrate extraction 2019-04-09 11:21:46 +01:00
dotsub.py
douyutv.py
dplay.py [dplayit] Sort formats 2018-07-05 02:14:50 +07:00
dramafever.py
drbonanza.py
dreisat.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
dropbox.py
drtuber.py [drtuber] Extract duration 2019-02-02 06:04:00 +07:00
drtv.py [drtv] Improve preference (closes #19079) 2019-02-01 01:49:33 +07:00
dtube.py [dtube] Update test 2019-01-08 08:46:34 +07:00
dumpert.py
dvtv.py [dvtv] remove unnecessary comments and spaces 2019-04-06 16:45:11 +01:00
dw.py
eagleplatform.py
ebaumsworld.py
echomsk.py
egghead.py
ehow.py
eighttracks.py
einthusan.py
eitb.py
ellentube.py
elpais.py
embedly.py
engadget.py
eporner.py [eporner] Extract JSON-LD (closes #17519) 2018-09-11 02:32:01 +07:00
eroprofile.py
escapist.py [escapist] Modernize 2019-03-11 08:18:57 +01:00
espn.py [espn] extend _VALID_URL regex(closes #20013) 2019-03-01 15:34:05 +01:00
esri.py
europa.py
everyonesmixtape.py
expotv.py
expressen.py [generic] Add support for expressen embeds 2018-08-14 22:51:44 +07:00
extractors.py [wrzuta] Remove extractor (closes #20684) (#20801) 2019-04-27 05:12:15 +07:00
extremetube.py
eyedotv.py
facebook.py [facebook] Improve uploader extraction (closes #20250) 2019-03-06 01:27:22 +07:00
faz.py
fc2.py
fczenit.py
filmon.py
filmweb.py
firsttv.py
fivemin.py
fivetv.py
flickr.py
flipagram.py
folketinget.py
footyroom.py [footyroom] Fix extraction and update _TESTS (closes #10810) 2016-10-11 17:46:13 +08:00
formula1.py
fourtube.py [porntube] Extract channel meta fields 2018-09-15 01:25:32 +07:00
fox.py [fox] detect geo restriction and authentication errors(#20208) 2019-03-10 09:37:40 +01:00
fox9.py
foxgay.py
foxnews.py
foxsports.py [foxsports] update test 2018-11-21 12:08:46 +01:00
franceculture.py
franceinter.py
francetv.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
freesound.py [freesound] Improve and remove unrelated metadata (closes #11608) 2017-01-12 23:03:53 +07:00
freespeech.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
freshlive.py
frontendmasters.py
funimation.py [funimation] fix extraction(closes #14089) 2019-01-15 10:25:31 +01:00
funk.py [funk:channel] Improve byChannelAlias extraction (closes #17142) 2018-08-04 00:26:58 +07:00
funnyordie.py [funnyordie] Extract more metadata (closes #13677) 2017-07-20 22:50:56 +07:00
fusion.py
fxnetworks.py
gaia.py [gaia] add support for authentication(closes #14605) 2019-04-02 15:50:06 +01:00
gameinformer.py
gameone.py
gamespot.py [gamespot] add support reviews URLs 2018-12-02 20:01:56 +01:00
gamestar.py
gaskrank.py
gazeta.py
gdcvault.py [gdc] add support for kaltura embeds and update tests(closes #20575) 2019-04-09 11:23:47 +01:00
generic.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
gfycat.py [gfycat] Update API endpoint (closes #18333) 2018-11-30 01:07:07 +07:00
giantbomb.py
giga.py
gigya.py
glide.py
globo.py [globo] set GLBID cookie manually(closes #17346) 2019-01-09 19:17:58 +01:00
go.py [go] fix adobe pass requests for Disney Now(closes #18901) 2019-01-23 22:16:52 +01:00
go90.py [go90] add support for embed urls(closes #16873) 2018-07-01 22:41:32 +01:00
godtube.py
golem.py
googledrive.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
googleplus.py
googlesearch.py
goshgay.py
gputechconf.py
groupon.py skip some tests to reduce test time 2016-05-24 16:44:11 +01:00
hark.py
hbo.py [hbo] fix extraction and extract subtitles(closes #14629)(closes #13709) 2019-04-05 18:08:43 +01:00
hearthisat.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
heise.py
hellporno.py
helsinki.py
hentaistigma.py
hgtv.py
hidive.py
historicfilms.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
hitbox.py
hitrecord.py
hketv.py [hketv] Improve and simplify (closes #18696) 2019-01-20 17:43:11 +07:00
hornbunny.py
hotnewhiphop.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
hotstar.py [hotstar] fix video data extraction(closes #18386) 2018-12-07 18:52:01 +01:00
howcast.py
howstuffworks.py
hrti.py
huajiao.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
huffpost.py
hungama.py [hungama] Add support for videos (closes #17402) 2019-01-08 10:03:44 +07:00
hypem.py [hypem] Modernize and extract more metadata(closes #15320) 2019-03-11 09:43:06 +01:00
iconosquare.py
ign.py
imdb.py [imdb] Fix extension extraction (closes #17167) 2018-08-06 04:37:03 +07:00
imgur.py [imgur] Use video id as title fallback (closes #18590) 2019-02-13 00:02:29 +07:00
ina.py [ina] add support for audio URLs 2019-03-27 18:49:29 +01:00
inc.py [inc] PEP 8 2018-06-12 01:41:23 +07:00
indavideo.py [indavideo] Add support for generic embeds (closes #11989) 2018-05-26 01:25:40 +07:00
infoq.py
instagram.py [instagram] Add base extractor for playlists and tag extractor 2019-01-20 16:10:46 +07:00
internazionale.py [internazionale] Fix extraction of non-available-abroad videos 2018-08-31 02:15:46 +07:00
internetvideoarchive.py [internetvideoarchive] extract all formats 2016-09-04 11:45:29 +01:00
iprima.py [iprima] Relax _VALID_URL (closes #18515) 2018-12-17 04:10:36 +07:00
iqiyi.py
ir90tv.py
itv.py
ivi.py [ivi] Add support for ivi.tv 2018-10-28 22:49:10 +07:00
ivideon.py
iwara.py
izlesene.py
jamendo.py [jamendo] Add support for licensing.jamendo.com (closes #17724) 2018-10-01 22:05:18 +07:00
jeuxvideo.py
joj.py [joj] Fix extraction (closes #18280) 2018-11-24 22:14:27 +07:00
jove.py
jpopsukitv.py
jwplatform.py [jwplatfom] do not match manifest URLs(#20596) 2019-04-08 16:34:03 +01:00
kakao.py [kakao] Fix _VALID_URL 2017-09-24 00:19:27 +07:00
kaltura.py [kaltura] sanitize embed URLs 2019-04-09 11:20:26 +01:00
kanalplay.py [kanalplay] Use IETF language tag 2016-01-23 01:51:18 +06:00
kankan.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
karaoketv.py
karrierevideos.py
keek.py
keezmovies.py
ketnet.py
khanacademy.py
kickstarter.py
kinopoisk.py [kinopoisk] Add extractor (closes #17283) 2018-08-22 02:19:30 +07:00
konserthusetplay.py Improve URL extraction 2018-07-21 19:08:28 +07:00
kontrtube.py Unify coding cookie 2016-10-03 23:44:29 +07:00
krasview.py
ku6.py
kusi.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
kuwo.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
la7.py
laola1tv.py [laola1tv:embed] Set correct stream access URL scheme (closes #16341) 2018-11-03 02:45:37 +07:00
lci.py [lci] Fix extraction (closes #17274) 2018-08-20 02:15:48 +07:00
lcp.py [lcp] Improve extraction 2016-07-23 17:56:11 +07:00
learnr.py
lecture2go.py
lecturio.py [lecturio] Add support for lecturio.de (closes #18562) 2018-12-17 23:43:12 +07:00
leeco.py
lego.py
lemonde.py
lenta.py [lenta] Add extractor (closes #15953) 2018-03-22 23:07:31 +07:00
libraryofcongress.py [loc] update test 2018-11-21 12:00:50 +01:00
libsyn.py [libsyn] improve extraction(closes #20229) 2019-03-03 06:18:51 +01:00
lifenews.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
limelight.py
line.py
linkedin.py [linkedin:learning] use urljoin for form action url(closes #20431) 2019-04-11 08:44:58 +01:00
linuxacademy.py [linuxacademy] Add extractor (closes #12207) 2019-02-17 07:12:10 +07:00
litv.py
liveleak.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
livestream.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
lnkgo.py
localnews8.py
lovehomeporn.py
lrt.py [lrt] Fix audio extraction (Closes #10566) 2016-09-11 01:27:20 +07:00
lynda.py [lynda] Fix authentication (closes #18158) 2018-11-30 01:20:27 +07:00
m6.py
macgamestore.py
mailru.py
makertv.py
malltv.py [malltv] Fix issues and simplify (closes #17856) 2019-02-08 00:43:31 +07:00
mangomolo.py
manyvids.py [manyvids] Fix extraction (closes #18604, closes #18614) 2019-01-01 20:31:48 +07:00
markiza.py
massengeschmacktv.py
matchtv.py
mdr.py
medialaan.py
mediaset.py [mediaset] Improve embed support (closes #17668) 2018-09-26 05:38:41 +07:00
mediasite.py [mediasite] Add support for dashed ids and named catalogs (closes #20531) 2019-04-02 01:13:52 +07:00
medici.py
megaphone.py
meipai.py Fix some regexes 2017-10-09 23:50:53 +07:00
melonvod.py
meta.py
metacafe.py [metacafe] Fix family filter bypass (closes #19287) 2019-02-21 05:59:07 +07:00
metacritic.py Improve some _VALID_URLs 2016-09-14 22:47:21 +07:00
mgoon.py
mgtv.py [mgtv] fix extraction(closes #20650) 2019-04-12 09:19:09 +01:00
miaopai.py [miaopai] Coding style (#10556) 2016-09-08 00:28:33 +08:00
microsoftvirtualacademy.py
minhateca.py
ministrygrid.py
minoto.py [mychannels] add support for mychannels.com(closes #15334) 2018-05-16 19:11:48 +01:00
miomio.py
mit.py
mitele.py
mixcloud.py [mixcloud] base64 decode before decryption 2018-11-21 23:25:38 +01:00
mlb.py
mnet.py
moevideo.py [moevideo] fix extraction 2019-03-11 15:18:09 +01:00
mofosex.py
mojvideo.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
morningstar.py
motherless.py [motherless] PEP 8 (#17455) 2018-09-08 17:24:34 +07:00
motorsport.py
movieclips.py
moviezine.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
movingimage.py
msn.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
mtv.py
muenchentv.py
musicplayon.py
mwave.py
mychannels.py
myspace.py [myspace] Improve _VALID_URL (closes #13040) 2017-05-10 22:35:46 +07:00
myspass.py
myvi.py
myvidster.py
nationalgeographic.py [fox] add support for locked videos using cookies(closes #19060) 2019-01-29 00:31:49 +01:00
naver.py
nba.py
nbc.py [nbc] fix NBCNews article extraction(closes #16194) 2018-11-21 12:10:06 +01:00
ndr.py [ndr:embed:base] Make separate formats extraction non fatal (closes #15203) 2018-01-09 22:04:50 +07:00
ndtv.py
nerdcubed.py
neteasemusic.py
netzkino.py
newgrounds.py [newgrounds] Fix metadata extraction (closes #15531) 2018-02-09 21:17:02 +07:00
newstube.py [newstube] fix extraction 2019-04-03 10:19:36 +01:00
nextmedia.py
nexx.py
nfb.py
nfl.py
nhk.py [nhk] extract rtmpt format 2019-04-21 13:25:04 +01:00
nhl.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
nick.py
niconico.py [niconico] Fix extraction on python3 (closes #17393) 2018-09-01 16:04:45 +07:00
ninecninemedia.py
ninegag.py
ninenow.py
nintendo.py [nintendo] Improve playlist extraction (Closes #9986) 2016-07-17 00:01:25 +07:00
njpwworld.py [njpwworld] Fix authentication (closes #17427) 2018-11-01 01:40:02 +07:00
nobelprize.py
noco.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
nonktube.py
noovo.py [noovo] Fix extraction (closes #19230) 2019-02-16 22:45:53 +07:00
normalboots.py
nosvideo.py
nova.py [nova:embed] Fix extraction (closes #18222) 2018-11-18 01:11:10 +07:00
novamov.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
nowness.py
noz.py
npo.py [npo] Improve DRM detection 2019-03-23 21:43:50 +07:00
npr.py [npr] fix extraction(closes #10793)(closes #13440) 2019-03-12 16:52:28 +01:00
nrk.py [nrktv:series] Add support for extra materials 2018-12-07 00:54:58 +07:00
nrl.py [nrl] Add new extractor(closes #15991) 2019-04-22 10:04:00 +01:00
ntvcojp.py [ntvcojp] Add new extractor 2019-04-21 14:51:26 +01:00
ntvde.py
ntvru.py
nuevo.py [nuevo] Pass headers to _extract_nuevo 2017-05-08 20:03:38 +07:00
nuvid.py
nytimes.py [nytimes] Fix typo 2016-10-17 22:16:23 +07:00
nzz.py [nzz] Relax kaltura regex 2018-11-21 02:50:40 +07:00
odatv.py [odatv] Improve (Closes #9285) 2016-07-20 21:43:22 +07:00
odnoklassniki.py [odnoklassniki] Detect paid videos 2019-01-20 15:15:01 +07:00
oktoberfesttv.py
once.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
ondemandkorea.py Improve geo bypass mechanism 2017-02-19 05:10:08 +08:00
onet.py
onionstudios.py
ooyala.py [ooyala] add support for geo verification proxy 2019-04-22 10:04:56 +01:00
openload.py [openload] Add support for oload.services (closes #20691) 2019-04-18 23:56:20 +07:00
ora.py [ora] Revert extraction to regexes 2016-05-14 20:45:18 +06:00
orf.py [orf:radio] Extract series (#20012) 2019-03-17 09:57:02 +07:00
outsidetv.py [outsidetv] Add new extractor(closes #18774) 2019-01-10 10:54:46 +01:00
packtpub.py [packtpub] Add support for subscription.packtpub.com (closes #18718) 2019-01-02 17:26:15 +07:00
pandatv.py [pandatv] fix condition syntax 2019-03-11 15:37:19 +01:00
pandoratv.py
parliamentliveuk.py
patreon.py [patreon] extract post_file url(#17792) 2018-10-05 22:45:04 +01:00
pbs.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
pearvideo.py
peertube.py
people.py
performgroup.py
periscope.py [periscope] Extract width and height (closes #20015) 2019-02-27 03:41:15 +07:00
philharmoniedeparis.py [philharmoniedeparis] Fix extraction and add support for pad.philharmoniedeparis.fr (closes #17705) 2018-10-01 23:29:49 +07:00
phoenix.py [3sat,phoenix] Fix extraction (closes #11619) 2017-01-06 17:13:53 +07:00
photobucket.py Add support for https for all extractors as preventive and future-proof measure 2016-03-21 21:36:32 +06:00
picarto.py [picarto] Extract more metadata (closes #16518) 2018-11-11 16:17:59 +07:00
piksel.py [Piksel] Add another app token regex 2017-02-04 23:23:14 +08:00
pinkbike.py
pladform.py
platzi.py [platzi] Add extractor (closes #20562) 2019-04-07 02:15:52 +07:00
playfm.py [playfm] Adapt to v2api (Closes #5344) 2015-04-02 20:26:05 +06:00
playplustv.py [playplustv] add support for playplus.com(#18789) 2019-01-10 18:49:13 +01:00
plays.py
playtvak.py
playvid.py
playwire.py
pluralsight.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
podomatic.py
pokemon.py
polskieradio.py
popcorntv.py [popcorntv] Remove debug output 2018-09-19 22:16:43 +07:00
porn91.py
porncom.py
pornflip.py [pornflip] Relax _VALID_URL (closes #16258) 2018-04-23 04:03:11 +07:00
pornhd.py [pornhd] Fix formats extraction 2019-02-05 00:07:37 +07:00
pornhub.py [pornhub] Add support for DASH formats (closes #20403) 2019-03-23 01:09:33 +07:00
pornotube.py
pornovoisines.py
pornoxo.py
presstv.py
promptfile.py
prosiebensat1.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
puhutv.py
puls4.py
pyvideo.py
qqmusic.py
r7.py
radiobremen.py
radiocanada.py [radiocanada:audiovideo] Fix typo 2019-03-17 14:34:48 +07:00
radiode.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
radiofrance.py
radiojavan.py [radiojavan] Improve extraction (closes #17151) 2018-09-03 02:53:51 +07:00
rai.py [rai] Improve extraction (closes #20253) 2019-03-05 23:56:42 +07:00
raywenderlich.py [raywenderlich] Adapt to site redesign (closes #17225) 2018-08-13 00:15:59 +07:00
rbmaradio.py
rds.py [9c9media] extract mpd formats and subtitles 2018-05-27 12:10:12 +01:00
redbulltv.py [redbulltv] add support redbull.com tv URLs(closes #17218) 2018-08-12 05:31:34 +01:00
reddit.py [reddit] check thumbnail URL(closes #20030) 2019-04-26 10:26:51 +01:00
redtube.py
regiotv.py
rentv.py
restudy.py [restudy] Extend _VALID_URL (#15347) 2018-01-21 01:22:16 +07:00
reuters.py
reverbnation.py
revision3.py
rice.py
rmcdecouverte.py [rmcdecouverte] Improve, bypass geo restriction and add support for live (closes #18697) 2019-01-01 20:51:19 +07:00
ro220.py
rockstargames.py
roosterteeth.py
rottentomatoes.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
roxwel.py
rozhlas.py
rtbf.py
rte.py [rte] Add support for new API endpoint (closes #18206) 2018-11-17 00:07:59 +07:00
rtl2.py [rtl2] update player_url 2019-04-03 10:20:01 +01:00
rtlnl.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
rtp.py
rts.py
rtve.py
rtvnh.py
rtvs.py
rudo.py
ruhd.py
rutube.py [rutube:embed] Fix extraction and add support private videos (closes #19163) 2019-02-11 00:49:51 +07:00
rutv.py
ruutu.py [ruutu] Add support for audio podcasts (closes #20473, closes #20545) 2019-04-07 03:18:10 +07:00
ruv.py
safari.py [safari] Add support for learning.oreilly.com (closes #18510) 2018-12-15 23:08:14 +07:00
sapo.py
savefrom.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
sbs.py
screencast.py [screencast] Improve extraction (closes #14617, closes #17990) 2018-10-28 23:26:30 +07:00
screencastomatic.py [generic] Try parsing JWPlayer embedded videos (closes #12030) 2017-02-16 23:44:03 +08:00
scrippsnetworks.py [discovery] Add support for Scripps Networks watch domains(closes #17947) 2018-12-17 16:35:29 +01:00
seeker.py
senateisvp.py
sendtonews.py
servingsys.py
servus.py [servus] Fix extraction (closes #19297) 2019-02-24 23:20:06 +07:00
sevenplus.py
sexu.py
seznamzpravy.py [seznamzpravy] PEP 8 (#17455) 2018-09-08 17:24:48 +07:00
shahid.py
shared.py [vivo] Fix extraction (closes #18139) 2018-11-10 23:37:27 +07:00
showroomlive.py
sina.py
sixplay.py [sixplay] handle videos with empty assets(closes #20016) 2019-03-01 15:08:11 +01:00
skylinewebcams.py [skylinewebcams] Fix extraction (closes #18853) 2019-01-14 23:23:51 +07:00
skynewsarabia.py
skysports.py [skysport] add support ooyala embed_token protected videos(fixes #14641) 2017-11-02 14:16:15 +01:00
slideshare.py [slideshare] Fix extraction 2017-07-14 22:11:07 +07:00
slideslive.py [slideslive] make the check for video_service_name case-insensitive(closes #17429) 2018-09-04 10:37:51 +01:00
slutload.py
smotri.py [smotri:broadcast] Fix extraction (closes #16180) 2018-04-16 00:54:21 +07:00
snotr.py
sohu.py
sonyliv.py
soundcloud.py [soundcloud] Add support for new rendition and improve extraction (closes #20699) 2019-04-23 00:39:36 +07:00
soundgasm.py
southpark.py [southparkdk] Add support for southparkstudios.nu 2018-01-21 18:42:34 +07:00
spankbang.py [spankbang] Fix extraction (closes #20023) 2019-03-03 06:25:45 +07:00
spankwire.py
spiegel.py
spiegeltv.py
spike.py [paramountnetwork] fix mgid extraction(closes #20241) 2019-03-04 22:26:55 +01:00
sport5.py
sportbox.py [sportbox] Improve extraction, add support for matchtv.ru and fix video id (closes #17978) 2018-10-29 00:21:50 +07:00
sportdeutschland.py
springboardplatform.py [springboardplatform] Add extractor 2018-01-20 00:34:10 +07:00
sprout.py
srgssr.py Improve geo bypass mechanism 2017-02-19 05:10:08 +08:00
srmediathek.py
stanfordoc.py
steam.py [steam] Bypass mature content check (closes #16113) 2018-04-08 00:29:43 +07:00
stitcher.py
streamable.py [streamable] Add support for new embedded URL schema 2017-04-26 23:39:53 +07:00
streamango.py [streamango] add support for streamcherry.com 2019-04-06 23:59:41 -04:00
streamcloud.py
streamcz.py
streetvoice.py
stretchinternet.py
stv.py [stv:player] Add new extractor(closes #20586) 2019-04-07 12:40:14 +01:00
sunporno.py
svt.py [svtplay] Update API endpoint (closes #20430) 2019-03-21 22:39:35 +07:00
swrmediathek.py
syfy.py
sztvhu.py
tagesschau.py
tass.py
tastytrade.py [tastytrade] Add extractor (closes #13521) 2017-06-30 22:20:30 +07:00
tbs.py [tbs] fix info extraction(fixes #18403) 2018-12-05 07:03:00 +01:00
tdslifeway.py
teachable.py [teachable] add support for courses.workitdaily.com (closes #18871) 2019-02-03 09:10:35 +01:00
teachertube.py
teachingchannel.py
teamcoco.py [teamcoco] fix extraction and add suport for subdomains(closes #17099)(closes #20339) 2019-04-05 08:26:04 +01:00
teamtreehouse.py [teamtreehouse] Add new extractor(closes #9836) 2019-03-28 16:55:57 +01:00
techtalks.py
ted.py [ted] correct acodec for http formats(#18923) 2019-01-19 21:25:53 +01:00
tele5.py [tele5] Improve extraction (closes #7805, closes #7922, closes #17331, closes #17414) 2018-09-08 16:08:48 +07:00
tele13.py
telebruxelles.py
telecinco.py [telecinco] fix extraction(closes #17080) 2018-07-28 06:55:42 +01:00
telegraaf.py
telemb.py
telequebec.py
teletask.py
telewebion.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
tennistv.py
testurl.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
tf1.py
tfo.py
theintercept.py
theplatform.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
thescene.py
thestar.py [thestar] Fix extraction (Closes #10465) 2016-09-01 23:46:15 +07:00
thesun.py
theweatherchannel.py
thisamericanlife.py
thisav.py
thisoldhouse.py
threeqsdn.py
tiktok.py [tiktok] Add support for new URL schema (closes #20573) 2019-04-07 21:06:09 +07:00
tinypic.py
tmz.py
tnaflix.py [tnaflix] Pass Referer in metadata request (closes #18925) 2019-01-20 22:07:01 +07:00
toggle.py
tonline.py
toongoggles.py
toutv.py [toutv] fix extraction and extract series info(closes #20757) 2019-04-24 00:28:00 +01:00
toypics.py
traileraddict.py
trilulilu.py
trunews.py [trunews] Add extractor (closes #19153) 2019-02-09 23:50:27 +07:00
trutv.py [trutv] fix extraction(closes #17336) 2019-02-06 19:38:10 +01:00
tube8.py [tube8] Fix metadata extraction (closes #17520) 2018-09-11 02:32:01 +07:00
tubitv.py
tudou.py
tumblr.py
tunein.py
tunepk.py
turbo.py
turner.py Improve URL extraction 2018-07-21 19:08:28 +07:00
tutv.py
tv2.py
tv2hu.py
tv4.py
tv5mondeplus.py [tv5mondeplus] clean description and use stable id 2017-04-02 00:26:48 +01:00
tva.py
tvanouvelles.py
tvc.py
tvigle.py
tvland.py
tvn24.py [tvn24] Relax _VALID_URL 2017-10-03 23:28:13 +07:00
tvnet.py
tvnoe.py
tvnow.py [tvnow] Fix and rework extractors, prepare for a switch to the new API (closes #17245, closes #18499) 2019-01-05 03:44:19 +07:00
tvp.py [tvp:website] Improve support 2019-02-17 14:27:00 +07:00
tvplay.py [tvplayhome] Fix video id extraction (closes #19190) 2019-02-11 04:41:28 +07:00
tvplayer.py
tweakers.py
twentyfourvideo.py [24video] Add support for 24video.sexy (closes #15973) 2018-03-24 14:11:27 +07:00
twentymin.py
twentythreevideo.py
twitcasting.py [twitcasting] Add support for private videos (#20843) 2019-04-26 16:17:40 +00:00
twitch.py [twitch] Prefer source format (closes #20850) 2019-04-27 05:08:27 +07:00
twitter.py [twitter] pass referer with card request(closes #18579) 2018-12-18 22:49:01 +01:00
udemy.py [udemy] add another course id extraction pattern(closes #20491) 2019-04-19 20:44:59 +01:00
udn.py
ufctv.py
uktvplay.py
umg.py
unistra.py
unity.py
uol.py [uol] fix format url extraction(closes 18480) 2018-12-10 15:02:54 +01:00
uplynk.py
urort.py
urplay.py [urplay] Extract timestamp (#20235) 2019-03-06 02:11:32 +07:00
usanetwork.py
usatoday.py [usatoday] fix extraction for videos with custom brightcove partner id(closes #18990) 2019-01-25 11:02:15 +01:00
ustream.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
ustudio.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
varzesh3.py
vbox7.py
veehd.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
veoh.py [veoh] fix extraction 2019-03-11 09:04:06 +01:00
vessel.py
vesti.py
vevo.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
vgtv.py [vgtv] Improve HLS formats extraction 2018-06-18 23:15:38 +07:00
vh1.py
vice.py [vice] fix extraction for locked videos(closes #16248) 2019-01-27 10:53:38 +01:00
vidbit.py
viddler.py [viddler] Modernize 2019-03-11 15:53:44 +01:00
videa.py
videodetective.py
videofyme.py
videomore.py [videomore] Improve extraction and fix season extractor (closes #18908) 2019-01-22 03:03:53 +07:00
videopremium.py
videopress.py [cda] Implement birthday verification (closes #12789) 2017-05-04 16:26:17 +08:00
vidio.py
vidlii.py
vidme.py
vidzi.py [vidzi] Add support for vidzi.nu (closes #17316) 2018-08-24 02:36:56 +07:00
vier.py
viewlift.py [viewlift] add support for hoichoi.tv(closes #16536) 2018-05-23 23:04:12 +01:00
viewster.py [viewster] reduce format requests 2018-10-26 05:40:49 +01:00
viidea.py [viidea] Capture and output lecture error message (#14099) 2017-09-02 15:44:49 +07:00
viki.py remove unnecessary assignment parenthesis 2018-05-26 16:13:54 +01:00
vimeo.py [vimeo] extract live archive source format(#19144) 2019-04-21 21:05:58 +01:00
vimple.py
vine.py [vine:user] Improve extraction (closes #16190) 2018-04-15 22:46:43 +07:00
viqeo.py
viu.py
vk.py [vk] Remove unused import 2019-04-07 02:17:54 +07:00
vlive.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
vodlocker.py
vodpl.py
vodplatform.py
voicerepublic.py
voot.py
voxmedia.py
vrak.py [vrak] Improve and update test (closes #11452) 2017-03-03 23:58:16 +07:00
vrt.py
vrv.py [vrv] add support for movie listings(closes #19229) 2019-04-22 23:50:37 +01:00
vshare.py [vshare] Pass Referer to download request (closes #19205, closes #19221) 2019-02-14 23:43:16 +07:00
vube.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
vuclip.py
vvvvid.py
vyborymos.py
vzaar.py [vzaar] Add support for HLS 2018-09-11 02:41:05 +07:00
wakanim.py [wakanim] detect DRM protected videos 2019-01-26 22:53:09 +01:00
walla.py
washingtonpost.py
wat.py
watchbox.py [watchbox] Fix extraction (closes #17107) 2018-07-30 23:28:44 +07:00
watchindianporn.py
wdr.py
webcaster.py
webofstories.py [webofstories:playlist] Fix extraction (closes #16914) 2018-08-26 21:42:30 +07:00
weibo.py [weibo] Extend _VALID_URL (#20496) 2019-03-31 01:31:33 +07:00
weiqitv.py
wimp.py Refactor code to use url_result 2019-01-01 23:56:05 +07:00
wistia.py [wistia] Extend _VALID_URL (closes #18823) 2019-01-12 04:58:01 +07:00
worldstarhiphop.py
wsj.py [wsj] Recognize another URL pattern (closes #14704) 2017-11-11 00:29:08 +08:00
wwe.py [wwe] Fix issues, extract subtitles and add support for playlists (closes #14781, closes #17450) 2018-11-17 23:59:52 +07:00
xbef.py
xboxclips.py
xfileshare.py [xfileshare] Add support for vidto.se (closes #17317) 2018-08-24 04:00:35 +07:00
xhamster.py [xhamster] Add support for xhamster.one (closes #20508) 2019-03-31 01:27:45 +07:00
xiami.py
ximalaya.py
xminus.py
xnxx.py
xstream.py
xtube.py [xtube] Add support for embedded URLs (closes #14417) 2017-10-06 23:53:32 +07:00
xuite.py
xvideos.py [xvideos] Extract all thumbnails (closes #20432) 2019-04-07 02:59:09 +07:00
xxxymovies.py
yahoo.py [yahoo] add support GYAO episode URLs 2019-04-14 15:01:01 +01:00
yandexdisk.py [yandexdisk] Relax _VALID_URL (closes #13824) 2017-08-05 00:59:07 +07:00
yandexmusic.py [yandexmusic] fix track url extraction(closes #20820) 2019-04-25 11:36:44 +01:00
yandexvideo.py [yandexvideo] Add extractor 2019-03-17 17:33:07 +07:00
yapfiles.py
yesjapan.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
yinyuetai.py
ynet.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
youjizz.py Improve URL extraction 2018-07-21 19:08:28 +07:00
youku.py [Youku] Update ccode 2018-03-21 12:13:31 +05:30
younow.py [younow] Fix issues and improve extraction (closes #9255, closes #9432, closes #12436) 2017-10-29 04:18:43 +07:00
youporn.py [youporn] Fix title and description extraction (closes #18748) 2019-01-09 00:37:01 +07:00
yourporn.py [yourporn] Add support for sxyprn.com (#20646) 2019-04-13 15:02:09 +07:00
yourupload.py
youtube.py [youtube] Extract additional meta data from video description on youtube music videos 2019-04-27 09:09:54 +01:00
zapiks.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
zaq1.py
zattoo.py [zattoo] Add support for tv.salt.ch 2019-01-29 02:20:46 +07:00
zdf.py
zingmp3.py
zype.py [zype] Add extractor (closes #18143) 2018-11-11 00:44:49 +07:00