1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-26 01:36:00 +00:00
youtube-dl/youtube_dl/extractor
Zenon Mousmoulas f561e0d817 Add Glomex IEs
* Add new IEs
  * GlomexBaseIE: Base IE class
  * GlomexIE: Extract videos from video.glomex.com (by deferring to
    glomex:embed)
  * GlomexEmbedIE: Extract Glomex videos by matching the player URL
* Query the API to extract metadata, detect video formats and get the
  respective (JWT protected) stream/source URLs
* The API query may return one or more videos: the latter case is
  treated as a playlist
  * As this is otherwise identically handled, a separate IE was not
    deemed necessary
  * However title and description fields are not set for playlist
    results
    * They do not exist in the parent object; obtaining them from the
      first entry is not indicative for the playlist content
    * As the playlist order is not always stable (this is true at least
      for related videos playlists), it makes writing test cases
      impossible
* Let GenericIE detect embeds by matching all three integration methods:
  * HTML: glomex-player tag or data attributes
  * Javascript: naive parsing of inline scripts for string constants
    assigned to integration parameters
  * Iframe: src attribute GlomexEmbedIE._VALID_URL
* Let GlomexIE and the former embed detection pass the origin URL to
  GlomexEmbedIE by smuggling it in the player URL, as this is an
  expected parameter in API requests
* Add test cases for both single videos and two playlist flavors
2021-11-08 08:17:47 +02:00
..
__init__.py
abc.py [abc:iview] Support 720p (#22907) (#22921) 2020-02-13 14:52:00 +01:00
abcnews.py
abcotvs.py
academicearth.py
acast.py
adn.py
adobeconnect.py
adobepass.py
adobetv.py
adultswim.py
aenetworks.py
afreecatv.py
airmozilla.py
aliexpress.py
aljazeera.py [aljazeera] fix extraction(closes #20911)(closes #27779) 2021-01-17 17:35:10 +01:00
allocine.py [allocine] Extract more metadata 2017-03-29 04:43:12 +07:00
alphaporno.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
amara.py [amara] improve extraction 2020-11-19 17:29:30 +01:00
amcnetworks.py [amcnetworks] improve auth only video detection(closes #27548) 2020-12-27 09:00:08 +01:00
americastestkitchen.py [americastestkitchen] improve season extraction 2021-01-21 16:47:55 +01:00
amp.py [AMP] Fix upload_date and timestamp extraction (#27970) 2021-01-26 22:43:11 +01:00
animeondemand.py
anvato.py [anvato] remove NFLTokenGenerator 2020-12-21 09:02:45 +01:00
aol.py
apa.py [apa] Improve extraction (closes #27750) 2021-02-22 02:29:50 +07:00
aparat.py
appleconnect.py [appleconnect] Fix extraction (#29208) 2021-06-17 04:12:13 +07:00
applepodcasts.py [applepodcasts] fix extraction(closes #28445) 2021-03-14 20:08:46 +01:00
appletrailers.py
archiveorg.py [archiveorg] Fix and improve extraction (closes #21330, closes #23586, closes #25277, closes #26780, closes #27109, closes #27236, closes #28063) 2021-02-07 20:34:41 +07:00
arcpublishing.py
ard.py [ard] Relax _VALID_URL and fix video ids (closes #22724, closes #29091) 2021-05-30 06:14:59 +07:00
arkena.py
arnes.py [arnes] Add new extractor(closes #28483) 2021-04-01 13:59:12 +01:00
arte.py
asiancrush.py
atresplayer.py
atttechchannel.py
atvat.py [atvat] Fix extraction (closes #18041) 2018-11-17 00:18:50 +07:00
audimedia.py [audimedia] fix extraction(closes #15309) 2018-05-31 12:39:45 +01:00
audioboom.py [audioboom] improve metadata extraction 2019-10-17 13:20:16 +01:00
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 (#28064) 2021-02-03 23:57:56 +00:00
baidu.py
bandaichannel.py [bandaichannel] Add new extractor(closes #21404) 2021-02-28 10:42:41 +01:00
bandcamp.py [bandcamp] Extract release_timestamp 2021-03-10 03:41:21 +07:00
bbc.py [bbc] Extract full description from __INITIAL_DATA__ (refs #28774) 2021-04-21 03:00:56 +07:00
beatport.py
beeg.py
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
bfmtv.py
bibeltv.py
bigflix.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
bild.py
bilibili.py [bilibili] Strip uploader name (#29202) 2021-06-21 01:03:21 +07:00
biobiochiletv.py [rudo] remove extractor(closes #18430)(closes #18474) 2019-07-12 22:31:11 +01:00
biqle.py
bitchute.py
bleacherreport.py
bloomberg.py
bokecc.py [bokecc] improve player params extraction(closes #22638) 2019-10-15 15:18:51 +01:00
bongacams.py [bongacams] Add extractor (closes #27440) 2020-12-26 20:30:19 +07:00
bostonglobe.py [BostonGlobe] New. Nonstandard version of Brightcove. 2017-03-19 20:40:31 +08:00
box.py
bpb.py [bpb] Improve (closes #14086) 2017-09-03 16:43:33 +07:00
br.py [br] add support for BR Mediathek videos(fixes #14560)(fixes #14788) 2017-11-29 14:21:38 +01:00
bravotv.py [bravotv] add support for oxygen.com(closes #13357)(closes #22500) 2021-02-03 18:13:17 +01:00
breakcom.py Improve URL extraction 2018-07-21 19:08:28 +07:00
brightcove.py
businessinsider.py
buzzfeed.py
byutv.py [byutv] Fix extraction (refs #22070) 2019-09-25 02:16:25 +07:00
c56.py
camdemy.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
cammodels.py
camtube.py
camwithher.py
canalc2.py
canalplus.py
canvas.py [canvas] Add new extractor for Dagelijkse Kost (#28119) 2021-02-11 08:04:16 +00:00
carambatv.py [carambatv:page] Fix extraction (closes #18739) 2019-01-04 22:21:53 +07:00
cartoonnetwork.py
cbc.py
cbs.py [cbs] add support for Paramount+ (closes #28342) 2021-03-07 08:32:37 +01:00
cbsinteractive.py [cbsinteractive] fix data extraction(closes #15451) 2018-01-29 15:33:24 +01:00
cbslocal.py
cbsnews.py [cbsnews] Fix extraction for python <3.6 (closes #23359) 2021-04-17 05:05:31 +07:00
cbssports.py [cbssports] fix extraction(closes #28682) 2021-04-07 14:01:48 +01:00
ccc.py
ccma.py [ccma] fix timestamp parsing in python 2 2021-02-15 13:06:54 +01:00
cctv.py
cda.py [cda] Improve extraction (closes #28709, closes #28937) 2021-05-01 22:53:30 +07:00
ceskatelevize.py
channel9.py [channel9] reduce response size and update tests 2019-11-29 17:39:18 +01:00
charlierose.py [charlierose] Add support for episodes (closes #14062) 2017-08-30 23:50:33 +07:00
chaturbate.py
chilloutzone.py
chirbit.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
cinchcast.py
cinemax.py
ciscolive.py
cjsw.py [csjw] Add coding cookie 2017-07-09 19:18:12 +07:00
cliphunter.py
clippit.py Add new extractor 2017-08-17 16:56:06 +08:00
cliprs.py [Onet,ClipRs] Add new extractor for onet.tv and use it for clip.rs 2016-07-06 20:09:05 +08:00
clipsyndicate.py
closertotruth.py
cloudflarestream.py [cloudflarestream] import embed URL extraction 2020-01-08 23:07:41 +01:00
cloudy.py
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] fix extraction 2020-11-16 15:55:07 +01:00
cnn.py
comedycentral.py
common.py [compat] Use more conventional name for compat SimpleCookie 2021-04-06 14:22:28 +07:00
commonmistakes.py
commonprotocols.py [generic,commonprotocols] Move mms suuport from GenericIE 2016-10-07 19:24:22 +08:00
condenast.py
contv.py
corus.py
coub.py [coub] Update test and remove comment count extraction 2017-05-01 05:54:44 +07:00
cracked.py
crackle.py [crackle] authorize media detail request(closes #16931) 2019-01-30 14:44:23 +01:00
crooksandliars.py
crunchyroll.py
cspan.py [cspan] improve info extraction(closes #27791) 2021-01-13 09:17:43 +01:00
ctsnews.py
ctv.py
ctvnews.py
cultureunplugged.py
curiositystream.py [curiositystream:collection] Extend _VALID_URL (closes #26326, closes #29117) 2021-06-21 01:54:52 +07:00
cwtv.py
dailymail.py
dailymotion.py
daum.py
dbtv.py
dctp.py [dctp] fix format extraction(closes #23656) 2020-01-07 13:03:32 +01:00
deezer.py
defense.py
democracynow.py
dfb.py
dhm.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
digg.py
digiteka.py
discovery.py
discoverygo.py Improve URL extraction 2018-07-21 19:08:28 +07:00
discoverynetworks.py [discoverynetworks] add support new TLC/DMAX URLs(closes #27100) 2020-11-20 10:47:52 +01:00
discoveryvr.py
disney.py [disney] skip Apple FairPlay formats(#14982) 2017-12-15 09:28:07 +01:00
dispeak.py [dispeak] DRY and update tests (closes #28970) 2021-05-05 02:30:42 +07:00
dlive.py
dotsub.py
douyutv.py
dplay.py [dplay] Extract Ad-Free uplynk URLs(#28160) 2021-02-24 18:34:28 +01:00
drbonanza.py
dreisat.py [zdf] Rework extractors (closes #11606, closes #13473, closes #17354, closes #21185, closes #26711, closes #27068, closes #27930, closes #28198, closes #28199, closes #28274) 2021-03-02 06:07:30 +07:00
dropbox.py
drtuber.py [drtuber] Extract duration 2019-02-02 06:04:00 +07:00
drtv.py [drtv] Extend _VALID_URL (#27243) 2020-11-29 13:44:36 +07:00
dtube.py [dtube] Update test 2019-01-08 08:46:34 +07:00
dumpert.py
dvtv.py
dw.py
eagleplatform.py
ebaumsworld.py
echomsk.py
egghead.py [egghead] Add support for app.egghead.io (closes #28404) (#29303) 2021-06-17 10:34:33 +07:00
ehow.py
eighttracks.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
einthusan.py
eitb.py
ellentube.py
elpais.py
embedly.py
engadget.py
eporner.py
eroprofile.py [eroprofile] Skip test 2021-05-16 22:01:51 +07:00
escapist.py
espn.py [espn] fix fivethirtyeight.com extraction 2019-07-11 23:37:34 +01:00
esri.py
europa.py Fix typos (#27084) 2020-11-21 22:00:05 +07:00
expotv.py
expressen.py
extractors.py Add Glomex IEs 2021-11-08 08:17:47 +02:00
extremetube.py [extremetube] Fix metadata extraction 2018-04-19 22:36:33 +07:00
eyedotv.py
facebook.py [facebook] Improve login required detection 2021-06-06 01:16:43 +07:00
faz.py
fc2.py
fczenit.py
filmon.py
filmweb.py
firsttv.py
fivemin.py [5min] fix _VALID_URL(closes #10228) 2016-08-05 10:22:33 +01:00
fivetv.py
flickr.py [flickr] Ensure format id is string 2017-06-09 00:20:07 +07:00
folketinget.py Unify coding cookie 2016-10-03 23:44:29 +07:00
footyroom.py
formula1.py [formula1] fix extraction(closes #29206) 2021-06-04 17:51:44 +01:00
fourtube.py [4tube] Update token hosts (closes #20918) 2019-05-04 03:26:40 +07:00
fox.py
fox9.py [fox9] fix extraction 2019-10-29 09:50:00 +01:00
foxgay.py
foxnews.py
foxsports.py
franceculture.py [franceculture] Make thumbnail optional (closes #18807) 2021-01-23 01:10:35 +07:00
franceinter.py [franceinter] flake8 2020-11-22 19:38:45 +01:00
francetv.py [francetvinfo] Improve video id extraction (closes #28792) 2021-04-25 22:52:28 +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
fujitv.py [fujitv] fix HLS formats extension(closes #28416) 2021-03-12 09:51:01 +01:00
funimation.py [funimation] Add support for optional lang code in URLs (closes #28950) 2021-05-05 02:54:12 +07:00
funk.py
fusion.py
gaia.py [gaia] add support for authentication(closes #14605) 2019-04-02 15:50:06 +01:00
gameinformer.py
gamespot.py
gamestar.py
gaskrank.py [gaskrank] Improve (closes #12493) 2017-05-28 06:47:38 +07:00
gazeta.py
gdcvault.py [gdcvault] Add support for HTML5 videos 2021-05-05 02:44:29 +07:00
gedidigital.py [gedidigital] improve asset id matching 2021-02-22 23:02:15 +01:00
generic.py Add Glomex IEs 2021-11-08 08:17:47 +02:00
gfycat.py [gfycat] Extend _VALID_URL (#22225) 2019-10-04 19:27:58 +07:00
giantbomb.py
giga.py
gigya.py
glide.py
globo.py
glomex.py Add Glomex IEs 2021-11-08 08:17:47 +02:00
go.py [go] Improve video id extraction (closes #25207, closes #25216, closes #26058) 2021-04-21 05:35:39 +07:00
godtube.py
golem.py
googledrive.py [googledrive] report download page errors(closes #28005) 2021-01-29 11:53:49 +01:00
googlepodcasts.py
googlesearch.py
goshgay.py
gputechconf.py
groupon.py
hbo.py [cinemax] Add new extractor 2019-04-28 00:42:55 +01:00
hearthisat.py
heise.py
hellporno.py [hellporno] Fix extraction (closes #24399) 2020-03-21 00:59:48 +07:00
helsinki.py Unify coding cookie 2016-10-03 23:44:29 +07:00
hentaistigma.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
hgtv.py
hidive.py
historicfilms.py
hitbox.py
hitrecord.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
hketv.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
hornbunny.py
hotnewhiphop.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
hotstar.py
howcast.py
howstuffworks.py
hrti.py
huajiao.py
huffpost.py
hungama.py [hungama] Add support for videos (closes #17402) 2019-01-08 10:03:44 +07:00
hypem.py
ign.py [ign] fix extraction(closes #24771) 2021-02-08 15:58:20 +01:00
iheart.py
imdb.py
imggaming.py [ufctv] add support for ufcfightpass.imgdge.com and ufcfightpass.imggaming.com domains(closes #23343) 2019-12-07 19:23:19 +01:00
imgur.py
ina.py
inc.py
indavideo.py
infoq.py [infoq] fix format extraction(closes #25984) 2020-11-20 23:23:55 +01:00
instagram.py [instagram] Improve title extraction and extract duration (#28469) 2021-03-30 02:05:19 +07:00
internazionale.py
internetvideoarchive.py [internetvideoarchive] fix extraction 2019-10-28 19:47:27 +01:00
iprima.py [iprima] Improve video id extraction (#26507) (closes #26494) 2020-09-24 06:46:58 +07:00
iqiyi.py [iqiyi] Fix typo (#26884) 2020-10-17 23:02:17 +07:00
ir90tv.py
itv.py
ivi.py
ivideon.py
iwara.py [iwara] Improve extraction 2018-07-21 18:03:58 +07:00
izlesene.py [izlesene] Improve extraction and fix issues (closes #16407, closes #16271) 2018-05-26 01:53:17 +07:00
jamendo.py [jamendo] fix track extraction(closes #28686) 2021-04-07 10:41:06 +01:00
jeuxvideo.py
joj.py [joj] Fix extraction (closes #18280) 2018-11-24 22:14:27 +07:00
jove.py
jwplatform.py
kakao.py [kakao] improve info extraction and detect geo restriction(closes #26577) 2021-02-14 19:48:26 +01:00
kaltura.py [kaltura] Improve iframe extraction (#28969) 2021-05-05 02:14:35 +07:00
kankan.py
karaoketv.py
karrierevideos.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
keezmovies.py
ketnet.py [ketnet] fix extraction(closes #27662) 2021-01-05 18:17:04 +01:00
khanacademy.py
kickstarter.py Unify coding cookie 2016-10-03 23:44:29 +07:00
kinja.py
kinopoisk.py [kinopoisk] Add extractor (closes #17283) 2018-08-22 02:19:30 +07:00
konserthusetplay.py
krasview.py
ku6.py
kusi.py
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
lbry.py [lbry] Add support for HLS videos (closes #27877, closes #28768) 2021-04-17 03:23:47 +07:00
lci.py
lcp.py
lecture2go.py [lecture2go] Fix extraction 2016-04-14 15:08:01 +08:00
lecturio.py
leeco.py Fix typos (#21901) 2019-07-26 22:30:18 +07:00
lego.py
lemonde.py
lenta.py
libraryofcongress.py
libsyn.py
lifenews.py
limelight.py
line.py [line] add support live.line.me (closes #17205)(closes #28658) 2021-04-05 10:11:01 +01:00
linkedin.py [linkedin:learning] use urljoin for form action url(closes #20431) 2019-04-11 08:44:58 +01:00
linuxacademy.py
litv.py
livejournal.py [livejournal] Add new extractor(closes #21526) 2019-07-13 12:47:02 +01:00
livestream.py
lnkgo.py [lnkgo] fix extraction(closes #16834) 2019-11-06 23:14:26 +01:00
localnews8.py [localnews8] Fix extractor (Closes #9539) 2016-05-20 22:31:08 +06:00
lovehomeporn.py [lovehomeporn] Add extractor 2016-01-23 00:52:23 +06:00
lrt.py [lrt] fix extraction with empty tags(closes #20264) 2020-11-16 21:28:12 +01:00
lynda.py
m6.py
mailru.py
malltv.py [malltv] fix extraction(closes #27035) 2020-11-17 19:13:38 +01:00
mangomolo.py [mangomolo] fix video format extraction and add support for player URLs 2019-10-17 13:21:44 +01:00
manyvids.py
maoritv.py [maoritv] Add new extractor(closes #24552) 2021-04-09 09:02:37 +01:00
markiza.py
massengeschmacktv.py
matchtv.py
mdr.py
medaltv.py [medaltv] Relax _VALID_URL (#28884) 2021-05-05 03:44:07 +07:00
medialaan.py
mediaset.py
mediasite.py Remove no longer needed compat_str around geturl 2020-02-29 19:19:24 +07:00
medici.py [medici] Add extractor (closes #3406) 2017-04-08 22:38:37 +07:00
megaphone.py
meipai.py
melonvod.py
meta.py
metacafe.py
metacritic.py Improve some _VALID_URLs 2016-09-14 22:47:21 +07:00
mgoon.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
mgtv.py [mgtv] fix format extraction(closes #26415) 2020-11-18 21:07:00 +01:00
miaopai.py
microsoftvirtualacademy.py
minds.py
ministrygrid.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
minoto.py
miomio.py
mit.py
mitele.py
mixcloud.py
mlb.py [mlb] fix video extracion(#21241) 2021-03-15 21:46:39 +01:00
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 [morningstar] Relax _VALID_URL 2017-09-16 22:39:46 +07:00
motherless.py
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 Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
msn.py [msn] improve extraction 2019-11-29 17:39:18 +01:00
mtv.py [mtv] Fix Viacom A/B Testing Video Player extraction(closes #28703) 2021-04-08 18:54:44 +01:00
muenchentv.py
mwave.py
mychannels.py
myspace.py
myspass.py
myvi.py
myvidster.py [myvidster] Update _TESTS (closes #10473) 2016-09-01 16:42:35 +08:00
nationalgeographic.py [fox] add support for locked videos using cookies(closes #19060) 2019-01-29 00:31:49 +01:00
naver.py [naver] improve metadata extraction 2020-01-08 12:55:33 +01:00
nba.py
nbc.py [nbc] Remove CSNNE extractor 2020-12-29 17:21:05 +01:00
ndr.py
ndtv.py
nerdcubed.py
neteasemusic.py
netzkino.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
newgrounds.py
newstube.py
nextmedia.py
nexx.py
nfl.py
nhk.py [piksel] import format extraction 2020-12-28 10:50:29 +01:00
nhl.py
nick.py [nickjr] Add support for nickelodeonjunior.fr (#22246) 2019-09-02 00:59:57 +07:00
niconico.py
ninecninemedia.py [9c9media] fix extraction for videos with multiple ContentPackages(closes #28309) 2021-03-02 12:04:31 +01:00
ninegag.py [ninegag] unscape title(#28201) 2021-02-19 11:55:40 +01:00
ninenow.py
nintendo.py
njpwworld.py [njpwworld] fix extraction (#27890) 2021-01-22 08:56:51 +00:00
nobelprize.py
nonktube.py [nonktube] Fix extraction (closes #22544) 2019-09-29 21:57:08 +07:00
noovo.py
normalboots.py [screenwavemedia] Remove extractor 2016-11-28 23:17:56 +07:00
nosvideo.py
nova.py
nowness.py [brightcove] Fix _extract_url (closes #12782) 2017-04-18 21:46:25 +07:00
noz.py
npo.py
npr.py
nrk.py [nrk] Switch psapi URL to https (closes #29344) 2021-06-21 00:36:28 +07:00
nrl.py
ntvcojp.py [ntvcojp] Add new extractor 2019-04-21 14:51:26 +01:00
ntvde.py
ntvru.py
nuevo.py
nuvid.py
nytimes.py [nytimes] Add new cooking.nytimes.com extractor (#27143) 2020-11-22 14:12:47 +01:00
nzz.py
odatv.py
odnoklassniki.py
oktoberfesttv.py
once.py
ondemandkorea.py
onet.py [onet] improve extraction 2019-10-29 09:50:01 +01:00
onionstudios.py [kinja] add support for Kinja embeds 2019-11-06 19:56:10 +01:00
ooyala.py [ooyala] add better fallback values for domain and streams variables 2019-11-30 23:21:13 +01:00
openload.py [openload] remove OpenLoad related extractors(closes #11999)(closes #15406) 2019-11-26 23:57:37 +01:00
ora.py
orf.py [orf:tvthek] Add support for MPD formats (closes #28672) (#29236) 2021-06-17 04:02:06 +07:00
outsidetv.py
packtpub.py
palcomp3.py [palcomp3] Add new extractor(closes #13120) 2021-04-01 17:10:38 +01:00
pandoratv.py
parliamentliveuk.py
patreon.py
pbs.py
pearvideo.py
peertube.py [peertube] only call description endpoint if necessary (#29383) 2021-07-01 06:53:22 +00:00
people.py
performgroup.py
periscope.py [periscope] pass referer to HLS requests(closes #29419) 2021-06-28 20:08:39 +01:00
philharmoniedeparis.py [philharmoniedeparis] Relax _VALID_URL (closes #21672) 2019-07-06 23:17:45 +07:00
phoenix.py [phoenix] Fix extraction (closes #29057) 2021-05-16 21:21:14 +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] fix live stream extraction(closes #28532) 2021-03-27 17:37:45 +01:00
piksel.py
pinkbike.py
pinterest.py [pinterest] reduce the number of HLS format requests 2021-03-12 18:11:11 +01:00
pladform.py
platzi.py
playfm.py
playplustv.py
plays.py
playstuff.py [playstuff] Add extractor (closes #28901, closes #28931) 2021-05-16 22:31:37 +07:00
playtvak.py
playvid.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
playwire.py
pluralsight.py [pluralsight] Extend anti-throttling timeout (#28712) 2021-04-17 00:30:10 +07:00
podomatic.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00
pokemon.py [limelight] remove disabled API requests(closes #24255) 2020-03-23 12:57:10 +01:00
polskieradio.py [polskieradio] Fix extraction 2017-06-16 04:57:56 +07:00
popcorntimes.py [popcorntimes] Add extractor (closes #23949) 2020-02-03 06:05:56 +07:00
popcorntv.py
porn91.py
porncom.py
pornhd.py
pornhub.py [pornhub] Add support for pornhubthbh7ap3u.onion 2021-06-21 04:08:15 +07:00
pornotube.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
pornovoisines.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
pornoxo.py
presstv.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
prosiebensat1.py
puhutv.py
puls4.py [puls4] Relax _VALID_URL (closes #11267) 2016-11-25 23:37:32 +07:00
pyvideo.py
qqmusic.py
r7.py
radiobremen.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
radiocanada.py
radiode.py
radiofrance.py
radiojavan.py
rai.py
raywenderlich.py
rbmaradio.py
rds.py [9c9media] fix extraction for videos with multiple ContentPackages(closes #28309) 2021-03-02 12:04:31 +01:00
redbulltv.py [redbulltv] fix embed data extraction(closes #28770) 2021-05-17 12:56:49 +01:00
reddit.py
redtube.py
regiotv.py [regiotv] Improve extraction (Closes #7915) 2015-12-31 22:12:47 +06:00
rentv.py
restudy.py
reuters.py
reverbnation.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 Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
rockstargames.py
roosterteeth.py
rottentomatoes.py
roxwel.py
rozhlas.py
rtbf.py [rtbf] fix extraction for python 3.2 and older 2018-06-18 19:10:43 +01:00
rte.py
rtl2.py
rtlnl.py [rtlnl] Extend _VALID_URL for new embed URL schema 2020-09-13 21:42:06 +07:00
rtp.py [rtp] fix extraction(closes #15099) 2019-05-28 04:58:12 +01:00
rts.py [srgssr] improve extraction 2021-02-25 15:50:49 +01:00
rtve.py [rtve] improve extraction 2021-03-14 15:05:25 +01:00
rtvnh.py
rtvs.py
ruhd.py
rumble.py [rumble] add support for embed pages(#10785) 2020-11-22 13:07:04 +01:00
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] Extract more metadata and detect non-free videos (closes #21154) 2020-12-12 06:49:43 +07:00
ruv.py
safari.py
samplefocus.py [samplefocus] Add new extractor(closes #27763) 2021-02-20 10:55:19 +01:00
sapo.py Unify coding cookie 2016-10-03 23:44:29 +07:00
savefrom.py
sbs.py [sbs] add support for ondemand watch URLs(closes #28566) 2021-03-28 08:46:33 +01:00
screencast.py
screencastomatic.py [screencastomatic] fix extraction(closes #11976, closes #24489) 2021-04-01 19:05:00 +01:00
scrippsnetworks.py
scte.py
seeker.py
senateisvp.py
sendtonews.py
servus.py
sevenplus.py
sexu.py [sexu] Ensure height is int 2017-06-09 00:30:23 +07:00
seznamzpravy.py [seznamzpravy] PEP 8 (#17455) 2018-09-08 17:24:48 +07:00
shahid.py [shahid] relax _VALID_URL(closes #28772, closes #28930) 2021-05-17 12:37:39 +01:00
shared.py [vivo] Add support for vivo.st (#29009) 2021-05-16 21:46:32 +07:00
showroomlive.py
simplecast.py [simplecast] Add new extractor(closes #24107) 2021-02-17 14:53:23 +01:00
sina.py
sixplay.py
sky.py [sky] add support for Sports News articles and Brighcove videos(closes #13054) 2020-12-31 12:18:30 +01:00
skyit.py [skyit] add support for multiple Sky Italia websites(closes #26629) 2020-11-22 13:01:56 +01:00
skylinewebcams.py
skynewsarabia.py
slideshare.py
slideslive.py [slideslive] use m3u8 entry protocol for m3u8 formats(closes #27400) 2020-12-13 12:43:21 +01:00
slutload.py
snotr.py
sohu.py
sonyliv.py
soundcloud.py Fix typos (#27084) 2020-11-21 22:00:05 +07:00
soundgasm.py
southpark.py [southpark] Fix extraction and add support for southparkstudios.com (closes #26763, closes #28413) 2021-03-14 09:26:54 +07:00
spankbang.py
spankwire.py
spiegel.py [spiegel] Fix extraction (closes #24206, closes #24767) 2020-11-18 04:09:02 +07:00
spike.py
sport5.py
sportbox.py
sportdeutschland.py [sportdeutschland] fix extraction(closes #21856)(closes #28425) 2021-03-13 15:19:24 +01:00
spotify.py
spreaker.py
springboardplatform.py
sprout.py
srgssr.py [srgssr] improve extraction 2021-02-25 15:50:49 +01:00
srmediathek.py
stanfordoc.py
steam.py [steam] Bypass mature content check (closes #16113) 2018-04-08 00:29:43 +07:00
stitcher.py
storyfire.py [storyfire] Add new extractor(closes #25628)(closes #26349) 2021-02-16 21:14:43 +01:00
streamable.py [streamable] Add support for new embedded URL schema 2017-04-26 23:39:53 +07:00
streamcloud.py [streamcloud] Reduce waiting time to 6 seconds (#21092) 2019-05-23 03:46:20 +07:00
streamcz.py
streetvoice.py [streetvoice] fix extraction(closes #27455)(closes #27492) 2020-12-24 13:10:20 +01:00
stretchinternet.py [stretchinternet] Fix extraction(closes #28297) 2021-03-01 14:00:03 +01:00
stv.py
sunporno.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
sverigesradio.py
svt.py [svtplay] Improve extraction (closes #28507, closes #28876) 2021-05-01 18:09:32 +07:00
swrmediathek.py
syfy.py
sztvhu.py
tagesschau.py
tass.py
tbs.py
tdslifeway.py
teachable.py [teachable] Improve embed detection (closes #26923) 2020-12-27 22:57:50 +07:00
teachertube.py [teachertube] Capture and output error message 2018-01-24 22:46:04 +07:00
teachingchannel.py
teamcoco.py
teamtreehouse.py [teamtreehouse] Add new extractor(closes #9836) 2019-03-28 16:55:57 +01:00
techtalks.py
ted.py [ted] Prefer own formats over external sources (closes #29142) 2021-05-30 03:05:22 +07:00
tele5.py
tele13.py
telebruxelles.py
telecinco.py [telecinco] fix extraction 2020-12-27 16:22:43 +01:00
telegraaf.py
telemb.py
telequebec.py
teletask.py
telewebion.py
tennistv.py
tenplay.py [tenplay] fix format extraction(closes #26653) 2020-12-29 14:11:37 +01:00
testurl.py
tf1.py [tf1] improve extraction(closes #27980)(closes #28040) 2021-02-23 12:41:32 +01:00
tfo.py [limelight] remove disabled API requests(closes #24255) 2020-03-23 12:57:10 +01:00
theintercept.py Unify coding cookie 2016-10-03 23:44:29 +07:00
theplatform.py
thescene.py
thestar.py
thesun.py
theweatherchannel.py [theweatherchannel] fix extraction (closes #25930)(closes #26051) 2020-12-26 09:37:40 +01:00
thisamericanlife.py
thisav.py Fix some regexes 2017-10-09 23:50:53 +07:00
thisoldhouse.py
threeqsdn.py
tiktok.py [tiktok] detect private videos(closes #28453) 2021-03-21 09:10:38 +01:00
tinypic.py
tmz.py [tmz] Fix and improve extraction (closes #24603, closes #24687, closes #28211) 2021-02-23 18:37:06 +07:00
tnaflix.py [tnaflix] Pass Referer in metadata request (closes #18925) 2019-01-20 22:07:01 +07:00
toggle.py
tonline.py
toongoggles.py [toongoggles] Add new extractor(closes #12171) 2017-03-19 00:45:38 +01:00
toutv.py [toutv] update client key(closes #21370) 2019-06-12 21:41:46 +01:00
toypics.py
traileraddict.py Add support for https for all extractors as preventive and future-proof measure 2016-03-21 21:36:32 +06:00
trilulilu.py
trovo.py [trovo] Add Origin header to VOD formats(closes #28346) 2021-03-04 17:57:16 +01:00
trunews.py [zype] improve extraction 2020-01-15 14:18:04 +01: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 Remove no longer needed compat_str around geturl 2020-02-29 19:19:24 +07:00
tunein.py
tunepk.py [tunepk] Add extractor (closes #12197, closes #12243) 2017-03-05 23:31:38 +07:00
turbo.py
turner.py
tv2.py
tv2dk.py [tv2dk] Fix extraction (closes #28888) 2021-05-01 17:53:27 +07:00
tv2hu.py [tv2hu] Fix invalid escape sequence on Py3.6 2017-04-13 16:52:52 +08:00
tv4.py
tv5mondeplus.py
tv5unis.py
tva.py
tvanouvelles.py
tvc.py
tver.py [tver] Redirect all downloads to Brightcove (#28849) 2021-04-24 18:58:03 +07:00
tvigle.py
tvland.py [tvland] fix extraction(closes #21384) 2019-07-03 13:31:47 +01:00
tvn24.py
tvnet.py
tvnoe.py
tvnow.py
tvp.py
tvplay.py
tvplayer.py
tweakers.py
twentyfourvideo.py
twentymin.py [20min] Fix embeds extraction 2017-08-08 05:41:38 +07:00
twentythreevideo.py
twitcasting.py
twitch.py [twitch:clips] Improve extraction (closes #29149) 2021-05-30 01:49:51 +07:00
twitter.py [twitter] Improve formats extraction from vmap URL (closes #28909) 2021-05-01 19:00:39 +07:00
udemy.py
udn.py
ufctv.py
uktvplay.py
umg.py [umg:de] Update GraphQL API URL (#29304) 2021-06-21 00:41:14 +07:00
unistra.py
unity.py
uol.py
uplynk.py
urort.py
urplay.py [urplay] fix episode data extraction(closes #28292) 2021-02-28 12:31:18 +01: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 [ustream] Detect https embeds (closes #29133) 2021-05-30 03:43:59 +07:00
ustudio.py
varzesh3.py
vbox7.py
veehd.py
veoh.py [veoh] fix extraction 2019-03-11 09:04:06 +01:00
vesti.py
vevo.py [vevo] Add support for embed.vevo.com URLs (#21565) 2019-07-02 00:13:23 +07:00
vgtv.py [vgtv] Add support for new tv.aftonbladet.se URL schema (#28514) 2021-03-22 20:56:58 +07:00
vh1.py
vice.py
vidbit.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
viddler.py [viddler] Modernize 2019-03-11 15:53:44 +01:00
videa.py
videodetective.py
videofyme.py
videomore.py
videopress.py [videopress] add support for video.wordpress.com 2021-02-14 22:10:06 +01:00
vidio.py [vidio] improve metadata extraction 2021-02-01 21:35:18 +01:00
vidlii.py
vidme.py
vier.py
viewlift.py
viidea.py
viki.py [viki] improve extraction(closes #26522)(closes #28203) 2021-02-19 16:00:22 +01:00
vimeo.py [vimeo] fix vimeo pro embed extraction(closes #29126) 2021-05-26 11:04:39 +01:00
vimple.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
vine.py
viqeo.py
viu.py [viu] Pass area id 2018-07-20 00:46:50 +07:00
vk.py [vk] Add support for sibnet embeds (closes #9500) 2021-05-16 20:48:24 +07:00
vlive.py [vlive] fix inkey request(closes #28589) 2021-03-30 10:01:06 +01:00
vodlocker.py
vodpl.py
vodplatform.py
voicerepublic.py [voicerepublic] fix extraction 2020-01-19 20:15:02 +01:00
voot.py [voot] Fix video identification 2017-12-23 21:17:53 +07:00
voxmedia.py [voxmedia] fix volume embed extraction(closes #28338) 2021-03-04 12:42:31 +01:00
vrak.py [vrak] Improve and update test (closes #11452) 2017-03-03 23:58:16 +07:00
vrt.py
vrv.py [vrv] fix CMS signing query extraction(closes #21809) 2019-07-16 22:51:10 +01:00
vshare.py [vshare] Pass Referer to download request (closes #19205, closes #19221) 2019-02-14 23:43:16 +07:00
vtm.py
vube.py
vuclip.py
vvvvid.py [vvvvid] fix kenc format extraction(closes #28473) 2021-03-19 12:37:22 +01:00
vyborymos.py
vzaar.py
wakanim.py [wakanim] detect DRM protected videos 2019-01-26 22:53:09 +01:00
walla.py
washingtonpost.py
wat.py [wat] detect DRM protected videos(closes #27958) 2021-02-23 13:50:18 +01:00
watchbox.py [watchbox] Fix extraction (closes #17107) 2018-07-30 23:28:44 +07:00
watchindianporn.py [watchindianporn] Fix extraction (closes #13411) 2017-06-20 04:30:45 +07:00
wdr.py [wdr] Extent subtitles extraction and improve overall extraction (closes #22672, closes #22723) 2020-12-12 04:52:35 +07:00
webcaster.py
webofstories.py
weibo.py
weiqitv.py
wistia.py
worldstarhiphop.py [wshh] Extract html5 entries and delegate to generic extractor (closes #12676) 2017-04-08 16:01:56 +07:00
wsj.py
wwe.py
xbef.py Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
xboxclips.py [xboxclips] fix extraction(closes #27151) 2021-02-14 16:22:45 +01:00
xfileshare.py [xfileshare] Add support for wolfstream.tv (#28858) 2021-04-26 00:32:47 +07:00
xhamster.py [xhamster] Extract formats from xplayer settings and extract filesizes (closes #28114) 2021-02-08 15:47:12 +07:00
xiami.py Fix typos (#27084) 2020-11-21 22:00:05 +07:00
ximalaya.py
xminus.py [xminus] Fix extraction (closes #9228) 2016-04-24 23:21:45 +08:00
xnxx.py
xstream.py
xtube.py [xtube] Fix formats extraction (closes #28870) 2021-05-01 18:33:05 +07:00
xuite.py
xvideos.py [xvideos] Extend _VALID_URL (#22471) 2019-10-04 19:05:35 +07:00
xxxymovies.py
yahoo.py
yandexdisk.py [yandexdisk] extract info from webpage 2020-12-30 16:45:53 +01:00
yandexmusic.py [yandexmusic:playlist] Request missing tracks in chunks (closes #27355, closes #28184) 2021-02-17 04:03:54 +07:00
yandexvideo.py [yandexvideo] fix extraction for Python 3.4 2020-12-31 12:18:30 +01:00
yapfiles.py
yesjapan.py
yinyuetai.py
ynet.py
youjizz.py [youjizz] Fix extraction (closes #24181) 2020-02-29 21:58:22 +07:00
youku.py [youku] Update ccode(closes #17852, closes #28447, closes #28460) (#28648) 2021-04-04 08:14:37 +00:00
younow.py
youporn.py [youporn] Fix formats and view count extraction (closes #29216) 2021-06-06 00:11:09 +07:00
yourporn.py
yourupload.py
youtube.py [youtube] Make get_video_info processing more robust (closes #29333) 2021-06-21 01:35:21 +07:00
zapiks.py
zattoo.py
zdf.py [zdf] Rework extractors (closes #11606, closes #13473, closes #17354, closes #21185, closes #26711, closes #27068, closes #27930, closes #28198, closes #28199, closes #28274) 2021-03-02 06:07:30 +07:00
zhihu.py [zhihu] Add new extractor(closes #28177) 2021-02-16 10:08:43 +01:00
zingmp3.py [zingmp3] fix extraction(closes #11589, closes #16409, closes #16968, closes #27205) 2021-03-22 15:58:56 +01:00
zoom.py [zoom] Add new extractor(closes #16597, closes #27002, closes #28531) 2021-03-24 17:26:44 +01:00
zype.py [zype] fix uplynk id extraction(closes #27956) 2021-01-25 09:26:22 +01:00