From 4f0f213c980b0f04a5c451889fbeb6968f3d31b9 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 18 Nov 2022 15:56:38 +0900 Subject: [PATCH 1/5] Remove unused imports in `tasks.py` --- tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks.py b/tasks.py index 4579f5d..aa71b67 100644 --- a/tasks.py +++ b/tasks.py @@ -1,5 +1,3 @@ -import datetime - import toml from invoke import Context, task from invoke.exceptions import UnexpectedExit From 9fbb2b90b1e474d4502fe89f84bf686343186b92 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 18 Nov 2022 15:57:18 +0900 Subject: [PATCH 2/5] Remove unused imports in `PlatformVideoDownloader` --- twitter_video_tools/platform_video_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter_video_tools/platform_video_downloader.py b/twitter_video_tools/platform_video_downloader.py index 92ff5d3..4914fb0 100644 --- a/twitter_video_tools/platform_video_downloader.py +++ b/twitter_video_tools/platform_video_downloader.py @@ -1,7 +1,7 @@ from typing import Optional from playwright.sync_api import sync_playwright -from youtube_dl.utils import DownloadError, YoutubeDLError +from youtube_dl.utils import YoutubeDLError from .monsnode_parser import MonsnodeParser from .twitter_crawler import TwitterCrawler From c2f37209a51cf39f3d900a63f8f79be99318aee1 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 18 Nov 2022 15:58:26 +0900 Subject: [PATCH 3/5] Remove sample tests --- twitter_video_tools/tests/test_sample.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 twitter_video_tools/tests/test_sample.py diff --git a/twitter_video_tools/tests/test_sample.py b/twitter_video_tools/tests/test_sample.py deleted file mode 100644 index 5852e7e..0000000 --- a/twitter_video_tools/tests/test_sample.py +++ /dev/null @@ -1,6 +0,0 @@ -def test_one_plus_one_equals_two(): - assert 1 + 1 == 2 - -def test_hello_world_is_str_type(): - text: str = 'hello world' - assert isinstance(text, str) From 10c53a5b020976b8bf1152cdbdf3bf0afbbbaea0 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 22 Nov 2022 13:56:05 +0900 Subject: [PATCH 4/5] Remove unrequired `youtube-dl` typings --- typings/youtube_dl/YoutubeDL.pyi | 425 -------- typings/youtube_dl/__init__.pyi | 24 - typings/youtube_dl/__main__.pyi | 10 - typings/youtube_dl/aes.pyi | 130 --- typings/youtube_dl/cache.pyi | 23 - typings/youtube_dl/compat.pyi | 110 --- typings/youtube_dl/downloader/__init__.pyi | 22 - typings/youtube_dl/downloader/common.pyi | 165 ---- typings/youtube_dl/downloader/dash.pyi | 16 - typings/youtube_dl/downloader/external.pyi | 79 -- typings/youtube_dl/downloader/f4m.pyi | 88 -- typings/youtube_dl/downloader/fragment.pyi | 54 -- typings/youtube_dl/downloader/hls.pyi | 18 - typings/youtube_dl/downloader/http.pyi | 27 - typings/youtube_dl/downloader/ism.pyi | 43 - typings/youtube_dl/downloader/rtmp.pyi | 15 - typings/youtube_dl/downloader/rtsp.pyi | 12 - typings/youtube_dl/extractor/__init__.pyi | 29 - typings/youtube_dl/extractor/abc.pyi | 19 - typings/youtube_dl/extractor/abcnews.pyi | 19 - typings/youtube_dl/extractor/abcotvs.pyi | 20 - .../youtube_dl/extractor/academicearth.pyi | 12 - typings/youtube_dl/extractor/acast.pyi | 26 - typings/youtube_dl/extractor/adn.pyi | 21 - typings/youtube_dl/extractor/adobeconnect.pyi | 10 - typings/youtube_dl/extractor/adobepass.pyi | 14 - typings/youtube_dl/extractor/adobetv.pyi | 47 - typings/youtube_dl/extractor/adultswim.pyi | 11 - typings/youtube_dl/extractor/aenetworks.pyi | 64 -- typings/youtube_dl/extractor/afreecatv.pyi | 18 - typings/youtube_dl/extractor/airmozilla.pyi | 11 - typings/youtube_dl/extractor/aliexpress.pyi | 11 - typings/youtube_dl/extractor/aljazeera.pyi | 12 - typings/youtube_dl/extractor/allocine.pyi | 11 - typings/youtube_dl/extractor/alphaporno.pyi | 11 - typings/youtube_dl/extractor/amara.pyi | 11 - typings/youtube_dl/extractor/amcnetworks.pyi | 12 - .../extractor/americastestkitchen.pyi | 16 - typings/youtube_dl/extractor/amp.pyi | 10 - .../youtube_dl/extractor/animeondemand.pyi | 15 - typings/youtube_dl/extractor/anvato.pyi | 22 - typings/youtube_dl/extractor/aol.pyi | 12 - typings/youtube_dl/extractor/apa.pyi | 11 - typings/youtube_dl/extractor/aparat.pyi | 11 - typings/youtube_dl/extractor/appleconnect.pyi | 11 - .../youtube_dl/extractor/applepodcasts.pyi | 11 - .../youtube_dl/extractor/appletrailers.pyi | 20 - typings/youtube_dl/extractor/archiveorg.pyi | 13 - .../youtube_dl/extractor/arcpublishing.pyi | 13 - typings/youtube_dl/extractor/ard.pyi | 30 - typings/youtube_dl/extractor/arkena.pyi | 11 - typings/youtube_dl/extractor/arnes.pyi | 14 - typings/youtube_dl/extractor/arte.pyi | 26 - typings/youtube_dl/extractor/asiancrush.pyi | 23 - typings/youtube_dl/extractor/atresplayer.pyi | 13 - .../youtube_dl/extractor/atttechchannel.pyi | 11 - typings/youtube_dl/extractor/atvat.pyi | 11 - typings/youtube_dl/extractor/audimedia.pyi | 11 - typings/youtube_dl/extractor/audioboom.pyi | 11 - typings/youtube_dl/extractor/audiomack.pyi | 18 - typings/youtube_dl/extractor/awaan.pyi | 32 - typings/youtube_dl/extractor/aws.pyi | 11 - typings/youtube_dl/extractor/azmedien.pyi | 14 - typings/youtube_dl/extractor/baidu.pyi | 12 - .../youtube_dl/extractor/bandaichannel.pyi | 12 - typings/youtube_dl/extractor/bandcamp.pyi | 27 - typings/youtube_dl/extractor/bbc.pyi | 76 -- typings/youtube_dl/extractor/beatport.pyi | 11 - typings/youtube_dl/extractor/beeg.pyi | 11 - typings/youtube_dl/extractor/behindkink.pyi | 11 - typings/youtube_dl/extractor/bellmedia.pyi | 12 - typings/youtube_dl/extractor/bet.pyi | 12 - typings/youtube_dl/extractor/bfi.pyi | 12 - typings/youtube_dl/extractor/bfmtv.pyi | 31 - typings/youtube_dl/extractor/bibeltv.pyi | 12 - typings/youtube_dl/extractor/bigflix.pyi | 11 - typings/youtube_dl/extractor/bild.pyi | 12 - typings/youtube_dl/extractor/bilibili.pyi | 43 - .../youtube_dl/extractor/biobiochiletv.pyi | 11 - typings/youtube_dl/extractor/biqle.pyi | 11 - typings/youtube_dl/extractor/bitchute.pyi | 17 - .../youtube_dl/extractor/bleacherreport.pyi | 17 - typings/youtube_dl/extractor/bloomberg.pyi | 11 - typings/youtube_dl/extractor/bokecc.pyi | 16 - typings/youtube_dl/extractor/bongacams.pyi | 11 - typings/youtube_dl/extractor/bostonglobe.pyi | 11 - typings/youtube_dl/extractor/box.pyi | 11 - typings/youtube_dl/extractor/bpb.pyi | 12 - typings/youtube_dl/extractor/br.pyi | 18 - typings/youtube_dl/extractor/bravotv.pyi | 11 - typings/youtube_dl/extractor/breakcom.pyi | 11 - typings/youtube_dl/extractor/brightcove.pyi | 19 - .../youtube_dl/extractor/businessinsider.pyi | 11 - typings/youtube_dl/extractor/buzzfeed.pyi | 11 - typings/youtube_dl/extractor/byutv.pyi | 11 - typings/youtube_dl/extractor/c56.pyi | 12 - typings/youtube_dl/extractor/camdemy.pyi | 16 - typings/youtube_dl/extractor/cammodels.pyi | 11 - typings/youtube_dl/extractor/camtube.pyi | 12 - typings/youtube_dl/extractor/camwithher.pyi | 11 - typings/youtube_dl/extractor/canalc2.pyi | 12 - typings/youtube_dl/extractor/canalplus.pyi | 15 - typings/youtube_dl/extractor/canvas.pyi | 36 - typings/youtube_dl/extractor/carambatv.pyi | 16 - .../youtube_dl/extractor/cartoonnetwork.pyi | 11 - typings/youtube_dl/extractor/cbc.pyi | 52 - typings/youtube_dl/extractor/cbs.pyi | 15 - .../youtube_dl/extractor/cbsinteractive.pyi | 12 - typings/youtube_dl/extractor/cbslocal.pyi | 17 - typings/youtube_dl/extractor/cbsnews.pyi | 27 - typings/youtube_dl/extractor/cbssports.pyi | 28 - typings/youtube_dl/extractor/ccc.pyi | 18 - typings/youtube_dl/extractor/ccma.pyi | 11 - typings/youtube_dl/extractor/cctv.pyi | 12 - typings/youtube_dl/extractor/cda.pyi | 12 - .../youtube_dl/extractor/ceskatelevize.pyi | 16 - typings/youtube_dl/extractor/channel9.pyi | 14 - typings/youtube_dl/extractor/charlierose.pyi | 12 - typings/youtube_dl/extractor/chaturbate.pyi | 12 - typings/youtube_dl/extractor/chilloutzone.pyi | 11 - typings/youtube_dl/extractor/chirbit.pyi | 18 - typings/youtube_dl/extractor/cinchcast.pyi | 11 - typings/youtube_dl/extractor/cinemax.pyi | 11 - typings/youtube_dl/extractor/ciscolive.pyi | 28 - typings/youtube_dl/extractor/cjsw.pyi | 11 - typings/youtube_dl/extractor/cliphunter.pyi | 12 - typings/youtube_dl/extractor/clippit.pyi | 11 - typings/youtube_dl/extractor/cliprs.pyi | 11 - .../youtube_dl/extractor/clipsyndicate.pyi | 11 - .../youtube_dl/extractor/closertotruth.pyi | 11 - .../youtube_dl/extractor/cloudflarestream.pyi | 14 - typings/youtube_dl/extractor/cloudy.pyi | 12 - typings/youtube_dl/extractor/clubic.pyi | 11 - typings/youtube_dl/extractor/clyp.pyi | 11 - typings/youtube_dl/extractor/cmt.pyi | 12 - typings/youtube_dl/extractor/cnbc.pyi | 16 - typings/youtube_dl/extractor/cnn.pyi | 23 - .../youtube_dl/extractor/comedycentral.pyi | 19 - typings/youtube_dl/extractor/common.pyi | 436 --------- .../youtube_dl/extractor/commonmistakes.pyi | 18 - .../youtube_dl/extractor/commonprotocols.pyi | 18 - typings/youtube_dl/extractor/condenast.pyi | 18 - typings/youtube_dl/extractor/contv.pyi | 11 - typings/youtube_dl/extractor/corus.pyi | 13 - typings/youtube_dl/extractor/coub.pyi | 11 - typings/youtube_dl/extractor/cracked.pyi | 11 - typings/youtube_dl/extractor/crackle.pyi | 12 - .../youtube_dl/extractor/crooksandliars.pyi | 11 - typings/youtube_dl/extractor/crunchyroll.pyi | 26 - typings/youtube_dl/extractor/cspan.pyi | 13 - typings/youtube_dl/extractor/ctsnews.pyi | 12 - typings/youtube_dl/extractor/ctv.pyi | 11 - typings/youtube_dl/extractor/ctvnews.pyi | 11 - .../youtube_dl/extractor/cultureunplugged.pyi | 11 - .../youtube_dl/extractor/curiositystream.pyi | 24 - typings/youtube_dl/extractor/cwtv.pyi | 11 - typings/youtube_dl/extractor/dailymail.pyi | 11 - typings/youtube_dl/extractor/dailymotion.pyi | 38 - typings/youtube_dl/extractor/daum.pyi | 48 - typings/youtube_dl/extractor/dbtv.pyi | 11 - typings/youtube_dl/extractor/dctp.pyi | 12 - typings/youtube_dl/extractor/deezer.pyi | 11 - typings/youtube_dl/extractor/defense.pyi | 12 - typings/youtube_dl/extractor/democracynow.pyi | 12 - typings/youtube_dl/extractor/dfb.pyi | 12 - typings/youtube_dl/extractor/dhm.pyi | 12 - typings/youtube_dl/extractor/digg.pyi | 11 - typings/youtube_dl/extractor/digiteka.pyi | 11 - typings/youtube_dl/extractor/discovery.pyi | 14 - typings/youtube_dl/extractor/discoverygo.pyi | 25 - .../extractor/discoverynetworks.pyi | 11 - typings/youtube_dl/extractor/discoveryvr.pyi | 11 - typings/youtube_dl/extractor/disney.pyi | 11 - typings/youtube_dl/extractor/dispeak.pyi | 11 - typings/youtube_dl/extractor/dlive.pyi | 17 - typings/youtube_dl/extractor/dotsub.pyi | 11 - typings/youtube_dl/extractor/douyutv.pyi | 17 - typings/youtube_dl/extractor/dplay.pyi | 22 - typings/youtube_dl/extractor/drbonanza.pyi | 11 - typings/youtube_dl/extractor/dreisat.pyi | 12 - typings/youtube_dl/extractor/dropbox.pyi | 11 - typings/youtube_dl/extractor/drtuber.pyi | 11 - typings/youtube_dl/extractor/drtv.pyi | 21 - typings/youtube_dl/extractor/dtube.pyi | 11 - typings/youtube_dl/extractor/dumpert.pyi | 11 - typings/youtube_dl/extractor/dvtv.pyi | 13 - typings/youtube_dl/extractor/dw.pyi | 18 - .../youtube_dl/extractor/eagleplatform.pyi | 11 - typings/youtube_dl/extractor/ebaumsworld.pyi | 11 - typings/youtube_dl/extractor/echomsk.pyi | 11 - typings/youtube_dl/extractor/egghead.pyi | 24 - typings/youtube_dl/extractor/ehow.pyi | 12 - typings/youtube_dl/extractor/eighttracks.pyi | 12 - typings/youtube_dl/extractor/einthusan.pyi | 11 - typings/youtube_dl/extractor/eitb.pyi | 12 - typings/youtube_dl/extractor/ellentube.pyi | 25 - typings/youtube_dl/extractor/elpais.pyi | 12 - typings/youtube_dl/extractor/embedly.pyi | 11 - typings/youtube_dl/extractor/engadget.pyi | 11 - typings/youtube_dl/extractor/eporner.pyi | 11 - typings/youtube_dl/extractor/eroprofile.pyi | 13 - typings/youtube_dl/extractor/escapist.pyi | 11 - typings/youtube_dl/extractor/espn.pyi | 26 - typings/youtube_dl/extractor/esri.pyi | 11 - typings/youtube_dl/extractor/europa.pyi | 11 - typings/youtube_dl/extractor/expotv.pyi | 11 - typings/youtube_dl/extractor/expressen.pyi | 11 - typings/youtube_dl/extractor/extractors.pyi | 4 - typings/youtube_dl/extractor/extremetube.pyi | 11 - typings/youtube_dl/extractor/eyedotv.pyi | 12 - typings/youtube_dl/extractor/facebook.pyi | 24 - typings/youtube_dl/extractor/faz.pyi | 12 - typings/youtube_dl/extractor/fc2.pyi | 19 - typings/youtube_dl/extractor/fczenit.pyi | 11 - typings/youtube_dl/extractor/filmon.pyi | 19 - typings/youtube_dl/extractor/filmweb.pyi | 11 - typings/youtube_dl/extractor/firsttv.pyi | 13 - typings/youtube_dl/extractor/fivemin.pyi | 12 - typings/youtube_dl/extractor/fivetv.pyi | 11 - typings/youtube_dl/extractor/flickr.pyi | 13 - typings/youtube_dl/extractor/folketinget.pyi | 12 - typings/youtube_dl/extractor/footyroom.pyi | 11 - typings/youtube_dl/extractor/formula1.pyi | 12 - typings/youtube_dl/extractor/fourtube.pyi | 39 - typings/youtube_dl/extractor/fox.pyi | 15 - typings/youtube_dl/extractor/fox9.pyi | 15 - typings/youtube_dl/extractor/foxgay.pyi | 11 - typings/youtube_dl/extractor/foxnews.pyi | 20 - typings/youtube_dl/extractor/foxsports.pyi | 11 - .../youtube_dl/extractor/franceculture.pyi | 11 - typings/youtube_dl/extractor/franceinter.pyi | 11 - typings/youtube_dl/extractor/francetv.pyi | 53 - typings/youtube_dl/extractor/freesound.pyi | 11 - typings/youtube_dl/extractor/freespeech.pyi | 12 - typings/youtube_dl/extractor/freshlive.pyi | 11 - .../youtube_dl/extractor/frontendmasters.pyi | 36 - typings/youtube_dl/extractor/fujitv.pyi | 12 - typings/youtube_dl/extractor/funimation.pyi | 13 - typings/youtube_dl/extractor/funk.pyi | 11 - typings/youtube_dl/extractor/fusion.pyi | 11 - typings/youtube_dl/extractor/gaia.pyi | 13 - typings/youtube_dl/extractor/gameinformer.pyi | 12 - typings/youtube_dl/extractor/gamespot.pyi | 11 - typings/youtube_dl/extractor/gamestar.pyi | 11 - typings/youtube_dl/extractor/gaskrank.pyi | 11 - typings/youtube_dl/extractor/gazeta.pyi | 11 - typings/youtube_dl/extractor/gdcvault.pyi | 12 - typings/youtube_dl/extractor/gedidigital.pyi | 11 - typings/youtube_dl/extractor/generic.pyi | 17 - typings/youtube_dl/extractor/gfycat.pyi | 11 - typings/youtube_dl/extractor/giantbomb.pyi | 11 - typings/youtube_dl/extractor/giga.pyi | 11 - typings/youtube_dl/extractor/gigya.pyi | 10 - typings/youtube_dl/extractor/glide.pyi | 12 - typings/youtube_dl/extractor/globo.pyi | 22 - typings/youtube_dl/extractor/go.pyi | 12 - typings/youtube_dl/extractor/godtube.pyi | 11 - typings/youtube_dl/extractor/golem.pyi | 12 - typings/youtube_dl/extractor/googledrive.pyi | 16 - .../youtube_dl/extractor/googlepodcasts.pyi | 22 - typings/youtube_dl/extractor/googlesearch.pyi | 14 - typings/youtube_dl/extractor/goshgay.pyi | 11 - typings/youtube_dl/extractor/gputechconf.pyi | 11 - typings/youtube_dl/extractor/groupon.pyi | 12 - typings/youtube_dl/extractor/hbo.pyi | 16 - typings/youtube_dl/extractor/hearthisat.pyi | 12 - typings/youtube_dl/extractor/heise.pyi | 11 - typings/youtube_dl/extractor/hellporno.pyi | 11 - typings/youtube_dl/extractor/helsinki.pyi | 12 - typings/youtube_dl/extractor/hentaistigma.pyi | 11 - typings/youtube_dl/extractor/hgtv.pyi | 12 - typings/youtube_dl/extractor/hidive.pyi | 14 - .../youtube_dl/extractor/historicfilms.pyi | 11 - typings/youtube_dl/extractor/hitbox.pyi | 22 - typings/youtube_dl/extractor/hitrecord.pyi | 11 - typings/youtube_dl/extractor/hketv.pyi | 18 - typings/youtube_dl/extractor/hornbunny.pyi | 11 - typings/youtube_dl/extractor/hotnewhiphop.pyi | 11 - typings/youtube_dl/extractor/hotstar.pyi | 25 - typings/youtube_dl/extractor/howcast.pyi | 11 - .../youtube_dl/extractor/howstuffworks.pyi | 11 - typings/youtube_dl/extractor/hrti.pyi | 29 - typings/youtube_dl/extractor/huajiao.pyi | 12 - typings/youtube_dl/extractor/huffpost.pyi | 12 - typings/youtube_dl/extractor/hungama.pyi | 16 - typings/youtube_dl/extractor/hypem.pyi | 11 - typings/youtube_dl/extractor/ign.pyi | 32 - typings/youtube_dl/extractor/iheart.pyi | 22 - typings/youtube_dl/extractor/imdb.pyi | 20 - typings/youtube_dl/extractor/imggaming.pyi | 15 - typings/youtube_dl/extractor/imgur.pyi | 23 - typings/youtube_dl/extractor/ina.pyi | 11 - typings/youtube_dl/extractor/inc.pyi | 11 - typings/youtube_dl/extractor/indavideo.pyi | 11 - typings/youtube_dl/extractor/infoq.pyi | 11 - typings/youtube_dl/extractor/instagram.pyi | 31 - .../youtube_dl/extractor/internazionale.pyi | 11 - .../extractor/internetvideoarchive.pyi | 11 - typings/youtube_dl/extractor/iprima.pyi | 12 - typings/youtube_dl/extractor/iqiyi.pyi | 80 -- typings/youtube_dl/extractor/ir90tv.pyi | 11 - typings/youtube_dl/extractor/itv.pyi | 18 - typings/youtube_dl/extractor/ivi.pyi | 25 - typings/youtube_dl/extractor/ivideon.pyi | 14 - typings/youtube_dl/extractor/iwara.pyi | 11 - typings/youtube_dl/extractor/izlesene.pyi | 11 - typings/youtube_dl/extractor/jamendo.pyi | 16 - typings/youtube_dl/extractor/jeuxvideo.pyi | 11 - typings/youtube_dl/extractor/joj.pyi | 11 - typings/youtube_dl/extractor/jove.pyi | 12 - typings/youtube_dl/extractor/jwplatform.pyi | 11 - typings/youtube_dl/extractor/kakao.pyi | 12 - typings/youtube_dl/extractor/kaltura.pyi | 14 - typings/youtube_dl/extractor/kankan.pyi | 12 - typings/youtube_dl/extractor/karaoketv.pyi | 11 - .../youtube_dl/extractor/karrierevideos.pyi | 11 - typings/youtube_dl/extractor/keezmovies.pyi | 11 - typings/youtube_dl/extractor/ketnet.pyi | 11 - typings/youtube_dl/extractor/khanacademy.pyi | 22 - typings/youtube_dl/extractor/kickstarter.pyi | 11 - typings/youtube_dl/extractor/kinja.pyi | 16 - typings/youtube_dl/extractor/kinopoisk.pyi | 12 - .../youtube_dl/extractor/konserthusetplay.pyi | 11 - typings/youtube_dl/extractor/krasview.pyi | 12 - typings/youtube_dl/extractor/ku6.pyi | 11 - typings/youtube_dl/extractor/kusi.pyi | 11 - typings/youtube_dl/extractor/kuwo.pyi | 54 -- typings/youtube_dl/extractor/la7.pyi | 12 - typings/youtube_dl/extractor/laola1tv.pyi | 33 - typings/youtube_dl/extractor/lbry.pyi | 26 - typings/youtube_dl/extractor/lci.pyi | 11 - typings/youtube_dl/extractor/lcp.pyi | 17 - typings/youtube_dl/extractor/lecture2go.pyi | 11 - typings/youtube_dl/extractor/lecturio.pyi | 28 - typings/youtube_dl/extractor/leeco.pyi | 43 - typings/youtube_dl/extractor/lego.pyi | 12 - typings/youtube_dl/extractor/lemonde.pyi | 11 - typings/youtube_dl/extractor/lenta.pyi | 11 - .../extractor/libraryofcongress.pyi | 13 - typings/youtube_dl/extractor/libsyn.pyi | 11 - typings/youtube_dl/extractor/lifenews.pyi | 19 - typings/youtube_dl/extractor/limelight.pyi | 31 - typings/youtube_dl/extractor/line.pyi | 25 - typings/youtube_dl/extractor/linkedin.pyi | 27 - typings/youtube_dl/extractor/linuxacademy.pyi | 15 - typings/youtube_dl/extractor/litv.pyi | 12 - typings/youtube_dl/extractor/livejournal.pyi | 11 - typings/youtube_dl/extractor/livestream.pyi | 25 - typings/youtube_dl/extractor/lnkgo.pyi | 13 - typings/youtube_dl/extractor/localnews8.pyi | 11 - typings/youtube_dl/extractor/lovehomeporn.pyi | 11 - typings/youtube_dl/extractor/lrt.pyi | 12 - typings/youtube_dl/extractor/lynda.pyi | 29 - typings/youtube_dl/extractor/m6.pyi | 12 - typings/youtube_dl/extractor/mailru.pyi | 31 - typings/youtube_dl/extractor/malltv.pyi | 11 - typings/youtube_dl/extractor/mangomolo.pyi | 24 - typings/youtube_dl/extractor/manyvids.pyi | 11 - typings/youtube_dl/extractor/maoritv.pyi | 12 - typings/youtube_dl/extractor/markiza.pyi | 20 - .../extractor/massengeschmacktv.pyi | 12 - typings/youtube_dl/extractor/matchtv.pyi | 11 - typings/youtube_dl/extractor/mdr.pyi | 13 - typings/youtube_dl/extractor/medaltv.pyi | 11 - typings/youtube_dl/extractor/medialaan.pyi | 11 - typings/youtube_dl/extractor/mediaset.pyi | 12 - typings/youtube_dl/extractor/mediasite.pyi | 23 - typings/youtube_dl/extractor/medici.pyi | 11 - typings/youtube_dl/extractor/megaphone.pyi | 13 - typings/youtube_dl/extractor/meipai.pyi | 12 - typings/youtube_dl/extractor/melonvod.pyi | 11 - typings/youtube_dl/extractor/meta.pyi | 11 - typings/youtube_dl/extractor/metacafe.pyi | 17 - typings/youtube_dl/extractor/metacritic.pyi | 11 - typings/youtube_dl/extractor/mgoon.pyi | 12 - typings/youtube_dl/extractor/mgtv.pyi | 12 - typings/youtube_dl/extractor/miaopai.pyi | 12 - .../extractor/microsoftvirtualacademy.pyi | 28 - typings/youtube_dl/extractor/minds.pyi | 36 - typings/youtube_dl/extractor/ministrygrid.pyi | 11 - typings/youtube_dl/extractor/minoto.pyi | 10 - typings/youtube_dl/extractor/miomio.pyi | 12 - typings/youtube_dl/extractor/mit.pyi | 19 - typings/youtube_dl/extractor/mitele.pyi | 12 - typings/youtube_dl/extractor/mixcloud.pyi | 41 - typings/youtube_dl/extractor/mlb.pyi | 26 - typings/youtube_dl/extractor/mnet.pyi | 11 - typings/youtube_dl/extractor/moevideo.pyi | 14 - typings/youtube_dl/extractor/mofosex.pyi | 17 - typings/youtube_dl/extractor/mojvideo.pyi | 11 - typings/youtube_dl/extractor/morningstar.pyi | 12 - typings/youtube_dl/extractor/motherless.pyi | 20 - typings/youtube_dl/extractor/motorsport.pyi | 12 - typings/youtube_dl/extractor/movieclips.pyi | 11 - typings/youtube_dl/extractor/moviezine.pyi | 11 - typings/youtube_dl/extractor/movingimage.pyi | 11 - typings/youtube_dl/extractor/msn.pyi | 11 - typings/youtube_dl/extractor/mtv.pyi | 47 - typings/youtube_dl/extractor/muenchentv.pyi | 12 - typings/youtube_dl/extractor/mwave.pyi | 17 - typings/youtube_dl/extractor/mychannels.pyi | 11 - typings/youtube_dl/extractor/myspace.pyi | 17 - typings/youtube_dl/extractor/myspass.pyi | 11 - typings/youtube_dl/extractor/myvi.pyi | 21 - typings/youtube_dl/extractor/myvidster.pyi | 11 - .../extractor/nationalgeographic.pyi | 20 - typings/youtube_dl/extractor/naver.pyi | 16 - typings/youtube_dl/extractor/nba.pyi | 59 -- typings/youtube_dl/extractor/nbc.pyi | 47 - typings/youtube_dl/extractor/ndr.pyi | 42 - typings/youtube_dl/extractor/ndtv.pyi | 11 - typings/youtube_dl/extractor/nerdcubed.pyi | 11 - typings/youtube_dl/extractor/neteasemusic.pyi | 72 -- typings/youtube_dl/extractor/netzkino.pyi | 11 - typings/youtube_dl/extractor/newgrounds.pyi | 16 - typings/youtube_dl/extractor/newstube.pyi | 11 - typings/youtube_dl/extractor/nextmedia.pyi | 32 - typings/youtube_dl/extractor/nexx.pyi | 16 - typings/youtube_dl/extractor/nfl.pyi | 24 - typings/youtube_dl/extractor/nhk.pyi | 22 - typings/youtube_dl/extractor/nhl.pyi | 17 - typings/youtube_dl/extractor/nick.pyi | 38 - typings/youtube_dl/extractor/niconico.pyi | 20 - .../youtube_dl/extractor/ninecninemedia.pyi | 13 - typings/youtube_dl/extractor/ninegag.pyi | 12 - typings/youtube_dl/extractor/ninenow.pyi | 14 - typings/youtube_dl/extractor/nintendo.pyi | 11 - typings/youtube_dl/extractor/njpwworld.pyi | 14 - typings/youtube_dl/extractor/nobelprize.pyi | 11 - typings/youtube_dl/extractor/nonktube.pyi | 11 - typings/youtube_dl/extractor/noovo.pyi | 12 - typings/youtube_dl/extractor/normalboots.pyi | 11 - typings/youtube_dl/extractor/nosvideo.pyi | 14 - typings/youtube_dl/extractor/nova.pyi | 17 - typings/youtube_dl/extractor/nowness.pyi | 28 - typings/youtube_dl/extractor/noz.pyi | 11 - typings/youtube_dl/extractor/npo.pyi | 87 -- typings/youtube_dl/extractor/npr.pyi | 11 - typings/youtube_dl/extractor/nrk.pyi | 83 -- typings/youtube_dl/extractor/nrl.pyi | 11 - typings/youtube_dl/extractor/ntvcojp.pyi | 14 - typings/youtube_dl/extractor/ntvde.pyi | 12 - typings/youtube_dl/extractor/ntvru.pyi | 13 - typings/youtube_dl/extractor/nuevo.pyi | 10 - typings/youtube_dl/extractor/nuvid.pyi | 11 - typings/youtube_dl/extractor/nytimes.pyi | 25 - typings/youtube_dl/extractor/nzz.pyi | 11 - typings/youtube_dl/extractor/odatv.pyi | 11 - .../youtube_dl/extractor/odnoklassniki.pyi | 11 - .../youtube_dl/extractor/oktoberfesttv.pyi | 11 - typings/youtube_dl/extractor/once.pyi | 12 - .../youtube_dl/extractor/ondemandkorea.pyi | 12 - typings/youtube_dl/extractor/onet.pyi | 33 - typings/youtube_dl/extractor/onionstudios.pyi | 11 - typings/youtube_dl/extractor/ooyala.pyi | 22 - typings/youtube_dl/extractor/openload.pyi | 63 -- typings/youtube_dl/extractor/ora.pyi | 11 - typings/youtube_dl/extractor/orf.pyi | 139 --- typings/youtube_dl/extractor/outsidetv.pyi | 11 - typings/youtube_dl/extractor/packtpub.pyi | 26 - typings/youtube_dl/extractor/palcomp3.pyi | 40 - typings/youtube_dl/extractor/pandoratv.pyi | 13 - .../youtube_dl/extractor/parliamentliveuk.pyi | 13 - typings/youtube_dl/extractor/patreon.pyi | 11 - typings/youtube_dl/extractor/pbs.pyi | 16 - typings/youtube_dl/extractor/pearvideo.pyi | 11 - typings/youtube_dl/extractor/peertube.pyi | 14 - typings/youtube_dl/extractor/people.pyi | 11 - typings/youtube_dl/extractor/performgroup.pyi | 11 - typings/youtube_dl/extractor/periscope.pyi | 24 - .../extractor/philharmoniedeparis.pyi | 13 - typings/youtube_dl/extractor/phoenix.pyi | 12 - typings/youtube_dl/extractor/photobucket.pyi | 11 - typings/youtube_dl/extractor/picarto.pyi | 20 - typings/youtube_dl/extractor/piksel.pyi | 11 - typings/youtube_dl/extractor/pinkbike.pyi | 11 - typings/youtube_dl/extractor/pinterest.pyi | 24 - typings/youtube_dl/extractor/pladform.pyi | 11 - typings/youtube_dl/extractor/platzi.pyi | 25 - typings/youtube_dl/extractor/playfm.pyi | 12 - typings/youtube_dl/extractor/playplustv.pyi | 15 - typings/youtube_dl/extractor/plays.pyi | 11 - typings/youtube_dl/extractor/playstuff.pyi | 12 - typings/youtube_dl/extractor/playtvak.pyi | 12 - typings/youtube_dl/extractor/playvid.pyi | 11 - typings/youtube_dl/extractor/playwire.pyi | 11 - typings/youtube_dl/extractor/pluralsight.pyi | 28 - typings/youtube_dl/extractor/podomatic.pyi | 12 - typings/youtube_dl/extractor/pokemon.pyi | 11 - typings/youtube_dl/extractor/polskieradio.pyi | 20 - typings/youtube_dl/extractor/popcorntimes.pyi | 11 - typings/youtube_dl/extractor/popcorntv.pyi | 11 - typings/youtube_dl/extractor/porn91.pyi | 12 - typings/youtube_dl/extractor/porncom.pyi | 11 - typings/youtube_dl/extractor/pornhd.pyi | 11 - typings/youtube_dl/extractor/pornhub.pyi | 44 - typings/youtube_dl/extractor/pornotube.pyi | 11 - .../youtube_dl/extractor/pornovoisines.pyi | 11 - typings/youtube_dl/extractor/pornoxo.pyi | 11 - typings/youtube_dl/extractor/presstv.pyi | 11 - .../youtube_dl/extractor/prosiebensat1.pyi | 33 - typings/youtube_dl/extractor/puhutv.pyi | 19 - typings/youtube_dl/extractor/puls4.pyi | 14 - typings/youtube_dl/extractor/pyvideo.pyi | 11 - typings/youtube_dl/extractor/qqmusic.pyi | 59 -- typings/youtube_dl/extractor/r7.pyi | 20 - typings/youtube_dl/extractor/radiobremen.pyi | 12 - typings/youtube_dl/extractor/radiocanada.pyi | 21 - typings/youtube_dl/extractor/radiode.pyi | 12 - typings/youtube_dl/extractor/radiofrance.pyi | 12 - typings/youtube_dl/extractor/radiojavan.pyi | 11 - typings/youtube_dl/extractor/rai.pyi | 32 - .../youtube_dl/extractor/raywenderlich.pyi | 20 - typings/youtube_dl/extractor/rbmaradio.pyi | 11 - typings/youtube_dl/extractor/rds.pyi | 12 - typings/youtube_dl/extractor/redbulltv.pyi | 32 - typings/youtube_dl/extractor/reddit.pyi | 16 - typings/youtube_dl/extractor/redtube.pyi | 11 - typings/youtube_dl/extractor/regiotv.pyi | 11 - typings/youtube_dl/extractor/rentv.pyi | 16 - typings/youtube_dl/extractor/restudy.pyi | 11 - typings/youtube_dl/extractor/reuters.pyi | 11 - typings/youtube_dl/extractor/reverbnation.pyi | 11 - typings/youtube_dl/extractor/rice.pyi | 12 - .../youtube_dl/extractor/rmcdecouverte.pyi | 12 - typings/youtube_dl/extractor/ro220.pyi | 12 - .../youtube_dl/extractor/rockstargames.pyi | 11 - typings/youtube_dl/extractor/roosterteeth.pyi | 13 - .../youtube_dl/extractor/rottentomatoes.pyi | 11 - typings/youtube_dl/extractor/roxwel.pyi | 11 - typings/youtube_dl/extractor/rozhlas.pyi | 11 - typings/youtube_dl/extractor/rtbf.pyi | 14 - typings/youtube_dl/extractor/rte.pyi | 24 - typings/youtube_dl/extractor/rtl2.pyi | 30 - typings/youtube_dl/extractor/rtlnl.pyi | 13 - typings/youtube_dl/extractor/rtp.pyi | 11 - typings/youtube_dl/extractor/rts.pyi | 12 - typings/youtube_dl/extractor/rtve.pyi | 34 - typings/youtube_dl/extractor/rtvnh.pyi | 11 - typings/youtube_dl/extractor/rtvs.pyi | 11 - typings/youtube_dl/extractor/ruhd.pyi | 11 - typings/youtube_dl/extractor/rumble.pyi | 11 - typings/youtube_dl/extractor/rutube.pyi | 69 -- typings/youtube_dl/extractor/rutv.pyi | 12 - typings/youtube_dl/extractor/ruutu.pyi | 12 - typings/youtube_dl/extractor/ruv.pyi | 11 - typings/youtube_dl/extractor/safari.pyi | 40 - typings/youtube_dl/extractor/samplefocus.pyi | 11 - typings/youtube_dl/extractor/sapo.pyi | 12 - typings/youtube_dl/extractor/savefrom.pyi | 12 - typings/youtube_dl/extractor/sbs.pyi | 12 - typings/youtube_dl/extractor/screencast.pyi | 11 - .../youtube_dl/extractor/screencastomatic.pyi | 11 - .../youtube_dl/extractor/scrippsnetworks.pyi | 24 - typings/youtube_dl/extractor/scte.pyi | 21 - typings/youtube_dl/extractor/seeker.pyi | 11 - typings/youtube_dl/extractor/senateisvp.pyi | 13 - typings/youtube_dl/extractor/sendtonews.pyi | 12 - typings/youtube_dl/extractor/servus.pyi | 11 - typings/youtube_dl/extractor/sevenplus.pyi | 12 - typings/youtube_dl/extractor/sexu.pyi | 11 - typings/youtube_dl/extractor/seznamzpravy.pyi | 17 - typings/youtube_dl/extractor/shahid.pyi | 24 - typings/youtube_dl/extractor/shared.pyi | 24 - typings/youtube_dl/extractor/showroomlive.pyi | 11 - typings/youtube_dl/extractor/simplecast.pyi | 30 - typings/youtube_dl/extractor/sina.pyi | 11 - typings/youtube_dl/extractor/sixplay.pyi | 12 - typings/youtube_dl/extractor/sky.pyi | 29 - typings/youtube_dl/extractor/skyit.pyi | 65 -- .../youtube_dl/extractor/skylinewebcams.pyi | 11 - .../youtube_dl/extractor/skynewsarabia.pyi | 22 - typings/youtube_dl/extractor/slideshare.pyi | 11 - typings/youtube_dl/extractor/slideslive.pyi | 11 - typings/youtube_dl/extractor/slutload.pyi | 11 - typings/youtube_dl/extractor/snotr.pyi | 11 - typings/youtube_dl/extractor/sohu.pyi | 11 - typings/youtube_dl/extractor/sonyliv.pyi | 13 - typings/youtube_dl/extractor/soundcloud.pyi | 71 -- typings/youtube_dl/extractor/soundgasm.pyi | 18 - typings/youtube_dl/extractor/southpark.pyi | 41 - typings/youtube_dl/extractor/spankbang.pyi | 16 - typings/youtube_dl/extractor/spankwire.pyi | 11 - typings/youtube_dl/extractor/spiegel.pyi | 12 - typings/youtube_dl/extractor/spike.pyi | 20 - typings/youtube_dl/extractor/sport5.pyi | 11 - typings/youtube_dl/extractor/sportbox.pyi | 11 - .../youtube_dl/extractor/sportdeutschland.pyi | 11 - typings/youtube_dl/extractor/spotify.pyi | 24 - typings/youtube_dl/extractor/spreaker.pyi | 26 - .../extractor/springboardplatform.pyi | 11 - typings/youtube_dl/extractor/sprout.pyi | 12 - typings/youtube_dl/extractor/srgssr.pyi | 20 - typings/youtube_dl/extractor/srmediathek.pyi | 13 - typings/youtube_dl/extractor/stanfordoc.pyi | 13 - typings/youtube_dl/extractor/steam.pyi | 13 - typings/youtube_dl/extractor/stitcher.pyi | 20 - typings/youtube_dl/extractor/storyfire.pyi | 26 - typings/youtube_dl/extractor/streamable.pyi | 11 - typings/youtube_dl/extractor/streamcloud.pyi | 12 - typings/youtube_dl/extractor/streamcz.pyi | 12 - typings/youtube_dl/extractor/streetvoice.pyi | 11 - .../youtube_dl/extractor/stretchinternet.pyi | 11 - typings/youtube_dl/extractor/stv.pyi | 14 - typings/youtube_dl/extractor/sunporno.pyi | 11 - .../youtube_dl/extractor/sverigesradio.pyi | 27 - typings/youtube_dl/extractor/svt.pyi | 43 - typings/youtube_dl/extractor/swrmediathek.pyi | 11 - typings/youtube_dl/extractor/syfy.pyi | 11 - typings/youtube_dl/extractor/sztvhu.pyi | 11 - typings/youtube_dl/extractor/tagesschau.pyi | 22 - typings/youtube_dl/extractor/tass.pyi | 11 - typings/youtube_dl/extractor/tbs.pyi | 11 - typings/youtube_dl/extractor/tdslifeway.pyi | 12 - typings/youtube_dl/extractor/teachable.pyi | 27 - typings/youtube_dl/extractor/teachertube.pyi | 21 - .../youtube_dl/extractor/teachingchannel.pyi | 11 - typings/youtube_dl/extractor/teamcoco.pyi | 12 - .../youtube_dl/extractor/teamtreehouse.pyi | 12 - typings/youtube_dl/extractor/techtalks.pyi | 11 - typings/youtube_dl/extractor/ted.pyi | 13 - typings/youtube_dl/extractor/tele13.pyi | 11 - typings/youtube_dl/extractor/tele5.pyi | 12 - .../youtube_dl/extractor/telebruxelles.pyi | 11 - typings/youtube_dl/extractor/telecinco.pyi | 12 - typings/youtube_dl/extractor/telegraaf.pyi | 11 - typings/youtube_dl/extractor/telemb.pyi | 11 - typings/youtube_dl/extractor/telequebec.pyi | 35 - typings/youtube_dl/extractor/teletask.pyi | 11 - typings/youtube_dl/extractor/telewebion.pyi | 11 - typings/youtube_dl/extractor/tennistv.pyi | 12 - typings/youtube_dl/extractor/tenplay.pyi | 13 - typings/youtube_dl/extractor/testurl.pyi | 12 - typings/youtube_dl/extractor/tf1.pyi | 11 - typings/youtube_dl/extractor/tfo.pyi | 12 - typings/youtube_dl/extractor/theintercept.pyi | 11 - typings/youtube_dl/extractor/theplatform.pyi | 24 - typings/youtube_dl/extractor/thescene.pyi | 11 - typings/youtube_dl/extractor/thestar.pyi | 12 - typings/youtube_dl/extractor/thesun.pyi | 12 - .../extractor/theweatherchannel.pyi | 11 - .../youtube_dl/extractor/thisamericanlife.pyi | 11 - typings/youtube_dl/extractor/thisav.pyi | 11 - typings/youtube_dl/extractor/thisoldhouse.pyi | 12 - typings/youtube_dl/extractor/threeqsdn.pyi | 13 - typings/youtube_dl/extractor/tiktok.pyi | 25 - typings/youtube_dl/extractor/tinypic.pyi | 13 - typings/youtube_dl/extractor/tmz.pyi | 16 - typings/youtube_dl/extractor/tnaflix.pyi | 53 - typings/youtube_dl/extractor/toggle.pyi | 20 - typings/youtube_dl/extractor/tonline.pyi | 12 - typings/youtube_dl/extractor/toongoggles.pyi | 11 - typings/youtube_dl/extractor/toutv.pyi | 14 - typings/youtube_dl/extractor/toypics.pyi | 18 - .../youtube_dl/extractor/traileraddict.pyi | 12 - typings/youtube_dl/extractor/trilulilu.pyi | 11 - typings/youtube_dl/extractor/trovo.pyi | 19 - typings/youtube_dl/extractor/trunews.pyi | 12 - typings/youtube_dl/extractor/trutv.pyi | 11 - typings/youtube_dl/extractor/tube8.pyi | 11 - typings/youtube_dl/extractor/tubitv.pyi | 14 - typings/youtube_dl/extractor/tumblr.pyi | 13 - typings/youtube_dl/extractor/tunein.pyi | 49 - typings/youtube_dl/extractor/tunepk.pyi | 11 - typings/youtube_dl/extractor/turbo.pyi | 12 - typings/youtube_dl/extractor/turner.pyi | 10 - typings/youtube_dl/extractor/tv2.pyi | 32 - typings/youtube_dl/extractor/tv2dk.pyi | 16 - typings/youtube_dl/extractor/tv2hu.pyi | 12 - typings/youtube_dl/extractor/tv4.pyi | 13 - typings/youtube_dl/extractor/tv5mondeplus.pyi | 13 - typings/youtube_dl/extractor/tv5unis.pyi | 24 - typings/youtube_dl/extractor/tva.pyi | 17 - typings/youtube_dl/extractor/tvanouvelles.pyi | 21 - typings/youtube_dl/extractor/tvc.pyi | 16 - typings/youtube_dl/extractor/tver.pyi | 13 - typings/youtube_dl/extractor/tvigle.pyi | 15 - typings/youtube_dl/extractor/tvland.pyi | 13 - typings/youtube_dl/extractor/tvn24.pyi | 11 - typings/youtube_dl/extractor/tvnet.pyi | 11 - typings/youtube_dl/extractor/tvnoe.pyi | 11 - typings/youtube_dl/extractor/tvnow.pyi | 55 -- typings/youtube_dl/extractor/tvp.pyi | 26 - typings/youtube_dl/extractor/tvplay.pyi | 28 - typings/youtube_dl/extractor/tvplayer.pyi | 11 - typings/youtube_dl/extractor/tweakers.pyi | 11 - .../youtube_dl/extractor/twentyfourvideo.pyi | 12 - typings/youtube_dl/extractor/twentymin.pyi | 12 - .../youtube_dl/extractor/twentythreevideo.pyi | 12 - typings/youtube_dl/extractor/twitcasting.pyi | 11 - typings/youtube_dl/extractor/twitch.pyi | 89 -- typings/youtube_dl/extractor/twitter.pyi | 37 - typings/youtube_dl/extractor/udemy.pyi | 25 - typings/youtube_dl/extractor/udn.pyi | 13 - typings/youtube_dl/extractor/ufctv.pyi | 18 - typings/youtube_dl/extractor/uktvplay.pyi | 12 - typings/youtube_dl/extractor/umg.pyi | 13 - typings/youtube_dl/extractor/unistra.pyi | 11 - typings/youtube_dl/extractor/unity.pyi | 11 - typings/youtube_dl/extractor/uol.pyi | 12 - typings/youtube_dl/extractor/uplynk.pyi | 18 - typings/youtube_dl/extractor/urort.pyi | 12 - typings/youtube_dl/extractor/urplay.pyi | 11 - typings/youtube_dl/extractor/usanetwork.pyi | 11 - typings/youtube_dl/extractor/usatoday.pyi | 12 - typings/youtube_dl/extractor/ustream.pyi | 18 - typings/youtube_dl/extractor/ustudio.pyi | 18 - typings/youtube_dl/extractor/varzesh3.pyi | 11 - typings/youtube_dl/extractor/vbox7.pyi | 12 - typings/youtube_dl/extractor/veehd.pyi | 11 - typings/youtube_dl/extractor/veoh.pyi | 11 - typings/youtube_dl/extractor/vesti.pyi | 12 - typings/youtube_dl/extractor/vevo.pyi | 25 - typings/youtube_dl/extractor/vgtv.pyi | 30 - typings/youtube_dl/extractor/vh1.pyi | 13 - typings/youtube_dl/extractor/vice.pyi | 30 - typings/youtube_dl/extractor/vidbit.pyi | 11 - typings/youtube_dl/extractor/viddler.pyi | 11 - typings/youtube_dl/extractor/videa.pyi | 16 - .../youtube_dl/extractor/videodetective.pyi | 11 - typings/youtube_dl/extractor/videofyme.pyi | 12 - typings/youtube_dl/extractor/videomore.pyi | 38 - typings/youtube_dl/extractor/videopress.pyi | 13 - typings/youtube_dl/extractor/vidio.pyi | 11 - typings/youtube_dl/extractor/vidlii.pyi | 11 - typings/youtube_dl/extractor/vidme.pyi | 32 - typings/youtube_dl/extractor/vier.pyi | 20 - typings/youtube_dl/extractor/viewlift.pyi | 29 - typings/youtube_dl/extractor/viidea.pyi | 11 - typings/youtube_dl/extractor/viki.pyi | 36 - typings/youtube_dl/extractor/vimeo.pyi | 86 -- typings/youtube_dl/extractor/vimple.pyi | 16 - typings/youtube_dl/extractor/vine.pyi | 22 - typings/youtube_dl/extractor/viqeo.pyi | 11 - typings/youtube_dl/extractor/viu.pyi | 28 - typings/youtube_dl/extractor/vk.pyi | 35 - typings/youtube_dl/extractor/vlive.pyi | 32 - typings/youtube_dl/extractor/vodlocker.pyi | 11 - typings/youtube_dl/extractor/vodpl.pyi | 11 - typings/youtube_dl/extractor/vodplatform.pyi | 11 - .../youtube_dl/extractor/voicerepublic.pyi | 11 - typings/youtube_dl/extractor/voot.pyi | 12 - typings/youtube_dl/extractor/voxmedia.pyi | 16 - typings/youtube_dl/extractor/vrak.pyi | 12 - typings/youtube_dl/extractor/vrt.pyi | 13 - typings/youtube_dl/extractor/vrv.pyi | 27 - typings/youtube_dl/extractor/vshare.pyi | 11 - typings/youtube_dl/extractor/vtm.pyi | 11 - typings/youtube_dl/extractor/vube.pyi | 13 - typings/youtube_dl/extractor/vuclip.pyi | 11 - typings/youtube_dl/extractor/vvvvid.pyi | 18 - typings/youtube_dl/extractor/vyborymos.pyi | 11 - typings/youtube_dl/extractor/vzaar.pyi | 11 - typings/youtube_dl/extractor/wakanim.pyi | 11 - typings/youtube_dl/extractor/walla.pyi | 12 - .../youtube_dl/extractor/washingtonpost.pyi | 23 - typings/youtube_dl/extractor/wat.pyi | 13 - typings/youtube_dl/extractor/watchbox.pyi | 11 - .../youtube_dl/extractor/watchindianporn.pyi | 12 - typings/youtube_dl/extractor/wdr.pyi | 30 - typings/youtube_dl/extractor/webcaster.pyi | 16 - typings/youtube_dl/extractor/webofstories.pyi | 19 - typings/youtube_dl/extractor/weibo.pyi | 16 - typings/youtube_dl/extractor/weiqitv.pyi | 12 - typings/youtube_dl/extractor/wistia.pyi | 22 - .../youtube_dl/extractor/worldstarhiphop.pyi | 11 - typings/youtube_dl/extractor/wsj.pyi | 17 - typings/youtube_dl/extractor/wwe.pyi | 24 - typings/youtube_dl/extractor/xbef.pyi | 11 - typings/youtube_dl/extractor/xboxclips.pyi | 11 - typings/youtube_dl/extractor/xfileshare.pyi | 17 - typings/youtube_dl/extractor/xhamster.pyi | 22 - typings/youtube_dl/extractor/xiami.pyi | 45 - typings/youtube_dl/extractor/ximalaya.pyi | 28 - typings/youtube_dl/extractor/xminus.pyi | 11 - typings/youtube_dl/extractor/xnxx.pyi | 11 - typings/youtube_dl/extractor/xstream.pyi | 11 - typings/youtube_dl/extractor/xtube.pyi | 17 - typings/youtube_dl/extractor/xuite.pyi | 13 - typings/youtube_dl/extractor/xvideos.pyi | 11 - typings/youtube_dl/extractor/xxxymovies.pyi | 11 - typings/youtube_dl/extractor/yahoo.pyi | 40 - typings/youtube_dl/extractor/yandexdisk.pyi | 11 - typings/youtube_dl/extractor/yandexmusic.pyi | 61 -- typings/youtube_dl/extractor/yandexvideo.pyi | 11 - typings/youtube_dl/extractor/yapfiles.pyi | 12 - typings/youtube_dl/extractor/yesjapan.pyi | 11 - typings/youtube_dl/extractor/yinyuetai.pyi | 13 - typings/youtube_dl/extractor/ynet.pyi | 11 - typings/youtube_dl/extractor/youjizz.pyi | 11 - typings/youtube_dl/extractor/youku.pyi | 26 - typings/youtube_dl/extractor/younow.pyi | 31 - typings/youtube_dl/extractor/youporn.pyi | 11 - typings/youtube_dl/extractor/yourporn.pyi | 11 - typings/youtube_dl/extractor/yourupload.pyi | 11 - typings/youtube_dl/extractor/youtube.pyi | 158 --- typings/youtube_dl/extractor/zapiks.pyi | 11 - typings/youtube_dl/extractor/zattoo.pyi | 147 --- typings/youtube_dl/extractor/zdf.pyi | 25 - typings/youtube_dl/extractor/zhihu.pyi | 11 - typings/youtube_dl/extractor/zingmp3.pyi | 24 - typings/youtube_dl/extractor/zoom.pyi | 12 - typings/youtube_dl/extractor/zype.pyi | 13 - typings/youtube_dl/jsinterp.pyi | 31 - typings/youtube_dl/options.pyi | 7 - typings/youtube_dl/postprocessor/__init__.pyi | 15 - typings/youtube_dl/postprocessor/common.pyi | 59 -- .../postprocessor/embedthumbnail.pyi | 20 - .../postprocessor/execafterdownload.pyi | 15 - typings/youtube_dl/postprocessor/ffmpeg.pyi | 120 --- .../postprocessor/metadatafromtitle.pyi | 24 - typings/youtube_dl/postprocessor/xattrpp.pyi | 13 - typings/youtube_dl/socks.pyi | 83 -- typings/youtube_dl/swfinterp.pyi | 82 -- typings/youtube_dl/update.pyi | 17 - typings/youtube_dl/utils.pyi | 912 ------------------ typings/youtube_dl/version.pyi | 5 - 817 files changed, 16642 deletions(-) delete mode 100644 typings/youtube_dl/YoutubeDL.pyi delete mode 100644 typings/youtube_dl/__init__.pyi delete mode 100644 typings/youtube_dl/__main__.pyi delete mode 100644 typings/youtube_dl/aes.pyi delete mode 100644 typings/youtube_dl/cache.pyi delete mode 100644 typings/youtube_dl/compat.pyi delete mode 100644 typings/youtube_dl/downloader/__init__.pyi delete mode 100644 typings/youtube_dl/downloader/common.pyi delete mode 100644 typings/youtube_dl/downloader/dash.pyi delete mode 100644 typings/youtube_dl/downloader/external.pyi delete mode 100644 typings/youtube_dl/downloader/f4m.pyi delete mode 100644 typings/youtube_dl/downloader/fragment.pyi delete mode 100644 typings/youtube_dl/downloader/hls.pyi delete mode 100644 typings/youtube_dl/downloader/http.pyi delete mode 100644 typings/youtube_dl/downloader/ism.pyi delete mode 100644 typings/youtube_dl/downloader/rtmp.pyi delete mode 100644 typings/youtube_dl/downloader/rtsp.pyi delete mode 100644 typings/youtube_dl/extractor/__init__.pyi delete mode 100644 typings/youtube_dl/extractor/abc.pyi delete mode 100644 typings/youtube_dl/extractor/abcnews.pyi delete mode 100644 typings/youtube_dl/extractor/abcotvs.pyi delete mode 100644 typings/youtube_dl/extractor/academicearth.pyi delete mode 100644 typings/youtube_dl/extractor/acast.pyi delete mode 100644 typings/youtube_dl/extractor/adn.pyi delete mode 100644 typings/youtube_dl/extractor/adobeconnect.pyi delete mode 100644 typings/youtube_dl/extractor/adobepass.pyi delete mode 100644 typings/youtube_dl/extractor/adobetv.pyi delete mode 100644 typings/youtube_dl/extractor/adultswim.pyi delete mode 100644 typings/youtube_dl/extractor/aenetworks.pyi delete mode 100644 typings/youtube_dl/extractor/afreecatv.pyi delete mode 100644 typings/youtube_dl/extractor/airmozilla.pyi delete mode 100644 typings/youtube_dl/extractor/aliexpress.pyi delete mode 100644 typings/youtube_dl/extractor/aljazeera.pyi delete mode 100644 typings/youtube_dl/extractor/allocine.pyi delete mode 100644 typings/youtube_dl/extractor/alphaporno.pyi delete mode 100644 typings/youtube_dl/extractor/amara.pyi delete mode 100644 typings/youtube_dl/extractor/amcnetworks.pyi delete mode 100644 typings/youtube_dl/extractor/americastestkitchen.pyi delete mode 100644 typings/youtube_dl/extractor/amp.pyi delete mode 100644 typings/youtube_dl/extractor/animeondemand.pyi delete mode 100644 typings/youtube_dl/extractor/anvato.pyi delete mode 100644 typings/youtube_dl/extractor/aol.pyi delete mode 100644 typings/youtube_dl/extractor/apa.pyi delete mode 100644 typings/youtube_dl/extractor/aparat.pyi delete mode 100644 typings/youtube_dl/extractor/appleconnect.pyi delete mode 100644 typings/youtube_dl/extractor/applepodcasts.pyi delete mode 100644 typings/youtube_dl/extractor/appletrailers.pyi delete mode 100644 typings/youtube_dl/extractor/archiveorg.pyi delete mode 100644 typings/youtube_dl/extractor/arcpublishing.pyi delete mode 100644 typings/youtube_dl/extractor/ard.pyi delete mode 100644 typings/youtube_dl/extractor/arkena.pyi delete mode 100644 typings/youtube_dl/extractor/arnes.pyi delete mode 100644 typings/youtube_dl/extractor/arte.pyi delete mode 100644 typings/youtube_dl/extractor/asiancrush.pyi delete mode 100644 typings/youtube_dl/extractor/atresplayer.pyi delete mode 100644 typings/youtube_dl/extractor/atttechchannel.pyi delete mode 100644 typings/youtube_dl/extractor/atvat.pyi delete mode 100644 typings/youtube_dl/extractor/audimedia.pyi delete mode 100644 typings/youtube_dl/extractor/audioboom.pyi delete mode 100644 typings/youtube_dl/extractor/audiomack.pyi delete mode 100644 typings/youtube_dl/extractor/awaan.pyi delete mode 100644 typings/youtube_dl/extractor/aws.pyi delete mode 100644 typings/youtube_dl/extractor/azmedien.pyi delete mode 100644 typings/youtube_dl/extractor/baidu.pyi delete mode 100644 typings/youtube_dl/extractor/bandaichannel.pyi delete mode 100644 typings/youtube_dl/extractor/bandcamp.pyi delete mode 100644 typings/youtube_dl/extractor/bbc.pyi delete mode 100644 typings/youtube_dl/extractor/beatport.pyi delete mode 100644 typings/youtube_dl/extractor/beeg.pyi delete mode 100644 typings/youtube_dl/extractor/behindkink.pyi delete mode 100644 typings/youtube_dl/extractor/bellmedia.pyi delete mode 100644 typings/youtube_dl/extractor/bet.pyi delete mode 100644 typings/youtube_dl/extractor/bfi.pyi delete mode 100644 typings/youtube_dl/extractor/bfmtv.pyi delete mode 100644 typings/youtube_dl/extractor/bibeltv.pyi delete mode 100644 typings/youtube_dl/extractor/bigflix.pyi delete mode 100644 typings/youtube_dl/extractor/bild.pyi delete mode 100644 typings/youtube_dl/extractor/bilibili.pyi delete mode 100644 typings/youtube_dl/extractor/biobiochiletv.pyi delete mode 100644 typings/youtube_dl/extractor/biqle.pyi delete mode 100644 typings/youtube_dl/extractor/bitchute.pyi delete mode 100644 typings/youtube_dl/extractor/bleacherreport.pyi delete mode 100644 typings/youtube_dl/extractor/bloomberg.pyi delete mode 100644 typings/youtube_dl/extractor/bokecc.pyi delete mode 100644 typings/youtube_dl/extractor/bongacams.pyi delete mode 100644 typings/youtube_dl/extractor/bostonglobe.pyi delete mode 100644 typings/youtube_dl/extractor/box.pyi delete mode 100644 typings/youtube_dl/extractor/bpb.pyi delete mode 100644 typings/youtube_dl/extractor/br.pyi delete mode 100644 typings/youtube_dl/extractor/bravotv.pyi delete mode 100644 typings/youtube_dl/extractor/breakcom.pyi delete mode 100644 typings/youtube_dl/extractor/brightcove.pyi delete mode 100644 typings/youtube_dl/extractor/businessinsider.pyi delete mode 100644 typings/youtube_dl/extractor/buzzfeed.pyi delete mode 100644 typings/youtube_dl/extractor/byutv.pyi delete mode 100644 typings/youtube_dl/extractor/c56.pyi delete mode 100644 typings/youtube_dl/extractor/camdemy.pyi delete mode 100644 typings/youtube_dl/extractor/cammodels.pyi delete mode 100644 typings/youtube_dl/extractor/camtube.pyi delete mode 100644 typings/youtube_dl/extractor/camwithher.pyi delete mode 100644 typings/youtube_dl/extractor/canalc2.pyi delete mode 100644 typings/youtube_dl/extractor/canalplus.pyi delete mode 100644 typings/youtube_dl/extractor/canvas.pyi delete mode 100644 typings/youtube_dl/extractor/carambatv.pyi delete mode 100644 typings/youtube_dl/extractor/cartoonnetwork.pyi delete mode 100644 typings/youtube_dl/extractor/cbc.pyi delete mode 100644 typings/youtube_dl/extractor/cbs.pyi delete mode 100644 typings/youtube_dl/extractor/cbsinteractive.pyi delete mode 100644 typings/youtube_dl/extractor/cbslocal.pyi delete mode 100644 typings/youtube_dl/extractor/cbsnews.pyi delete mode 100644 typings/youtube_dl/extractor/cbssports.pyi delete mode 100644 typings/youtube_dl/extractor/ccc.pyi delete mode 100644 typings/youtube_dl/extractor/ccma.pyi delete mode 100644 typings/youtube_dl/extractor/cctv.pyi delete mode 100644 typings/youtube_dl/extractor/cda.pyi delete mode 100644 typings/youtube_dl/extractor/ceskatelevize.pyi delete mode 100644 typings/youtube_dl/extractor/channel9.pyi delete mode 100644 typings/youtube_dl/extractor/charlierose.pyi delete mode 100644 typings/youtube_dl/extractor/chaturbate.pyi delete mode 100644 typings/youtube_dl/extractor/chilloutzone.pyi delete mode 100644 typings/youtube_dl/extractor/chirbit.pyi delete mode 100644 typings/youtube_dl/extractor/cinchcast.pyi delete mode 100644 typings/youtube_dl/extractor/cinemax.pyi delete mode 100644 typings/youtube_dl/extractor/ciscolive.pyi delete mode 100644 typings/youtube_dl/extractor/cjsw.pyi delete mode 100644 typings/youtube_dl/extractor/cliphunter.pyi delete mode 100644 typings/youtube_dl/extractor/clippit.pyi delete mode 100644 typings/youtube_dl/extractor/cliprs.pyi delete mode 100644 typings/youtube_dl/extractor/clipsyndicate.pyi delete mode 100644 typings/youtube_dl/extractor/closertotruth.pyi delete mode 100644 typings/youtube_dl/extractor/cloudflarestream.pyi delete mode 100644 typings/youtube_dl/extractor/cloudy.pyi delete mode 100644 typings/youtube_dl/extractor/clubic.pyi delete mode 100644 typings/youtube_dl/extractor/clyp.pyi delete mode 100644 typings/youtube_dl/extractor/cmt.pyi delete mode 100644 typings/youtube_dl/extractor/cnbc.pyi delete mode 100644 typings/youtube_dl/extractor/cnn.pyi delete mode 100644 typings/youtube_dl/extractor/comedycentral.pyi delete mode 100644 typings/youtube_dl/extractor/common.pyi delete mode 100644 typings/youtube_dl/extractor/commonmistakes.pyi delete mode 100644 typings/youtube_dl/extractor/commonprotocols.pyi delete mode 100644 typings/youtube_dl/extractor/condenast.pyi delete mode 100644 typings/youtube_dl/extractor/contv.pyi delete mode 100644 typings/youtube_dl/extractor/corus.pyi delete mode 100644 typings/youtube_dl/extractor/coub.pyi delete mode 100644 typings/youtube_dl/extractor/cracked.pyi delete mode 100644 typings/youtube_dl/extractor/crackle.pyi delete mode 100644 typings/youtube_dl/extractor/crooksandliars.pyi delete mode 100644 typings/youtube_dl/extractor/crunchyroll.pyi delete mode 100644 typings/youtube_dl/extractor/cspan.pyi delete mode 100644 typings/youtube_dl/extractor/ctsnews.pyi delete mode 100644 typings/youtube_dl/extractor/ctv.pyi delete mode 100644 typings/youtube_dl/extractor/ctvnews.pyi delete mode 100644 typings/youtube_dl/extractor/cultureunplugged.pyi delete mode 100644 typings/youtube_dl/extractor/curiositystream.pyi delete mode 100644 typings/youtube_dl/extractor/cwtv.pyi delete mode 100644 typings/youtube_dl/extractor/dailymail.pyi delete mode 100644 typings/youtube_dl/extractor/dailymotion.pyi delete mode 100644 typings/youtube_dl/extractor/daum.pyi delete mode 100644 typings/youtube_dl/extractor/dbtv.pyi delete mode 100644 typings/youtube_dl/extractor/dctp.pyi delete mode 100644 typings/youtube_dl/extractor/deezer.pyi delete mode 100644 typings/youtube_dl/extractor/defense.pyi delete mode 100644 typings/youtube_dl/extractor/democracynow.pyi delete mode 100644 typings/youtube_dl/extractor/dfb.pyi delete mode 100644 typings/youtube_dl/extractor/dhm.pyi delete mode 100644 typings/youtube_dl/extractor/digg.pyi delete mode 100644 typings/youtube_dl/extractor/digiteka.pyi delete mode 100644 typings/youtube_dl/extractor/discovery.pyi delete mode 100644 typings/youtube_dl/extractor/discoverygo.pyi delete mode 100644 typings/youtube_dl/extractor/discoverynetworks.pyi delete mode 100644 typings/youtube_dl/extractor/discoveryvr.pyi delete mode 100644 typings/youtube_dl/extractor/disney.pyi delete mode 100644 typings/youtube_dl/extractor/dispeak.pyi delete mode 100644 typings/youtube_dl/extractor/dlive.pyi delete mode 100644 typings/youtube_dl/extractor/dotsub.pyi delete mode 100644 typings/youtube_dl/extractor/douyutv.pyi delete mode 100644 typings/youtube_dl/extractor/dplay.pyi delete mode 100644 typings/youtube_dl/extractor/drbonanza.pyi delete mode 100644 typings/youtube_dl/extractor/dreisat.pyi delete mode 100644 typings/youtube_dl/extractor/dropbox.pyi delete mode 100644 typings/youtube_dl/extractor/drtuber.pyi delete mode 100644 typings/youtube_dl/extractor/drtv.pyi delete mode 100644 typings/youtube_dl/extractor/dtube.pyi delete mode 100644 typings/youtube_dl/extractor/dumpert.pyi delete mode 100644 typings/youtube_dl/extractor/dvtv.pyi delete mode 100644 typings/youtube_dl/extractor/dw.pyi delete mode 100644 typings/youtube_dl/extractor/eagleplatform.pyi delete mode 100644 typings/youtube_dl/extractor/ebaumsworld.pyi delete mode 100644 typings/youtube_dl/extractor/echomsk.pyi delete mode 100644 typings/youtube_dl/extractor/egghead.pyi delete mode 100644 typings/youtube_dl/extractor/ehow.pyi delete mode 100644 typings/youtube_dl/extractor/eighttracks.pyi delete mode 100644 typings/youtube_dl/extractor/einthusan.pyi delete mode 100644 typings/youtube_dl/extractor/eitb.pyi delete mode 100644 typings/youtube_dl/extractor/ellentube.pyi delete mode 100644 typings/youtube_dl/extractor/elpais.pyi delete mode 100644 typings/youtube_dl/extractor/embedly.pyi delete mode 100644 typings/youtube_dl/extractor/engadget.pyi delete mode 100644 typings/youtube_dl/extractor/eporner.pyi delete mode 100644 typings/youtube_dl/extractor/eroprofile.pyi delete mode 100644 typings/youtube_dl/extractor/escapist.pyi delete mode 100644 typings/youtube_dl/extractor/espn.pyi delete mode 100644 typings/youtube_dl/extractor/esri.pyi delete mode 100644 typings/youtube_dl/extractor/europa.pyi delete mode 100644 typings/youtube_dl/extractor/expotv.pyi delete mode 100644 typings/youtube_dl/extractor/expressen.pyi delete mode 100644 typings/youtube_dl/extractor/extractors.pyi delete mode 100644 typings/youtube_dl/extractor/extremetube.pyi delete mode 100644 typings/youtube_dl/extractor/eyedotv.pyi delete mode 100644 typings/youtube_dl/extractor/facebook.pyi delete mode 100644 typings/youtube_dl/extractor/faz.pyi delete mode 100644 typings/youtube_dl/extractor/fc2.pyi delete mode 100644 typings/youtube_dl/extractor/fczenit.pyi delete mode 100644 typings/youtube_dl/extractor/filmon.pyi delete mode 100644 typings/youtube_dl/extractor/filmweb.pyi delete mode 100644 typings/youtube_dl/extractor/firsttv.pyi delete mode 100644 typings/youtube_dl/extractor/fivemin.pyi delete mode 100644 typings/youtube_dl/extractor/fivetv.pyi delete mode 100644 typings/youtube_dl/extractor/flickr.pyi delete mode 100644 typings/youtube_dl/extractor/folketinget.pyi delete mode 100644 typings/youtube_dl/extractor/footyroom.pyi delete mode 100644 typings/youtube_dl/extractor/formula1.pyi delete mode 100644 typings/youtube_dl/extractor/fourtube.pyi delete mode 100644 typings/youtube_dl/extractor/fox.pyi delete mode 100644 typings/youtube_dl/extractor/fox9.pyi delete mode 100644 typings/youtube_dl/extractor/foxgay.pyi delete mode 100644 typings/youtube_dl/extractor/foxnews.pyi delete mode 100644 typings/youtube_dl/extractor/foxsports.pyi delete mode 100644 typings/youtube_dl/extractor/franceculture.pyi delete mode 100644 typings/youtube_dl/extractor/franceinter.pyi delete mode 100644 typings/youtube_dl/extractor/francetv.pyi delete mode 100644 typings/youtube_dl/extractor/freesound.pyi delete mode 100644 typings/youtube_dl/extractor/freespeech.pyi delete mode 100644 typings/youtube_dl/extractor/freshlive.pyi delete mode 100644 typings/youtube_dl/extractor/frontendmasters.pyi delete mode 100644 typings/youtube_dl/extractor/fujitv.pyi delete mode 100644 typings/youtube_dl/extractor/funimation.pyi delete mode 100644 typings/youtube_dl/extractor/funk.pyi delete mode 100644 typings/youtube_dl/extractor/fusion.pyi delete mode 100644 typings/youtube_dl/extractor/gaia.pyi delete mode 100644 typings/youtube_dl/extractor/gameinformer.pyi delete mode 100644 typings/youtube_dl/extractor/gamespot.pyi delete mode 100644 typings/youtube_dl/extractor/gamestar.pyi delete mode 100644 typings/youtube_dl/extractor/gaskrank.pyi delete mode 100644 typings/youtube_dl/extractor/gazeta.pyi delete mode 100644 typings/youtube_dl/extractor/gdcvault.pyi delete mode 100644 typings/youtube_dl/extractor/gedidigital.pyi delete mode 100644 typings/youtube_dl/extractor/generic.pyi delete mode 100644 typings/youtube_dl/extractor/gfycat.pyi delete mode 100644 typings/youtube_dl/extractor/giantbomb.pyi delete mode 100644 typings/youtube_dl/extractor/giga.pyi delete mode 100644 typings/youtube_dl/extractor/gigya.pyi delete mode 100644 typings/youtube_dl/extractor/glide.pyi delete mode 100644 typings/youtube_dl/extractor/globo.pyi delete mode 100644 typings/youtube_dl/extractor/go.pyi delete mode 100644 typings/youtube_dl/extractor/godtube.pyi delete mode 100644 typings/youtube_dl/extractor/golem.pyi delete mode 100644 typings/youtube_dl/extractor/googledrive.pyi delete mode 100644 typings/youtube_dl/extractor/googlepodcasts.pyi delete mode 100644 typings/youtube_dl/extractor/googlesearch.pyi delete mode 100644 typings/youtube_dl/extractor/goshgay.pyi delete mode 100644 typings/youtube_dl/extractor/gputechconf.pyi delete mode 100644 typings/youtube_dl/extractor/groupon.pyi delete mode 100644 typings/youtube_dl/extractor/hbo.pyi delete mode 100644 typings/youtube_dl/extractor/hearthisat.pyi delete mode 100644 typings/youtube_dl/extractor/heise.pyi delete mode 100644 typings/youtube_dl/extractor/hellporno.pyi delete mode 100644 typings/youtube_dl/extractor/helsinki.pyi delete mode 100644 typings/youtube_dl/extractor/hentaistigma.pyi delete mode 100644 typings/youtube_dl/extractor/hgtv.pyi delete mode 100644 typings/youtube_dl/extractor/hidive.pyi delete mode 100644 typings/youtube_dl/extractor/historicfilms.pyi delete mode 100644 typings/youtube_dl/extractor/hitbox.pyi delete mode 100644 typings/youtube_dl/extractor/hitrecord.pyi delete mode 100644 typings/youtube_dl/extractor/hketv.pyi delete mode 100644 typings/youtube_dl/extractor/hornbunny.pyi delete mode 100644 typings/youtube_dl/extractor/hotnewhiphop.pyi delete mode 100644 typings/youtube_dl/extractor/hotstar.pyi delete mode 100644 typings/youtube_dl/extractor/howcast.pyi delete mode 100644 typings/youtube_dl/extractor/howstuffworks.pyi delete mode 100644 typings/youtube_dl/extractor/hrti.pyi delete mode 100644 typings/youtube_dl/extractor/huajiao.pyi delete mode 100644 typings/youtube_dl/extractor/huffpost.pyi delete mode 100644 typings/youtube_dl/extractor/hungama.pyi delete mode 100644 typings/youtube_dl/extractor/hypem.pyi delete mode 100644 typings/youtube_dl/extractor/ign.pyi delete mode 100644 typings/youtube_dl/extractor/iheart.pyi delete mode 100644 typings/youtube_dl/extractor/imdb.pyi delete mode 100644 typings/youtube_dl/extractor/imggaming.pyi delete mode 100644 typings/youtube_dl/extractor/imgur.pyi delete mode 100644 typings/youtube_dl/extractor/ina.pyi delete mode 100644 typings/youtube_dl/extractor/inc.pyi delete mode 100644 typings/youtube_dl/extractor/indavideo.pyi delete mode 100644 typings/youtube_dl/extractor/infoq.pyi delete mode 100644 typings/youtube_dl/extractor/instagram.pyi delete mode 100644 typings/youtube_dl/extractor/internazionale.pyi delete mode 100644 typings/youtube_dl/extractor/internetvideoarchive.pyi delete mode 100644 typings/youtube_dl/extractor/iprima.pyi delete mode 100644 typings/youtube_dl/extractor/iqiyi.pyi delete mode 100644 typings/youtube_dl/extractor/ir90tv.pyi delete mode 100644 typings/youtube_dl/extractor/itv.pyi delete mode 100644 typings/youtube_dl/extractor/ivi.pyi delete mode 100644 typings/youtube_dl/extractor/ivideon.pyi delete mode 100644 typings/youtube_dl/extractor/iwara.pyi delete mode 100644 typings/youtube_dl/extractor/izlesene.pyi delete mode 100644 typings/youtube_dl/extractor/jamendo.pyi delete mode 100644 typings/youtube_dl/extractor/jeuxvideo.pyi delete mode 100644 typings/youtube_dl/extractor/joj.pyi delete mode 100644 typings/youtube_dl/extractor/jove.pyi delete mode 100644 typings/youtube_dl/extractor/jwplatform.pyi delete mode 100644 typings/youtube_dl/extractor/kakao.pyi delete mode 100644 typings/youtube_dl/extractor/kaltura.pyi delete mode 100644 typings/youtube_dl/extractor/kankan.pyi delete mode 100644 typings/youtube_dl/extractor/karaoketv.pyi delete mode 100644 typings/youtube_dl/extractor/karrierevideos.pyi delete mode 100644 typings/youtube_dl/extractor/keezmovies.pyi delete mode 100644 typings/youtube_dl/extractor/ketnet.pyi delete mode 100644 typings/youtube_dl/extractor/khanacademy.pyi delete mode 100644 typings/youtube_dl/extractor/kickstarter.pyi delete mode 100644 typings/youtube_dl/extractor/kinja.pyi delete mode 100644 typings/youtube_dl/extractor/kinopoisk.pyi delete mode 100644 typings/youtube_dl/extractor/konserthusetplay.pyi delete mode 100644 typings/youtube_dl/extractor/krasview.pyi delete mode 100644 typings/youtube_dl/extractor/ku6.pyi delete mode 100644 typings/youtube_dl/extractor/kusi.pyi delete mode 100644 typings/youtube_dl/extractor/kuwo.pyi delete mode 100644 typings/youtube_dl/extractor/la7.pyi delete mode 100644 typings/youtube_dl/extractor/laola1tv.pyi delete mode 100644 typings/youtube_dl/extractor/lbry.pyi delete mode 100644 typings/youtube_dl/extractor/lci.pyi delete mode 100644 typings/youtube_dl/extractor/lcp.pyi delete mode 100644 typings/youtube_dl/extractor/lecture2go.pyi delete mode 100644 typings/youtube_dl/extractor/lecturio.pyi delete mode 100644 typings/youtube_dl/extractor/leeco.pyi delete mode 100644 typings/youtube_dl/extractor/lego.pyi delete mode 100644 typings/youtube_dl/extractor/lemonde.pyi delete mode 100644 typings/youtube_dl/extractor/lenta.pyi delete mode 100644 typings/youtube_dl/extractor/libraryofcongress.pyi delete mode 100644 typings/youtube_dl/extractor/libsyn.pyi delete mode 100644 typings/youtube_dl/extractor/lifenews.pyi delete mode 100644 typings/youtube_dl/extractor/limelight.pyi delete mode 100644 typings/youtube_dl/extractor/line.pyi delete mode 100644 typings/youtube_dl/extractor/linkedin.pyi delete mode 100644 typings/youtube_dl/extractor/linuxacademy.pyi delete mode 100644 typings/youtube_dl/extractor/litv.pyi delete mode 100644 typings/youtube_dl/extractor/livejournal.pyi delete mode 100644 typings/youtube_dl/extractor/livestream.pyi delete mode 100644 typings/youtube_dl/extractor/lnkgo.pyi delete mode 100644 typings/youtube_dl/extractor/localnews8.pyi delete mode 100644 typings/youtube_dl/extractor/lovehomeporn.pyi delete mode 100644 typings/youtube_dl/extractor/lrt.pyi delete mode 100644 typings/youtube_dl/extractor/lynda.pyi delete mode 100644 typings/youtube_dl/extractor/m6.pyi delete mode 100644 typings/youtube_dl/extractor/mailru.pyi delete mode 100644 typings/youtube_dl/extractor/malltv.pyi delete mode 100644 typings/youtube_dl/extractor/mangomolo.pyi delete mode 100644 typings/youtube_dl/extractor/manyvids.pyi delete mode 100644 typings/youtube_dl/extractor/maoritv.pyi delete mode 100644 typings/youtube_dl/extractor/markiza.pyi delete mode 100644 typings/youtube_dl/extractor/massengeschmacktv.pyi delete mode 100644 typings/youtube_dl/extractor/matchtv.pyi delete mode 100644 typings/youtube_dl/extractor/mdr.pyi delete mode 100644 typings/youtube_dl/extractor/medaltv.pyi delete mode 100644 typings/youtube_dl/extractor/medialaan.pyi delete mode 100644 typings/youtube_dl/extractor/mediaset.pyi delete mode 100644 typings/youtube_dl/extractor/mediasite.pyi delete mode 100644 typings/youtube_dl/extractor/medici.pyi delete mode 100644 typings/youtube_dl/extractor/megaphone.pyi delete mode 100644 typings/youtube_dl/extractor/meipai.pyi delete mode 100644 typings/youtube_dl/extractor/melonvod.pyi delete mode 100644 typings/youtube_dl/extractor/meta.pyi delete mode 100644 typings/youtube_dl/extractor/metacafe.pyi delete mode 100644 typings/youtube_dl/extractor/metacritic.pyi delete mode 100644 typings/youtube_dl/extractor/mgoon.pyi delete mode 100644 typings/youtube_dl/extractor/mgtv.pyi delete mode 100644 typings/youtube_dl/extractor/miaopai.pyi delete mode 100644 typings/youtube_dl/extractor/microsoftvirtualacademy.pyi delete mode 100644 typings/youtube_dl/extractor/minds.pyi delete mode 100644 typings/youtube_dl/extractor/ministrygrid.pyi delete mode 100644 typings/youtube_dl/extractor/minoto.pyi delete mode 100644 typings/youtube_dl/extractor/miomio.pyi delete mode 100644 typings/youtube_dl/extractor/mit.pyi delete mode 100644 typings/youtube_dl/extractor/mitele.pyi delete mode 100644 typings/youtube_dl/extractor/mixcloud.pyi delete mode 100644 typings/youtube_dl/extractor/mlb.pyi delete mode 100644 typings/youtube_dl/extractor/mnet.pyi delete mode 100644 typings/youtube_dl/extractor/moevideo.pyi delete mode 100644 typings/youtube_dl/extractor/mofosex.pyi delete mode 100644 typings/youtube_dl/extractor/mojvideo.pyi delete mode 100644 typings/youtube_dl/extractor/morningstar.pyi delete mode 100644 typings/youtube_dl/extractor/motherless.pyi delete mode 100644 typings/youtube_dl/extractor/motorsport.pyi delete mode 100644 typings/youtube_dl/extractor/movieclips.pyi delete mode 100644 typings/youtube_dl/extractor/moviezine.pyi delete mode 100644 typings/youtube_dl/extractor/movingimage.pyi delete mode 100644 typings/youtube_dl/extractor/msn.pyi delete mode 100644 typings/youtube_dl/extractor/mtv.pyi delete mode 100644 typings/youtube_dl/extractor/muenchentv.pyi delete mode 100644 typings/youtube_dl/extractor/mwave.pyi delete mode 100644 typings/youtube_dl/extractor/mychannels.pyi delete mode 100644 typings/youtube_dl/extractor/myspace.pyi delete mode 100644 typings/youtube_dl/extractor/myspass.pyi delete mode 100644 typings/youtube_dl/extractor/myvi.pyi delete mode 100644 typings/youtube_dl/extractor/myvidster.pyi delete mode 100644 typings/youtube_dl/extractor/nationalgeographic.pyi delete mode 100644 typings/youtube_dl/extractor/naver.pyi delete mode 100644 typings/youtube_dl/extractor/nba.pyi delete mode 100644 typings/youtube_dl/extractor/nbc.pyi delete mode 100644 typings/youtube_dl/extractor/ndr.pyi delete mode 100644 typings/youtube_dl/extractor/ndtv.pyi delete mode 100644 typings/youtube_dl/extractor/nerdcubed.pyi delete mode 100644 typings/youtube_dl/extractor/neteasemusic.pyi delete mode 100644 typings/youtube_dl/extractor/netzkino.pyi delete mode 100644 typings/youtube_dl/extractor/newgrounds.pyi delete mode 100644 typings/youtube_dl/extractor/newstube.pyi delete mode 100644 typings/youtube_dl/extractor/nextmedia.pyi delete mode 100644 typings/youtube_dl/extractor/nexx.pyi delete mode 100644 typings/youtube_dl/extractor/nfl.pyi delete mode 100644 typings/youtube_dl/extractor/nhk.pyi delete mode 100644 typings/youtube_dl/extractor/nhl.pyi delete mode 100644 typings/youtube_dl/extractor/nick.pyi delete mode 100644 typings/youtube_dl/extractor/niconico.pyi delete mode 100644 typings/youtube_dl/extractor/ninecninemedia.pyi delete mode 100644 typings/youtube_dl/extractor/ninegag.pyi delete mode 100644 typings/youtube_dl/extractor/ninenow.pyi delete mode 100644 typings/youtube_dl/extractor/nintendo.pyi delete mode 100644 typings/youtube_dl/extractor/njpwworld.pyi delete mode 100644 typings/youtube_dl/extractor/nobelprize.pyi delete mode 100644 typings/youtube_dl/extractor/nonktube.pyi delete mode 100644 typings/youtube_dl/extractor/noovo.pyi delete mode 100644 typings/youtube_dl/extractor/normalboots.pyi delete mode 100644 typings/youtube_dl/extractor/nosvideo.pyi delete mode 100644 typings/youtube_dl/extractor/nova.pyi delete mode 100644 typings/youtube_dl/extractor/nowness.pyi delete mode 100644 typings/youtube_dl/extractor/noz.pyi delete mode 100644 typings/youtube_dl/extractor/npo.pyi delete mode 100644 typings/youtube_dl/extractor/npr.pyi delete mode 100644 typings/youtube_dl/extractor/nrk.pyi delete mode 100644 typings/youtube_dl/extractor/nrl.pyi delete mode 100644 typings/youtube_dl/extractor/ntvcojp.pyi delete mode 100644 typings/youtube_dl/extractor/ntvde.pyi delete mode 100644 typings/youtube_dl/extractor/ntvru.pyi delete mode 100644 typings/youtube_dl/extractor/nuevo.pyi delete mode 100644 typings/youtube_dl/extractor/nuvid.pyi delete mode 100644 typings/youtube_dl/extractor/nytimes.pyi delete mode 100644 typings/youtube_dl/extractor/nzz.pyi delete mode 100644 typings/youtube_dl/extractor/odatv.pyi delete mode 100644 typings/youtube_dl/extractor/odnoklassniki.pyi delete mode 100644 typings/youtube_dl/extractor/oktoberfesttv.pyi delete mode 100644 typings/youtube_dl/extractor/once.pyi delete mode 100644 typings/youtube_dl/extractor/ondemandkorea.pyi delete mode 100644 typings/youtube_dl/extractor/onet.pyi delete mode 100644 typings/youtube_dl/extractor/onionstudios.pyi delete mode 100644 typings/youtube_dl/extractor/ooyala.pyi delete mode 100644 typings/youtube_dl/extractor/openload.pyi delete mode 100644 typings/youtube_dl/extractor/ora.pyi delete mode 100644 typings/youtube_dl/extractor/orf.pyi delete mode 100644 typings/youtube_dl/extractor/outsidetv.pyi delete mode 100644 typings/youtube_dl/extractor/packtpub.pyi delete mode 100644 typings/youtube_dl/extractor/palcomp3.pyi delete mode 100644 typings/youtube_dl/extractor/pandoratv.pyi delete mode 100644 typings/youtube_dl/extractor/parliamentliveuk.pyi delete mode 100644 typings/youtube_dl/extractor/patreon.pyi delete mode 100644 typings/youtube_dl/extractor/pbs.pyi delete mode 100644 typings/youtube_dl/extractor/pearvideo.pyi delete mode 100644 typings/youtube_dl/extractor/peertube.pyi delete mode 100644 typings/youtube_dl/extractor/people.pyi delete mode 100644 typings/youtube_dl/extractor/performgroup.pyi delete mode 100644 typings/youtube_dl/extractor/periscope.pyi delete mode 100644 typings/youtube_dl/extractor/philharmoniedeparis.pyi delete mode 100644 typings/youtube_dl/extractor/phoenix.pyi delete mode 100644 typings/youtube_dl/extractor/photobucket.pyi delete mode 100644 typings/youtube_dl/extractor/picarto.pyi delete mode 100644 typings/youtube_dl/extractor/piksel.pyi delete mode 100644 typings/youtube_dl/extractor/pinkbike.pyi delete mode 100644 typings/youtube_dl/extractor/pinterest.pyi delete mode 100644 typings/youtube_dl/extractor/pladform.pyi delete mode 100644 typings/youtube_dl/extractor/platzi.pyi delete mode 100644 typings/youtube_dl/extractor/playfm.pyi delete mode 100644 typings/youtube_dl/extractor/playplustv.pyi delete mode 100644 typings/youtube_dl/extractor/plays.pyi delete mode 100644 typings/youtube_dl/extractor/playstuff.pyi delete mode 100644 typings/youtube_dl/extractor/playtvak.pyi delete mode 100644 typings/youtube_dl/extractor/playvid.pyi delete mode 100644 typings/youtube_dl/extractor/playwire.pyi delete mode 100644 typings/youtube_dl/extractor/pluralsight.pyi delete mode 100644 typings/youtube_dl/extractor/podomatic.pyi delete mode 100644 typings/youtube_dl/extractor/pokemon.pyi delete mode 100644 typings/youtube_dl/extractor/polskieradio.pyi delete mode 100644 typings/youtube_dl/extractor/popcorntimes.pyi delete mode 100644 typings/youtube_dl/extractor/popcorntv.pyi delete mode 100644 typings/youtube_dl/extractor/porn91.pyi delete mode 100644 typings/youtube_dl/extractor/porncom.pyi delete mode 100644 typings/youtube_dl/extractor/pornhd.pyi delete mode 100644 typings/youtube_dl/extractor/pornhub.pyi delete mode 100644 typings/youtube_dl/extractor/pornotube.pyi delete mode 100644 typings/youtube_dl/extractor/pornovoisines.pyi delete mode 100644 typings/youtube_dl/extractor/pornoxo.pyi delete mode 100644 typings/youtube_dl/extractor/presstv.pyi delete mode 100644 typings/youtube_dl/extractor/prosiebensat1.pyi delete mode 100644 typings/youtube_dl/extractor/puhutv.pyi delete mode 100644 typings/youtube_dl/extractor/puls4.pyi delete mode 100644 typings/youtube_dl/extractor/pyvideo.pyi delete mode 100644 typings/youtube_dl/extractor/qqmusic.pyi delete mode 100644 typings/youtube_dl/extractor/r7.pyi delete mode 100644 typings/youtube_dl/extractor/radiobremen.pyi delete mode 100644 typings/youtube_dl/extractor/radiocanada.pyi delete mode 100644 typings/youtube_dl/extractor/radiode.pyi delete mode 100644 typings/youtube_dl/extractor/radiofrance.pyi delete mode 100644 typings/youtube_dl/extractor/radiojavan.pyi delete mode 100644 typings/youtube_dl/extractor/rai.pyi delete mode 100644 typings/youtube_dl/extractor/raywenderlich.pyi delete mode 100644 typings/youtube_dl/extractor/rbmaradio.pyi delete mode 100644 typings/youtube_dl/extractor/rds.pyi delete mode 100644 typings/youtube_dl/extractor/redbulltv.pyi delete mode 100644 typings/youtube_dl/extractor/reddit.pyi delete mode 100644 typings/youtube_dl/extractor/redtube.pyi delete mode 100644 typings/youtube_dl/extractor/regiotv.pyi delete mode 100644 typings/youtube_dl/extractor/rentv.pyi delete mode 100644 typings/youtube_dl/extractor/restudy.pyi delete mode 100644 typings/youtube_dl/extractor/reuters.pyi delete mode 100644 typings/youtube_dl/extractor/reverbnation.pyi delete mode 100644 typings/youtube_dl/extractor/rice.pyi delete mode 100644 typings/youtube_dl/extractor/rmcdecouverte.pyi delete mode 100644 typings/youtube_dl/extractor/ro220.pyi delete mode 100644 typings/youtube_dl/extractor/rockstargames.pyi delete mode 100644 typings/youtube_dl/extractor/roosterteeth.pyi delete mode 100644 typings/youtube_dl/extractor/rottentomatoes.pyi delete mode 100644 typings/youtube_dl/extractor/roxwel.pyi delete mode 100644 typings/youtube_dl/extractor/rozhlas.pyi delete mode 100644 typings/youtube_dl/extractor/rtbf.pyi delete mode 100644 typings/youtube_dl/extractor/rte.pyi delete mode 100644 typings/youtube_dl/extractor/rtl2.pyi delete mode 100644 typings/youtube_dl/extractor/rtlnl.pyi delete mode 100644 typings/youtube_dl/extractor/rtp.pyi delete mode 100644 typings/youtube_dl/extractor/rts.pyi delete mode 100644 typings/youtube_dl/extractor/rtve.pyi delete mode 100644 typings/youtube_dl/extractor/rtvnh.pyi delete mode 100644 typings/youtube_dl/extractor/rtvs.pyi delete mode 100644 typings/youtube_dl/extractor/ruhd.pyi delete mode 100644 typings/youtube_dl/extractor/rumble.pyi delete mode 100644 typings/youtube_dl/extractor/rutube.pyi delete mode 100644 typings/youtube_dl/extractor/rutv.pyi delete mode 100644 typings/youtube_dl/extractor/ruutu.pyi delete mode 100644 typings/youtube_dl/extractor/ruv.pyi delete mode 100644 typings/youtube_dl/extractor/safari.pyi delete mode 100644 typings/youtube_dl/extractor/samplefocus.pyi delete mode 100644 typings/youtube_dl/extractor/sapo.pyi delete mode 100644 typings/youtube_dl/extractor/savefrom.pyi delete mode 100644 typings/youtube_dl/extractor/sbs.pyi delete mode 100644 typings/youtube_dl/extractor/screencast.pyi delete mode 100644 typings/youtube_dl/extractor/screencastomatic.pyi delete mode 100644 typings/youtube_dl/extractor/scrippsnetworks.pyi delete mode 100644 typings/youtube_dl/extractor/scte.pyi delete mode 100644 typings/youtube_dl/extractor/seeker.pyi delete mode 100644 typings/youtube_dl/extractor/senateisvp.pyi delete mode 100644 typings/youtube_dl/extractor/sendtonews.pyi delete mode 100644 typings/youtube_dl/extractor/servus.pyi delete mode 100644 typings/youtube_dl/extractor/sevenplus.pyi delete mode 100644 typings/youtube_dl/extractor/sexu.pyi delete mode 100644 typings/youtube_dl/extractor/seznamzpravy.pyi delete mode 100644 typings/youtube_dl/extractor/shahid.pyi delete mode 100644 typings/youtube_dl/extractor/shared.pyi delete mode 100644 typings/youtube_dl/extractor/showroomlive.pyi delete mode 100644 typings/youtube_dl/extractor/simplecast.pyi delete mode 100644 typings/youtube_dl/extractor/sina.pyi delete mode 100644 typings/youtube_dl/extractor/sixplay.pyi delete mode 100644 typings/youtube_dl/extractor/sky.pyi delete mode 100644 typings/youtube_dl/extractor/skyit.pyi delete mode 100644 typings/youtube_dl/extractor/skylinewebcams.pyi delete mode 100644 typings/youtube_dl/extractor/skynewsarabia.pyi delete mode 100644 typings/youtube_dl/extractor/slideshare.pyi delete mode 100644 typings/youtube_dl/extractor/slideslive.pyi delete mode 100644 typings/youtube_dl/extractor/slutload.pyi delete mode 100644 typings/youtube_dl/extractor/snotr.pyi delete mode 100644 typings/youtube_dl/extractor/sohu.pyi delete mode 100644 typings/youtube_dl/extractor/sonyliv.pyi delete mode 100644 typings/youtube_dl/extractor/soundcloud.pyi delete mode 100644 typings/youtube_dl/extractor/soundgasm.pyi delete mode 100644 typings/youtube_dl/extractor/southpark.pyi delete mode 100644 typings/youtube_dl/extractor/spankbang.pyi delete mode 100644 typings/youtube_dl/extractor/spankwire.pyi delete mode 100644 typings/youtube_dl/extractor/spiegel.pyi delete mode 100644 typings/youtube_dl/extractor/spike.pyi delete mode 100644 typings/youtube_dl/extractor/sport5.pyi delete mode 100644 typings/youtube_dl/extractor/sportbox.pyi delete mode 100644 typings/youtube_dl/extractor/sportdeutschland.pyi delete mode 100644 typings/youtube_dl/extractor/spotify.pyi delete mode 100644 typings/youtube_dl/extractor/spreaker.pyi delete mode 100644 typings/youtube_dl/extractor/springboardplatform.pyi delete mode 100644 typings/youtube_dl/extractor/sprout.pyi delete mode 100644 typings/youtube_dl/extractor/srgssr.pyi delete mode 100644 typings/youtube_dl/extractor/srmediathek.pyi delete mode 100644 typings/youtube_dl/extractor/stanfordoc.pyi delete mode 100644 typings/youtube_dl/extractor/steam.pyi delete mode 100644 typings/youtube_dl/extractor/stitcher.pyi delete mode 100644 typings/youtube_dl/extractor/storyfire.pyi delete mode 100644 typings/youtube_dl/extractor/streamable.pyi delete mode 100644 typings/youtube_dl/extractor/streamcloud.pyi delete mode 100644 typings/youtube_dl/extractor/streamcz.pyi delete mode 100644 typings/youtube_dl/extractor/streetvoice.pyi delete mode 100644 typings/youtube_dl/extractor/stretchinternet.pyi delete mode 100644 typings/youtube_dl/extractor/stv.pyi delete mode 100644 typings/youtube_dl/extractor/sunporno.pyi delete mode 100644 typings/youtube_dl/extractor/sverigesradio.pyi delete mode 100644 typings/youtube_dl/extractor/svt.pyi delete mode 100644 typings/youtube_dl/extractor/swrmediathek.pyi delete mode 100644 typings/youtube_dl/extractor/syfy.pyi delete mode 100644 typings/youtube_dl/extractor/sztvhu.pyi delete mode 100644 typings/youtube_dl/extractor/tagesschau.pyi delete mode 100644 typings/youtube_dl/extractor/tass.pyi delete mode 100644 typings/youtube_dl/extractor/tbs.pyi delete mode 100644 typings/youtube_dl/extractor/tdslifeway.pyi delete mode 100644 typings/youtube_dl/extractor/teachable.pyi delete mode 100644 typings/youtube_dl/extractor/teachertube.pyi delete mode 100644 typings/youtube_dl/extractor/teachingchannel.pyi delete mode 100644 typings/youtube_dl/extractor/teamcoco.pyi delete mode 100644 typings/youtube_dl/extractor/teamtreehouse.pyi delete mode 100644 typings/youtube_dl/extractor/techtalks.pyi delete mode 100644 typings/youtube_dl/extractor/ted.pyi delete mode 100644 typings/youtube_dl/extractor/tele13.pyi delete mode 100644 typings/youtube_dl/extractor/tele5.pyi delete mode 100644 typings/youtube_dl/extractor/telebruxelles.pyi delete mode 100644 typings/youtube_dl/extractor/telecinco.pyi delete mode 100644 typings/youtube_dl/extractor/telegraaf.pyi delete mode 100644 typings/youtube_dl/extractor/telemb.pyi delete mode 100644 typings/youtube_dl/extractor/telequebec.pyi delete mode 100644 typings/youtube_dl/extractor/teletask.pyi delete mode 100644 typings/youtube_dl/extractor/telewebion.pyi delete mode 100644 typings/youtube_dl/extractor/tennistv.pyi delete mode 100644 typings/youtube_dl/extractor/tenplay.pyi delete mode 100644 typings/youtube_dl/extractor/testurl.pyi delete mode 100644 typings/youtube_dl/extractor/tf1.pyi delete mode 100644 typings/youtube_dl/extractor/tfo.pyi delete mode 100644 typings/youtube_dl/extractor/theintercept.pyi delete mode 100644 typings/youtube_dl/extractor/theplatform.pyi delete mode 100644 typings/youtube_dl/extractor/thescene.pyi delete mode 100644 typings/youtube_dl/extractor/thestar.pyi delete mode 100644 typings/youtube_dl/extractor/thesun.pyi delete mode 100644 typings/youtube_dl/extractor/theweatherchannel.pyi delete mode 100644 typings/youtube_dl/extractor/thisamericanlife.pyi delete mode 100644 typings/youtube_dl/extractor/thisav.pyi delete mode 100644 typings/youtube_dl/extractor/thisoldhouse.pyi delete mode 100644 typings/youtube_dl/extractor/threeqsdn.pyi delete mode 100644 typings/youtube_dl/extractor/tiktok.pyi delete mode 100644 typings/youtube_dl/extractor/tinypic.pyi delete mode 100644 typings/youtube_dl/extractor/tmz.pyi delete mode 100644 typings/youtube_dl/extractor/tnaflix.pyi delete mode 100644 typings/youtube_dl/extractor/toggle.pyi delete mode 100644 typings/youtube_dl/extractor/tonline.pyi delete mode 100644 typings/youtube_dl/extractor/toongoggles.pyi delete mode 100644 typings/youtube_dl/extractor/toutv.pyi delete mode 100644 typings/youtube_dl/extractor/toypics.pyi delete mode 100644 typings/youtube_dl/extractor/traileraddict.pyi delete mode 100644 typings/youtube_dl/extractor/trilulilu.pyi delete mode 100644 typings/youtube_dl/extractor/trovo.pyi delete mode 100644 typings/youtube_dl/extractor/trunews.pyi delete mode 100644 typings/youtube_dl/extractor/trutv.pyi delete mode 100644 typings/youtube_dl/extractor/tube8.pyi delete mode 100644 typings/youtube_dl/extractor/tubitv.pyi delete mode 100644 typings/youtube_dl/extractor/tumblr.pyi delete mode 100644 typings/youtube_dl/extractor/tunein.pyi delete mode 100644 typings/youtube_dl/extractor/tunepk.pyi delete mode 100644 typings/youtube_dl/extractor/turbo.pyi delete mode 100644 typings/youtube_dl/extractor/turner.pyi delete mode 100644 typings/youtube_dl/extractor/tv2.pyi delete mode 100644 typings/youtube_dl/extractor/tv2dk.pyi delete mode 100644 typings/youtube_dl/extractor/tv2hu.pyi delete mode 100644 typings/youtube_dl/extractor/tv4.pyi delete mode 100644 typings/youtube_dl/extractor/tv5mondeplus.pyi delete mode 100644 typings/youtube_dl/extractor/tv5unis.pyi delete mode 100644 typings/youtube_dl/extractor/tva.pyi delete mode 100644 typings/youtube_dl/extractor/tvanouvelles.pyi delete mode 100644 typings/youtube_dl/extractor/tvc.pyi delete mode 100644 typings/youtube_dl/extractor/tver.pyi delete mode 100644 typings/youtube_dl/extractor/tvigle.pyi delete mode 100644 typings/youtube_dl/extractor/tvland.pyi delete mode 100644 typings/youtube_dl/extractor/tvn24.pyi delete mode 100644 typings/youtube_dl/extractor/tvnet.pyi delete mode 100644 typings/youtube_dl/extractor/tvnoe.pyi delete mode 100644 typings/youtube_dl/extractor/tvnow.pyi delete mode 100644 typings/youtube_dl/extractor/tvp.pyi delete mode 100644 typings/youtube_dl/extractor/tvplay.pyi delete mode 100644 typings/youtube_dl/extractor/tvplayer.pyi delete mode 100644 typings/youtube_dl/extractor/tweakers.pyi delete mode 100644 typings/youtube_dl/extractor/twentyfourvideo.pyi delete mode 100644 typings/youtube_dl/extractor/twentymin.pyi delete mode 100644 typings/youtube_dl/extractor/twentythreevideo.pyi delete mode 100644 typings/youtube_dl/extractor/twitcasting.pyi delete mode 100644 typings/youtube_dl/extractor/twitch.pyi delete mode 100644 typings/youtube_dl/extractor/twitter.pyi delete mode 100644 typings/youtube_dl/extractor/udemy.pyi delete mode 100644 typings/youtube_dl/extractor/udn.pyi delete mode 100644 typings/youtube_dl/extractor/ufctv.pyi delete mode 100644 typings/youtube_dl/extractor/uktvplay.pyi delete mode 100644 typings/youtube_dl/extractor/umg.pyi delete mode 100644 typings/youtube_dl/extractor/unistra.pyi delete mode 100644 typings/youtube_dl/extractor/unity.pyi delete mode 100644 typings/youtube_dl/extractor/uol.pyi delete mode 100644 typings/youtube_dl/extractor/uplynk.pyi delete mode 100644 typings/youtube_dl/extractor/urort.pyi delete mode 100644 typings/youtube_dl/extractor/urplay.pyi delete mode 100644 typings/youtube_dl/extractor/usanetwork.pyi delete mode 100644 typings/youtube_dl/extractor/usatoday.pyi delete mode 100644 typings/youtube_dl/extractor/ustream.pyi delete mode 100644 typings/youtube_dl/extractor/ustudio.pyi delete mode 100644 typings/youtube_dl/extractor/varzesh3.pyi delete mode 100644 typings/youtube_dl/extractor/vbox7.pyi delete mode 100644 typings/youtube_dl/extractor/veehd.pyi delete mode 100644 typings/youtube_dl/extractor/veoh.pyi delete mode 100644 typings/youtube_dl/extractor/vesti.pyi delete mode 100644 typings/youtube_dl/extractor/vevo.pyi delete mode 100644 typings/youtube_dl/extractor/vgtv.pyi delete mode 100644 typings/youtube_dl/extractor/vh1.pyi delete mode 100644 typings/youtube_dl/extractor/vice.pyi delete mode 100644 typings/youtube_dl/extractor/vidbit.pyi delete mode 100644 typings/youtube_dl/extractor/viddler.pyi delete mode 100644 typings/youtube_dl/extractor/videa.pyi delete mode 100644 typings/youtube_dl/extractor/videodetective.pyi delete mode 100644 typings/youtube_dl/extractor/videofyme.pyi delete mode 100644 typings/youtube_dl/extractor/videomore.pyi delete mode 100644 typings/youtube_dl/extractor/videopress.pyi delete mode 100644 typings/youtube_dl/extractor/vidio.pyi delete mode 100644 typings/youtube_dl/extractor/vidlii.pyi delete mode 100644 typings/youtube_dl/extractor/vidme.pyi delete mode 100644 typings/youtube_dl/extractor/vier.pyi delete mode 100644 typings/youtube_dl/extractor/viewlift.pyi delete mode 100644 typings/youtube_dl/extractor/viidea.pyi delete mode 100644 typings/youtube_dl/extractor/viki.pyi delete mode 100644 typings/youtube_dl/extractor/vimeo.pyi delete mode 100644 typings/youtube_dl/extractor/vimple.pyi delete mode 100644 typings/youtube_dl/extractor/vine.pyi delete mode 100644 typings/youtube_dl/extractor/viqeo.pyi delete mode 100644 typings/youtube_dl/extractor/viu.pyi delete mode 100644 typings/youtube_dl/extractor/vk.pyi delete mode 100644 typings/youtube_dl/extractor/vlive.pyi delete mode 100644 typings/youtube_dl/extractor/vodlocker.pyi delete mode 100644 typings/youtube_dl/extractor/vodpl.pyi delete mode 100644 typings/youtube_dl/extractor/vodplatform.pyi delete mode 100644 typings/youtube_dl/extractor/voicerepublic.pyi delete mode 100644 typings/youtube_dl/extractor/voot.pyi delete mode 100644 typings/youtube_dl/extractor/voxmedia.pyi delete mode 100644 typings/youtube_dl/extractor/vrak.pyi delete mode 100644 typings/youtube_dl/extractor/vrt.pyi delete mode 100644 typings/youtube_dl/extractor/vrv.pyi delete mode 100644 typings/youtube_dl/extractor/vshare.pyi delete mode 100644 typings/youtube_dl/extractor/vtm.pyi delete mode 100644 typings/youtube_dl/extractor/vube.pyi delete mode 100644 typings/youtube_dl/extractor/vuclip.pyi delete mode 100644 typings/youtube_dl/extractor/vvvvid.pyi delete mode 100644 typings/youtube_dl/extractor/vyborymos.pyi delete mode 100644 typings/youtube_dl/extractor/vzaar.pyi delete mode 100644 typings/youtube_dl/extractor/wakanim.pyi delete mode 100644 typings/youtube_dl/extractor/walla.pyi delete mode 100644 typings/youtube_dl/extractor/washingtonpost.pyi delete mode 100644 typings/youtube_dl/extractor/wat.pyi delete mode 100644 typings/youtube_dl/extractor/watchbox.pyi delete mode 100644 typings/youtube_dl/extractor/watchindianporn.pyi delete mode 100644 typings/youtube_dl/extractor/wdr.pyi delete mode 100644 typings/youtube_dl/extractor/webcaster.pyi delete mode 100644 typings/youtube_dl/extractor/webofstories.pyi delete mode 100644 typings/youtube_dl/extractor/weibo.pyi delete mode 100644 typings/youtube_dl/extractor/weiqitv.pyi delete mode 100644 typings/youtube_dl/extractor/wistia.pyi delete mode 100644 typings/youtube_dl/extractor/worldstarhiphop.pyi delete mode 100644 typings/youtube_dl/extractor/wsj.pyi delete mode 100644 typings/youtube_dl/extractor/wwe.pyi delete mode 100644 typings/youtube_dl/extractor/xbef.pyi delete mode 100644 typings/youtube_dl/extractor/xboxclips.pyi delete mode 100644 typings/youtube_dl/extractor/xfileshare.pyi delete mode 100644 typings/youtube_dl/extractor/xhamster.pyi delete mode 100644 typings/youtube_dl/extractor/xiami.pyi delete mode 100644 typings/youtube_dl/extractor/ximalaya.pyi delete mode 100644 typings/youtube_dl/extractor/xminus.pyi delete mode 100644 typings/youtube_dl/extractor/xnxx.pyi delete mode 100644 typings/youtube_dl/extractor/xstream.pyi delete mode 100644 typings/youtube_dl/extractor/xtube.pyi delete mode 100644 typings/youtube_dl/extractor/xuite.pyi delete mode 100644 typings/youtube_dl/extractor/xvideos.pyi delete mode 100644 typings/youtube_dl/extractor/xxxymovies.pyi delete mode 100644 typings/youtube_dl/extractor/yahoo.pyi delete mode 100644 typings/youtube_dl/extractor/yandexdisk.pyi delete mode 100644 typings/youtube_dl/extractor/yandexmusic.pyi delete mode 100644 typings/youtube_dl/extractor/yandexvideo.pyi delete mode 100644 typings/youtube_dl/extractor/yapfiles.pyi delete mode 100644 typings/youtube_dl/extractor/yesjapan.pyi delete mode 100644 typings/youtube_dl/extractor/yinyuetai.pyi delete mode 100644 typings/youtube_dl/extractor/ynet.pyi delete mode 100644 typings/youtube_dl/extractor/youjizz.pyi delete mode 100644 typings/youtube_dl/extractor/youku.pyi delete mode 100644 typings/youtube_dl/extractor/younow.pyi delete mode 100644 typings/youtube_dl/extractor/youporn.pyi delete mode 100644 typings/youtube_dl/extractor/yourporn.pyi delete mode 100644 typings/youtube_dl/extractor/yourupload.pyi delete mode 100644 typings/youtube_dl/extractor/youtube.pyi delete mode 100644 typings/youtube_dl/extractor/zapiks.pyi delete mode 100644 typings/youtube_dl/extractor/zattoo.pyi delete mode 100644 typings/youtube_dl/extractor/zdf.pyi delete mode 100644 typings/youtube_dl/extractor/zhihu.pyi delete mode 100644 typings/youtube_dl/extractor/zingmp3.pyi delete mode 100644 typings/youtube_dl/extractor/zoom.pyi delete mode 100644 typings/youtube_dl/extractor/zype.pyi delete mode 100644 typings/youtube_dl/jsinterp.pyi delete mode 100644 typings/youtube_dl/options.pyi delete mode 100644 typings/youtube_dl/postprocessor/__init__.pyi delete mode 100644 typings/youtube_dl/postprocessor/common.pyi delete mode 100644 typings/youtube_dl/postprocessor/embedthumbnail.pyi delete mode 100644 typings/youtube_dl/postprocessor/execafterdownload.pyi delete mode 100644 typings/youtube_dl/postprocessor/ffmpeg.pyi delete mode 100644 typings/youtube_dl/postprocessor/metadatafromtitle.pyi delete mode 100644 typings/youtube_dl/postprocessor/xattrpp.pyi delete mode 100644 typings/youtube_dl/socks.pyi delete mode 100644 typings/youtube_dl/swfinterp.pyi delete mode 100644 typings/youtube_dl/update.pyi delete mode 100644 typings/youtube_dl/utils.pyi delete mode 100644 typings/youtube_dl/version.pyi diff --git a/typings/youtube_dl/YoutubeDL.pyi b/typings/youtube_dl/YoutubeDL.pyi deleted file mode 100644 index d23bf7f..0000000 --- a/typings/youtube_dl/YoutubeDL.pyi +++ /dev/null @@ -1,425 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .compat import compat_os_name - -if compat_os_name == 'nt': - ... - - -class YoutubeDL: - """YoutubeDL class. - - YoutubeDL objects are the ones responsible of downloading the - actual video file and writing it to disk if the user has requested - it, among some other tasks. In most cases there should be one per - program. As, given a video URL, the downloader doesn't know how to - extract all the needed information, task that InfoExtractors do, it - has to pass the URL to one of them. - - For this, YoutubeDL objects have a method that allows - InfoExtractors to be registered in a given order. When it is passed - a URL, the YoutubeDL object handles it to the first InfoExtractor it - finds that reports being able to handle it. The InfoExtractor extracts - all the information about the video or videos the URL refers to, and - YoutubeDL process the extracted information, possibly using a File - Downloader to download the video. - - YoutubeDL objects accept a lot of parameters. In order not to saturate - the object constructor with arguments, it receives a dictionary of - options instead. These options are available through the params - attribute for the InfoExtractors to use. The YoutubeDL also - registers itself as the downloader in charge for the InfoExtractors - that are added to it, so this is a "mutual registration". - - Available options: - - username: Username for authentication purposes. - password: Password for authentication purposes. - videopassword: Password for accessing a video. - ap_mso: Adobe Pass multiple-system operator identifier. - ap_username: Multiple-system operator account username. - ap_password: Multiple-system operator account password. - usenetrc: Use netrc for authentication instead. - verbose: Print additional info to stdout. - quiet: Do not print messages to stdout. - no_warnings: Do not print out anything for warnings. - forceurl: Force printing final URL. - forcetitle: Force printing title. - forceid: Force printing ID. - forcethumbnail: Force printing thumbnail URL. - forcedescription: Force printing description. - forcefilename: Force printing final filename. - forceduration: Force printing duration. - forcejson: Force printing info_dict as JSON. - dump_single_json: Force printing the info_dict of the whole playlist - (or video) as a single JSON line. - simulate: Do not download the video files. - format: Video format code. See options.py for more information. - outtmpl: Template for output names. - outtmpl_na_placeholder: Placeholder for unavailable meta fields. - restrictfilenames: Do not allow "&" and spaces in file names - ignoreerrors: Do not stop on download errors. - force_generic_extractor: Force downloader to use the generic extractor - nooverwrites: Prevent overwriting files. - playliststart: Playlist item to start at. - playlistend: Playlist item to end at. - playlist_items: Specific indices of playlist to download. - playlistreverse: Download playlist items in reverse order. - playlistrandom: Download playlist items in random order. - matchtitle: Download only matching titles. - rejecttitle: Reject downloads for matching titles. - logger: Log messages to a logging.Logger instance. - logtostderr: Log messages to stderr instead of stdout. - writedescription: Write the video description to a .description file - writeinfojson: Write the video description to a .info.json file - writeannotations: Write the video annotations to a .annotations.xml file - writethumbnail: Write the thumbnail image to a file - write_all_thumbnails: Write all thumbnail formats to files - writesubtitles: Write the video subtitles to a file - writeautomaticsub: Write the automatically generated subtitles to a file - allsubtitles: Downloads all the subtitles of the video - (requires writesubtitles or writeautomaticsub) - listsubtitles: Lists all available subtitles for the video - subtitlesformat: The format code for subtitles - subtitleslangs: List of languages of the subtitles to download - keepvideo: Keep the video file after post-processing - daterange: A DateRange object, download only if the upload_date is in the range. - skip_download: Skip the actual download of the video file - cachedir: Location of the cache files in the filesystem. - False to disable filesystem cache. - noplaylist: Download single video instead of a playlist if in doubt. - age_limit: An integer representing the user's age in years. - Unsuitable videos for the given age are skipped. - min_views: An integer representing the minimum view count the video - must have in order to not be skipped. - Videos without view count information are always - downloaded. None for no limit. - max_views: An integer representing the maximum view count. - Videos that are more popular than that are not - downloaded. - Videos without view count information are always - downloaded. None for no limit. - download_archive: File name of a file where all downloads are recorded. - Videos already present in the file are not downloaded - again. - cookiefile: File name where cookies should be read from and dumped to. - nocheckcertificate:Do not verify SSL certificates - prefer_insecure: Use HTTP instead of HTTPS to retrieve information. - At the moment, this is only supported by YouTube. - proxy: URL of the proxy server to use - geo_verification_proxy: URL of the proxy to use for IP address verification - on geo-restricted sites. - socket_timeout: Time to wait for unresponsive hosts, in seconds - bidi_workaround: Work around buggy terminals without bidirectional text - support, using fridibi - debug_printtraffic:Print out sent and received HTTP traffic - include_ads: Download ads as well - default_search: Prepend this string if an input url is not valid. - 'auto' for elaborate guessing - encoding: Use this encoding instead of the system-specified. - extract_flat: Do not resolve URLs, return the immediate result. - Pass in 'in_playlist' to only show this behavior for - playlist items. - postprocessors: A list of dictionaries, each with an entry - * key: The name of the postprocessor. See - youtube_dl/postprocessor/__init__.py for a list. - as well as any further keyword arguments for the - postprocessor. - progress_hooks: A list of functions that get called on download - progress, with a dictionary with the entries - * status: One of "downloading", "error", or "finished". - Check this first and ignore unknown values. - - If status is one of "downloading", or "finished", the - following properties may also be present: - * filename: The final filename (always present) - * tmpfilename: The filename we're currently writing to - * downloaded_bytes: Bytes on disk - * total_bytes: Size of the whole file, None if unknown - * total_bytes_estimate: Guess of the eventual file size, - None if unavailable. - * elapsed: The number of seconds since download started. - * eta: The estimated time in seconds, None if unknown - * speed: The download speed in bytes/second, None if - unknown - * fragment_index: The counter of the currently - downloaded video fragment. - * fragment_count: The number of fragments (= individual - files that will be merged) - - Progress hooks are guaranteed to be called at least once - (with status "finished") if the download is successful. - merge_output_format: Extension to use when merging formats. - fixup: Automatically correct known faults of the file. - One of: - - "never": do nothing - - "warn": only emit a warning - - "detect_or_warn": check whether we can do anything - about it, warn otherwise (default) - source_address: Client-side IP address to bind to. - call_home: Boolean, true iff we are allowed to contact the - youtube-dl servers for debugging. - sleep_interval: Number of seconds to sleep before each download when - used alone or a lower bound of a range for randomized - sleep before each download (minimum possible number - of seconds to sleep) when used along with - max_sleep_interval. - max_sleep_interval:Upper bound of a range for randomized sleep before each - download (maximum possible number of seconds to sleep). - Must only be used along with sleep_interval. - Actual sleep time will be a random float from range - [sleep_interval; max_sleep_interval]. - listformats: Print an overview of available video formats and exit. - list_thumbnails: Print a table of all thumbnails and exit. - match_filter: A function that gets called with the info_dict of - every video. - If it returns a message, the video is ignored. - If it returns None, the video is downloaded. - match_filter_func in utils.py is one example for this. - no_color: Do not emit color codes in output. - geo_bypass: Bypass geographic restriction via faking X-Forwarded-For - HTTP header - geo_bypass_country: - Two-letter ISO 3166-2 country code that will be used for - explicit geographic restriction bypassing via faking - X-Forwarded-For HTTP header - geo_bypass_ip_block: - IP range in CIDR notation that will be used similarly to - geo_bypass_country - - The following options determine which downloader is picked: - external_downloader: Executable of the external downloader to call. - None or unset for standard (built-in) downloader. - hls_prefer_native: Use the native HLS downloader instead of ffmpeg/avconv - if True, otherwise use ffmpeg/avconv if False, otherwise - use downloader suggested by extractor if None. - - The following parameters are not used by YoutubeDL itself, they are used by - the downloader (see youtube_dl/downloader/common.py): - nopart, updatetime, buffersize, ratelimit, min_filesize, max_filesize, test, - noresizebuffer, retries, continuedl, noprogress, consoletitle, - xattr_set_filesize, external_downloader_args, hls_use_mpegts, - http_chunk_size. - - The following options are used by the post processors: - prefer_ffmpeg: If False, use avconv instead of ffmpeg if both are available, - otherwise prefer ffmpeg. - ffmpeg_location: Location of the ffmpeg/avconv binary; either the path - to the binary or its containing directory. - postprocessor_args: A list of additional command-line arguments for the - postprocessor. - - The following options are used by the Youtube extractor: - youtube_include_dash_manifest: If True (default), DASH manifests and related - data will be downloaded and processed by extractor. - You can reduce network I/O by disabling it if you don't - care about DASH. - """ - _NUMERIC_FIELDS = ... - params = ... - _ies = ... - _pps = ... - _download_retcode = ... - _num_downloads = ... - _playlist_level = ... - _playlist_urls = ... - _screen_file = ... - - def __init__(self, params=..., auto_init=...) -> None: - """Create a FileDownloader object with the given options.""" - ... - - def warn_if_short_id(self, argv): # -> None: - ... - - def add_info_extractor(self, ie): # -> None: - """Add an InfoExtractor object to the end of the list.""" - ... - - def get_info_extractor(self, ie_key): # -> Any: - """ - Get an instance of an IE with name ie_key, it will try to get one from - the _ies list, if there's no instance it will create a new one and add - it to the extractor list. - """ - ... - - def add_default_info_extractors(self): # -> None: - """ - Add the InfoExtractors returned by gen_extractors to the end of the list - """ - ... - - def add_post_processor(self, pp): # -> None: - """Add a PostProcessor object to the end of the chain.""" - ... - - def add_progress_hook(self, ph): # -> None: - """Add the progress hook (currently only for the file downloader)""" - ... - - def to_screen(self, message, skip_eol=...): # -> None: - """Print message to stdout if not in quiet mode.""" - ... - - def to_stdout(self, message, skip_eol=..., check_quiet=...): # -> None: - """Print message to stdout if not in quiet mode.""" - ... - - def to_stderr(self, message): # -> None: - """Print message to stderr.""" - ... - - def to_console_title(self, message): # -> None: - ... - - def save_console_title(self): # -> None: - ... - - def restore_console_title(self): # -> None: - ... - - def __enter__(self) -> 'YoutubeDL': - ... - - def __exit__(self, *args): # -> None: - ... - - def trouble(self, message=..., tb=...): # -> None: - """Determine action to take when a download problem appears. - - Depending on if the downloader has been configured to ignore - download errors or not, this method may throw an exception or - not when errors are found, after printing the message. - - tb, if given, is additional traceback information. - """ - ... - - def report_warning(self, message): # -> None: - ''' - Print the message to stderr, it will be prefixed with 'WARNING:' - If stderr is a tty file the 'WARNING:' will be colored - ''' - ... - - def report_error(self, message, tb=...): # -> None: - ''' - Do the same as trouble, but prefixes the message with 'ERROR:', colored - in red if stderr is a tty file. - ''' - ... - - def report_file_already_downloaded(self, file_name): # -> None: - """Report file has already been fully downloaded.""" - ... - - def prepare_filename(self, info_dict): - """Generate the output filename.""" - ... - - @staticmethod - def add_extra_info(info_dict, extra_info): # -> None: - '''Set the keys from extra_info in info dict if they are missing''' - ... - - def extract_info(self, - url, - download=..., - ie_key=..., - extra_info=..., - process=..., - force_generic_extractor=...): # -> None: - """ - Return a list with a dictionary for each video extracted. - - Arguments: - url -- URL to extract - - Keyword arguments: - download -- whether to download videos during extraction - ie_key -- extractor key hint - extra_info -- dictionary containing the extra values to add to each result - process -- whether to resolve all unresolved references (URLs, playlist items), - must be True for download to work. - force_generic_extractor -- force using the generic extractor - """ - ... - - def add_default_extra_info(self, ie_result, ie, url): # -> None: - ... - - def process_ie_result(self, ie_result, download=..., extra_info=...): # -> None: - """ - Take the result of the ie(may be modified) and resolve all unresolved - references (URLs, playlist items). - - It will also download the videos if 'download'. - Returns the resolved ie_result. - """ - ... - - def build_format_selector(self, format_spec): # -> (ctx: Unknown) -> Generator[Unknown, None, None]: - - class TokenIterator: - ... - - def process_video_result(self, info_dict, download=...): - ... - - def process_subtitles(self, video_id, normal_subtitles, automatic_captions): # -> dict[Unknown, Unknown] | None: - """Select the requested subtitles and their format""" - ... - - def process_info(self, info_dict): - """Process a single resolved IE result.""" - ... - - def download(self, url_list): # -> int | None: - """Download a given list of URLs.""" - ... - - def download_with_info_file(self, info_filename): # -> int | None: - ... - - @staticmethod - def filter_requested_info(info_dict): # -> dict[Unknown, Unknown]: - ... - - def post_process(self, filename, ie_info): # -> None: - """Run all the postprocessors on the given file.""" - ... - - def in_download_archive(self, info_dict): # -> bool: - ... - - def record_download_archive(self, info_dict): # -> None: - ... - - @staticmethod - def format_resolution(format, default=...): # -> LiteralString | str: - ... - - def list_formats(self, info_dict): # -> None: - ... - - def list_thumbnails(self, info_dict): # -> None: - ... - - def list_subtitles(self, video_id, subtitles, name=...): # -> None: - ... - - def urlopen(self, req): # -> _UrlopenRet: - """ Start an HTTP download """ - ... - - def print_debug_header(self): # -> None: - ... - - def encode(self, s): # -> bytes: - ... - - def get_encoding(self): # -> str | bool: - ... diff --git a/typings/youtube_dl/__init__.pyi b/typings/youtube_dl/__init__.pyi deleted file mode 100644 index 7cfd22c..0000000 --- a/typings/youtube_dl/__init__.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -import codecs -import io -import os -import random -import sys -from __future__ import unicode_literals -from .options import parseOpts -from .compat import compat_getpass, compat_shlex_split, workaround_optparse_bug9161 -from .utils import DEFAULT_OUTTMPL, DateRange, DownloadError, MaxDownloadsReached, SameFileError, decodeOption, expand_path, match_filter_func, preferredencoding, read_batch_urls, render_table, setproctitle, std_headers, write_string -from .update import update_self -from .downloader import FileDownloader -from .extractor import gen_extractors, list_extractors -from .extractor.adobepass import MSO_INFO -from .YoutubeDL import YoutubeDL - -__license__ = ... -def main(argv=...): - ... - -__all__ = ['main', 'YoutubeDL', 'gen_extractors', 'list_extractors'] diff --git a/typings/youtube_dl/__main__.pyi b/typings/youtube_dl/__main__.pyi deleted file mode 100644 index fdb0ed2..0000000 --- a/typings/youtube_dl/__main__.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -import sys - -if __package__ is None and nothasattr(sys, 'frozen'): - path = ... -if __name__ == '__main__': - ... diff --git a/typings/youtube_dl/aes.pyi b/typings/youtube_dl/aes.pyi deleted file mode 100644 index a611891..0000000 --- a/typings/youtube_dl/aes.pyi +++ /dev/null @@ -1,130 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -BLOCK_SIZE_BYTES = ... -def aes_ctr_decrypt(data, key, counter): # -> list[Unknown]: - """ - Decrypt with aes in counter mode - - @param {int[]} data cipher - @param {int[]} key 16/24/32-Byte cipher key - @param {instance} counter Instance whose next_value function (@returns {int[]} 16-Byte block) - returns the next counter block - @returns {int[]} decrypted data - """ - ... - -def aes_cbc_decrypt(data, key, iv): # -> list[Unknown]: - """ - Decrypt with aes in CBC mode - - @param {int[]} data cipher - @param {int[]} key 16/24/32-Byte cipher key - @param {int[]} iv 16-Byte IV - @returns {int[]} decrypted data - """ - ... - -def aes_cbc_encrypt(data, key, iv): # -> list[Unknown]: - """ - Encrypt with aes in CBC mode. Using PKCS#7 padding - - @param {int[]} data cleartext - @param {int[]} key 16/24/32-Byte cipher key - @param {int[]} iv 16-Byte IV - @returns {int[]} encrypted data - """ - ... - -def key_expansion(data): - """ - Generate key schedule - - @param {int[]} data 16/24/32-Byte cipher key - @returns {int[]} 176/208/240-Byte expanded key - """ - ... - -def aes_encrypt(data, expanded_key): # -> list[Unknown]: - """ - Encrypt one block with aes - - @param {int[]} data 16-Byte state - @param {int[]} expanded_key 176/208/240-Byte expanded key - @returns {int[]} 16-Byte cipher - """ - ... - -def aes_decrypt(data, expanded_key): # -> list[Unknown]: - """ - Decrypt one block with aes - - @param {int[]} data 16-Byte cipher - @param {int[]} expanded_key 176/208/240-Byte expanded key - @returns {int[]} 16-Byte state - """ - ... - -def aes_decrypt_text(data, password, key_size_bytes): # -> bytes: - """ - Decrypt text - - The first 8 Bytes of decoded 'data' are the 8 high Bytes of the counter - - The cipher key is retrieved by encrypting the first 16 Byte of 'password' - with the first 'key_size_bytes' Bytes from 'password' (if necessary filled with 0's) - - Mode of operation is 'counter' - - @param {str} data Base64 encoded string - @param {str,unicode} password Password (will be encoded with utf-8) - @param {int} key_size_bytes Possible values: 16 for 128-Bit, 24 for 192-Bit or 32 for 256-Bit - @returns {str} Decrypted data - """ - class Counter: - ... - - - -RCON = ... -SBOX = ... -SBOX_INV = ... -MIX_COLUMN_MATRIX = ... -MIX_COLUMN_MATRIX_INV = ... -RIJNDAEL_EXP_TABLE = ... -RIJNDAEL_LOG_TABLE = ... -def sub_bytes(data): # -> list[int]: - ... - -def sub_bytes_inv(data): # -> list[int]: - ... - -def rotate(data): - ... - -def key_schedule_core(data, rcon_iteration): # -> list[int]: - ... - -def xor(data1, data2): # -> list[Unknown]: - ... - -def rijndael_mul(a, b): # -> Literal[0, 1, 3, 5, 15, 17, 51, 85, 255, 26, 46, 114, 150, 161, 248, 19, 53, 95, 225, 56, 72, 216, 115, 149, 164, 247, 2, 6, 10, 30, 34, 102, 170, 229, 52, 92, 228, 55, 89, 235, 38, 106, 190, 217, 112, 144, 171, 230, 49, 83, 245, 4, 12, 20, 60, 68, 204, 79, 209, 104, 184, 211, 110, 178, 205, 76, 212, 103, 169, 224, 59, 77, 215, 98, 166, 241, 8, 24, 40, 120, 136, 131, 158, 185, 208, 107, 189, 220, 127, 129, 152, 179, 206, 73, 219, 118, 154, 181, 196, 87, 249, 16, 48, 80, 240, 11, 29, 39, 105, 187, 214, 97, 163, 254, 25, 43, 125, 135, 146, 173, 236, 47, 113, 147, 174, 233, 32, 96, 160, 251, 22, 58, 78, 210, 109, 183, 194, 93, 231, 50, 86, 250, 21, 63, 65, 195, 94, 226, 61, 71, 201, 64, 192, 91, 237, 44, 116, 156, 191, 218, 117, 159, 186, 213, 100, 172, 239, 42, 126, 130, 157, 188, 223, 122, 142, 137, 128, 155, 182, 193, 88, 232, 35, 101, 175, 234, 37, 111, 177, 200, 67, 197, 84, 252, 31, 33, 99, 165, 244, 7, 9, 27, 45, 119, 153, 176, 203, 70, 202, 69, 207, 74, 222, 121, 139, 134, 145, 168, 227, 62, 66, 198, 81, 243, 14, 18, 54, 90, 238, 41, 123, 141, 140, 143, 138, 133, 148, 167, 242, 13, 23, 57, 75, 221, 124, 132, 151, 162, 253, 28, 36, 108, 180, 199, 82, 246]: - ... - -def mix_column(data, matrix): # -> list[Unknown]: - ... - -def mix_columns(data, matrix=...): # -> list[Unknown]: - ... - -def mix_columns_inv(data): # -> list[Unknown]: - ... - -def shift_rows(data): # -> list[Unknown]: - ... - -def shift_rows_inv(data): # -> list[Unknown]: - ... - -def inc(data): - ... - -__all__ = ['aes_encrypt', 'key_expansion', 'aes_ctr_decrypt', 'aes_cbc_decrypt', 'aes_decrypt_text'] diff --git a/typings/youtube_dl/cache.pyi b/typings/youtube_dl/cache.pyi deleted file mode 100644 index 1dbeac9..0000000 --- a/typings/youtube_dl/cache.pyi +++ /dev/null @@ -1,23 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -class Cache: - def __init__(self, ydl) -> None: - ... - - @property - def enabled(self): # -> bool: - ... - - def store(self, section, key, data, dtype=...): # -> None: - ... - - def load(self, section, key, dtype=..., default=...): # -> Any | None: - ... - - def remove(self): # -> None: - ... - - - diff --git a/typings/youtube_dl/compat.pyi b/typings/youtube_dl/compat.pyi deleted file mode 100644 index 4e36b87..0000000 --- a/typings/youtube_dl/compat.pyi +++ /dev/null @@ -1,110 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -import platform -import shutil -import sys -import xml.etree.ElementTree - -if sys.version_info[0] == 2: - ... -else: - compat_cookiejar_Cookie = compat_cookiejar.Cookie -if sys.version_info[0] == 2: - ... -else: - compat_cookies_SimpleCookie = compat_cookies.SimpleCookie -etree = xml.etree.ElementTree -class _TreeBuilder(etree.TreeBuilder): - def doctype(self, name, pubid, system): # -> None: - ... - - - -if sys.version_info[0] >= 3: - def compat_etree_fromstring(text): # -> Element: - ... - -else: - ... -if hasattr(etree, 'register_namespace'): - compat_etree_register_namespace = ... -else: - def compat_etree_register_namespace(prefix, uri): # -> None: - """Register a namespace prefix. - The registry is global, and any existing mapping for either the - given prefix or the namespace URI will be removed. - *prefix* is the namespace prefix, *uri* is a namespace uri. Tags and - attributes in this namespace will be serialized with prefix if possible. - ValueError is raised if prefix is reserved or is invalid. - """ - ... - -if sys.version_info < (2, 7): - ... -else: - compat_xpath = ... -compat_os_name = ... -if compat_os_name == 'nt': - def compat_shlex_quote(s): - ... - -else: - ... -def compat_ord(c): # -> int: - ... - -if sys.version_info >= (3, 0): - compat_getenv = ... - compat_expanduser = ... - def compat_setenv(key, value, env=...): # -> None: - ... - -else: - ... -if compat_os_name == 'nt' and sys.version_info < (3, 8): - ... -else: - compat_realpath = ... -if sys.version_info < (3, 0): - ... -else: - def compat_print(s): # -> None: - ... - -if sys.version_info < (3, 0) and sys.platform == 'win32': - ... -else: - compat_getpass = ... -if sys.version_info < (2, 7): - ... -else: - compat_socket_create_connection = ... -def workaround_optparse_bug9161(): # -> None: - ... - -if hasattr(shutil, 'get_terminal_size'): - compat_get_terminal_size = ... -else: - _terminal_size = ... - def compat_get_terminal_size(fallback=...): # -> terminal_size: - ... - -if sys.version_info >= (3, 0): - ... -else: - ... -if sys.version_info < (3, 3): - ... -else: - compat_b64decode = ... -if platform.python_implementation() == 'PyPy' and sys.pypy_version_info < (5, 4, 0): - def compat_ctypes_WINFUNCTYPE(*args, **kwargs): # -> (tpl: Unknown, *args: Unknown, **kwargs: Unknown) -> Unknown: - ... - -else: - def compat_ctypes_WINFUNCTYPE(*args, **kwargs): - ... - -__all__ = ['compat_HTMLParseError', 'compat_HTMLParser', 'compat_HTTPError', 'compat_Struct', 'compat_b64decode', 'compat_basestring', 'compat_chr', 'compat_cookiejar', 'compat_cookiejar_Cookie', 'compat_cookies', 'compat_cookies_SimpleCookie', 'compat_ctypes_WINFUNCTYPE', 'compat_etree_Element', 'compat_etree_fromstring', 'compat_etree_register_namespace', 'compat_expanduser', 'compat_get_terminal_size', 'compat_getenv', 'compat_getpass', 'compat_html_entities', 'compat_html_entities_html5', 'compat_http_client', 'compat_http_server', 'compat_input', 'compat_integer_types', 'compat_itertools_count', 'compat_kwargs', 'compat_numeric_types', 'compat_ord', 'compat_os_name', 'compat_parse_qs', 'compat_print', 'compat_realpath', 'compat_setenv', 'compat_shlex_quote', 'compat_shlex_split', 'compat_socket_create_connection', 'compat_str', 'compat_struct_pack', 'compat_struct_unpack', 'compat_subprocess_get_DEVNULL', 'compat_tokenize_tokenize', 'compat_urllib_error', 'compat_urllib_parse', 'compat_urllib_parse_unquote', 'compat_urllib_parse_unquote_plus', 'compat_urllib_parse_unquote_to_bytes', 'compat_urllib_parse_urlencode', 'compat_urllib_parse_urlparse', 'compat_urllib_request', 'compat_urllib_request_DataHandler', 'compat_urllib_response', 'compat_urlparse', 'compat_urlretrieve', 'compat_xml_parse_error', 'compat_xpath', 'compat_zip', 'workaround_optparse_bug9161'] diff --git a/typings/youtube_dl/downloader/__init__.pyi b/typings/youtube_dl/downloader/__init__.pyi deleted file mode 100644 index cc45529..0000000 --- a/typings/youtube_dl/downloader/__init__.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from __future__ import unicode_literals -from .common import FileDownloader -from .f4m import F4mFD -from .hls import HlsFD -from .http import HttpFD -from .rtmp import RtmpFD -from .dash import DashSegmentsFD -from .rtsp import RtspFD -from .ism import IsmFD -from .external import FFmpegFD, get_external_downloader -from ..utils import determine_protocol - -PROTOCOL_MAP = ... -def get_suitable_downloader(info_dict, params=...): # -> Any | Type[FFmpegFD] | Type[HlsFD] | Type[RtmpFD] | Type[RtspFD] | Type[F4mFD] | Type[DashSegmentsFD] | Type[IsmFD] | Type[HttpFD]: - """Get the downloader class that can handle the info dict.""" - ... - -__all__ = ['get_suitable_downloader', 'FileDownloader'] diff --git a/typings/youtube_dl/downloader/common.pyi b/typings/youtube_dl/downloader/common.pyi deleted file mode 100644 index ed2f9a2..0000000 --- a/typings/youtube_dl/downloader/common.pyi +++ /dev/null @@ -1,165 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -class FileDownloader: - """File Downloader class. - - File downloader objects are the ones responsible of downloading the - actual video file and writing it to disk. - - File downloaders accept a lot of parameters. In order not to saturate - the object constructor with arguments, it receives a dictionary of - options instead. - - Available options: - - verbose: Print additional info to stdout. - quiet: Do not print messages to stdout. - ratelimit: Download speed limit, in bytes/sec. - retries: Number of times to retry for HTTP error 5xx - buffersize: Size of download buffer in bytes. - noresizebuffer: Do not automatically resize the download buffer. - continuedl: Try to continue downloads if possible. - noprogress: Do not print the progress bar. - logtostderr: Log messages to stderr instead of stdout. - consoletitle: Display progress in console window's titlebar. - nopart: Do not use temporary .part files. - updatetime: Use the Last-modified header to set output file timestamps. - test: Download only first bytes to test the downloader. - min_filesize: Skip files smaller than this size - max_filesize: Skip files larger than this size - xattr_set_filesize: Set ytdl.filesize user xattribute with expected size. - external_downloader_args: A list of additional command-line arguments for the - external downloader. - hls_use_mpegts: Use the mpegts container for HLS videos. - http_chunk_size: Size of a chunk for chunk-based HTTP downloading. May be - useful for bypassing bandwidth throttling imposed by - a webserver (experimental) - - Subclasses of this one must re-define the real_download method. - """ - _TEST_FILE_SIZE = ... - params = ... - def __init__(self, ydl, params) -> None: - """Create a FileDownloader object with the given options.""" - ... - - @staticmethod - def format_seconds(seconds): # -> LiteralString | Literal['--:--:--']: - ... - - @staticmethod - def calc_percent(byte_counter, data_len): # -> float | None: - ... - - @staticmethod - def format_percent(percent): # -> Literal['---.-%']: - ... - - @staticmethod - def calc_eta(start, now, total, current): # -> int | None: - ... - - @staticmethod - def format_eta(eta): # -> LiteralString | Literal['--:--', '--:--:--']: - ... - - @staticmethod - def calc_speed(start, now, bytes): # -> None: - ... - - @staticmethod - def format_speed(speed): # -> LiteralString | str: - ... - - @staticmethod - def format_retries(retries): # -> Literal['inf']: - ... - - @staticmethod - def best_block_size(elapsed_time, bytes): # -> int: - ... - - @staticmethod - def parse_bytes(bytestr): # -> int | None: - """Parse a string indicating a byte quantity into an integer.""" - ... - - def to_screen(self, *args, **kargs): # -> None: - ... - - def to_stderr(self, message): # -> None: - ... - - def to_console_title(self, message): # -> None: - ... - - def trouble(self, *args, **kargs): # -> None: - ... - - def report_warning(self, *args, **kargs): # -> None: - ... - - def report_error(self, *args, **kargs): # -> None: - ... - - def slow_down(self, start_time, now, byte_counter): # -> None: - """Sleep if the download speed is over the rate limit.""" - ... - - def temp_name(self, filename): - """Returns a temporary filename for the given filename.""" - ... - - def undo_temp_name(self, filename): - ... - - def ytdl_filename(self, filename): - ... - - def try_rename(self, old_filename, new_filename): # -> None: - ... - - def try_utime(self, filename, last_modified_hdr): # -> int | None: - """Try to set the last-modified time of the given file.""" - ... - - def report_destination(self, filename): # -> None: - """Report destination filename.""" - ... - - def report_progress(self, s): # -> None: - ... - - def report_resuming_byte(self, resume_len): # -> None: - """Report attempt to resume at given byte.""" - ... - - def report_retry(self, err, count, retries): # -> None: - """Report retry in case of HTTP error 5xx""" - ... - - def report_file_already_downloaded(self, file_name): # -> None: - """Report file has already been fully downloaded.""" - ... - - def report_unable_to_resume(self): # -> None: - """Report it was impossible to resume download.""" - ... - - def download(self, filename, info_dict): # -> Literal[True]: - """Download to a filename using the info from info_dict - Return True on success and False otherwise - """ - ... - - def real_download(self, filename, info_dict): - """Real download process. Redefine in subclasses.""" - ... - - def add_progress_hook(self, ph): # -> None: - ... - - - diff --git a/typings/youtube_dl/downloader/dash.pyi b/typings/youtube_dl/downloader/dash.pyi deleted file mode 100644 index 46f362a..0000000 --- a/typings/youtube_dl/downloader/dash.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .fragment import FragmentFD - -class DashSegmentsFD(FragmentFD): - """ - Download segments in a DASH manifest - """ - FD_NAME = ... - def real_download(self, filename, info_dict): - ... - - - diff --git a/typings/youtube_dl/downloader/external.pyi b/typings/youtube_dl/downloader/external.pyi deleted file mode 100644 index 2fa64a3..0000000 --- a/typings/youtube_dl/downloader/external.pyi +++ /dev/null @@ -1,79 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import FileDownloader - -class ExternalFD(FileDownloader): - def real_download(self, filename, info_dict): # -> bool: - ... - - @classmethod - def get_basename(cls): # -> str: - ... - - @property - def exe(self): - ... - - @classmethod - def available(cls): # -> str | Literal[False]: - ... - - @classmethod - def supports(cls, info_dict): # -> bool: - ... - - @classmethod - def can_download(cls, info_dict): # -> str | bool: - ... - - - -class CurlFD(ExternalFD): - AVAILABLE_OPT = ... - - -class AxelFD(ExternalFD): - AVAILABLE_OPT = ... - - -class WgetFD(ExternalFD): - AVAILABLE_OPT = ... - - -class Aria2cFD(ExternalFD): - AVAILABLE_OPT = ... - - -class HttpieFD(ExternalFD): - @classmethod - def available(cls): # -> Literal[False, 'http']: - ... - - - -class FFmpegFD(ExternalFD): - @classmethod - def supports(cls, info_dict): # -> bool: - ... - - @classmethod - def available(cls): # -> bool: - ... - - - -class AVconvFD(FFmpegFD): - ... - - -_BY_NAME = ... -def list_external_downloaders(): # -> list[Any]: - ... - -def get_external_downloader(external_downloader): # -> Any: - """ Given the name of the executable, see whether we support the given - downloader . """ - ... - diff --git a/typings/youtube_dl/downloader/f4m.pyi b/typings/youtube_dl/downloader/f4m.pyi deleted file mode 100644 index ea6dd72..0000000 --- a/typings/youtube_dl/downloader/f4m.pyi +++ /dev/null @@ -1,88 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -import io -from .fragment import FragmentFD - -class DataTruncatedError(Exception): - ... - - -class FlvReader(io.BytesIO): - """ - Reader for Flv files - The file format is documented in https://www.adobe.com/devnet/f4v.html - """ - def read_bytes(self, n): # -> bytes: - ... - - def read_unsigned_long_long(self): # -> Any: - ... - - def read_unsigned_int(self): # -> Any: - ... - - def read_unsigned_char(self): # -> Any: - ... - - def read_string(self): # -> bytes: - ... - - def read_box_info(self): # -> tuple[Any, bytes, bytes]: - """ - Read a box and return the info as a tuple: (box_size, box_type, box_data) - """ - ... - - def read_asrt(self): # -> dict[str, list[Unknown]]: - ... - - def read_afrt(self): # -> dict[str, list[Unknown]]: - ... - - def read_abst(self): # -> dict[str, Any | list[Unknown]]: - ... - - def read_bootstrap_info(self): # -> dict[str, Any | list[Unknown]]: - ... - - - -def read_bootstrap_info(bootstrap_bytes): # -> dict[str, Any | list[Unknown]]: - ... - -def build_fragments_list(boot_info): # -> list[Unknown]: - """ Return a list of (segment, fragment) for each fragment in the video """ - ... - -def write_unsigned_int(stream, val): # -> None: - ... - -def write_unsigned_int_24(stream, val): # -> None: - ... - -def write_flv_header(stream): # -> None: - """Writes the FLV header to stream""" - ... - -def write_metadata_tag(stream, metadata): # -> None: - """Writes optional metadata tag to stream""" - ... - -def remove_encrypted_media(media): # -> list[Unknown]: - ... - -def get_base_url(manifest): # -> None: - ... - -class F4mFD(FragmentFD): - """ - A downloader for f4m manifests or AdobeHDS. - """ - FD_NAME = ... - def real_download(self, filename, info_dict): - ... - - - diff --git a/typings/youtube_dl/downloader/fragment.pyi b/typings/youtube_dl/downloader/fragment.pyi deleted file mode 100644 index 3674476..0000000 --- a/typings/youtube_dl/downloader/fragment.pyi +++ /dev/null @@ -1,54 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import FileDownloader -from .http import HttpFD - -class HttpQuietDownloader(HttpFD): - def to_screen(self, *args, **kargs): # -> None: - ... - - - -class FragmentFD(FileDownloader): - """ - A base file downloader class for fragmented media (e.g. f4m/m3u8 manifests). - - Available options: - - fragment_retries: Number of times to retry a fragment for HTTP error (DASH - and hlsnative only) - skip_unavailable_fragments: - Skip unavailable fragments (DASH and hlsnative only) - keep_fragments: Keep downloaded fragments on disk after downloading is - finished - - For each incomplete fragment download youtube-dl keeps on disk a special - bookkeeping file with download state and metadata (in future such files will - be used for any incomplete download handled by youtube-dl). This file is - used to properly handle resuming, check download file consistency and detect - potential errors. The file has a .ytdl extension and represents a standard - JSON file of the following format: - - extractor: - Dictionary of extractor related data. TBD. - - downloader: - Dictionary of downloader related data. May contain following data: - current_fragment: - Dictionary with current (being downloaded) fragment data: - index: 0-based index of current fragment among all fragments - fragment_count: - Total count of fragments - - This feature is experimental and file format may change in future. - """ - def report_retry_fragment(self, err, frag_index, count, retries): # -> None: - ... - - def report_skip_fragment(self, frag_index): # -> None: - ... - - - diff --git a/typings/youtube_dl/downloader/hls.pyi b/typings/youtube_dl/downloader/hls.pyi deleted file mode 100644 index 99cdbcd..0000000 --- a/typings/youtube_dl/downloader/hls.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .fragment import FragmentFD - -class HlsFD(FragmentFD): - """ A limited implementation that does not require ffmpeg """ - FD_NAME = ... - @staticmethod - def can_download(manifest, info_dict): # -> bool: - ... - - def real_download(self, filename, info_dict): - ... - - - diff --git a/typings/youtube_dl/downloader/http.pyi b/typings/youtube_dl/downloader/http.pyi deleted file mode 100644 index 0ec9ead..0000000 --- a/typings/youtube_dl/downloader/http.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import FileDownloader - -class HttpFD(FileDownloader): - def real_download(self, filename, info_dict): # -> bool: - class DownloadContext(dict): - ... - - - class SucceedDownload(Exception): - ... - - - class RetryDownload(Exception): - ... - - - class NextFragment(Exception): - ... - - - - - diff --git a/typings/youtube_dl/downloader/ism.pyi b/typings/youtube_dl/downloader/ism.pyi deleted file mode 100644 index 294773f..0000000 --- a/typings/youtube_dl/downloader/ism.pyi +++ /dev/null @@ -1,43 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .fragment import FragmentFD - -u8 = ... -u88 = ... -u16 = ... -u1616 = ... -u32 = ... -u64 = ... -s88 = ... -s16 = ... -s1616 = ... -s32 = ... -unity_matrix = ... -TRACK_ENABLED = ... -TRACK_IN_MOVIE = ... -TRACK_IN_PREVIEW = ... -SELF_CONTAINED = ... -def box(box_type, payload): - ... - -def full_box(box_type, version, flags, payload): - ... - -def write_piff_header(stream, params): # -> None: - ... - -def extract_box_data(data, box_sequence): # -> bytes: - ... - -class IsmFD(FragmentFD): - """ - Download segments in a ISM manifest - """ - FD_NAME = ... - def real_download(self, filename, info_dict): # -> bool: - ... - - - diff --git a/typings/youtube_dl/downloader/rtmp.pyi b/typings/youtube_dl/downloader/rtmp.pyi deleted file mode 100644 index 17e8f0f..0000000 --- a/typings/youtube_dl/downloader/rtmp.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import FileDownloader - -def rtmpdump_version(): # -> str | Any | Literal[False]: - ... - -class RtmpFD(FileDownloader): - def real_download(self, filename, info_dict): - ... - - - diff --git a/typings/youtube_dl/downloader/rtsp.pyi b/typings/youtube_dl/downloader/rtsp.pyi deleted file mode 100644 index d33b50a..0000000 --- a/typings/youtube_dl/downloader/rtsp.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import FileDownloader - -class RtspFD(FileDownloader): - def real_download(self, filename, info_dict): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/__init__.pyi b/typings/youtube_dl/extractor/__init__.pyi deleted file mode 100644 index fa5e46e..0000000 --- a/typings/youtube_dl/extractor/__init__.pyi +++ /dev/null @@ -1,29 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from __future__ import unicode_literals - -def gen_extractor_classes(): # -> list[Any]: - """ Return a list of supported extractors. - The order does matter; the first extractor matched is the one handling the URL. - """ - ... - -def gen_extractors(): # -> list[Unknown | Any]: - """ Return a list of an instance of every supported extractor. - The order does matter; the first extractor matched is the one handling the URL. - """ - ... - -def list_extractors(age_limit): # -> list[Unknown]: - """ - Return a list of extractors that are suitable for the given age, - sorted by extractor ID. - """ - ... - -def get_info_extractor(ie_name): # -> Any: - """Returns the info extractor class with the given ie_name""" - ... - diff --git a/typings/youtube_dl/extractor/abc.pyi b/typings/youtube_dl/extractor/abc.pyi deleted file mode 100644 index ec2275f..0000000 --- a/typings/youtube_dl/extractor/abc.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ABCIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ABCIViewIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/abcnews.pyi b/typings/youtube_dl/extractor/abcnews.pyi deleted file mode 100644 index de7b724..0000000 --- a/typings/youtube_dl/extractor/abcnews.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .amp import AMPIE -from .common import InfoExtractor - -class AbcNewsVideoIE(AMPIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class AbcNewsIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/abcotvs.pyi b/typings/youtube_dl/extractor/abcotvs.pyi deleted file mode 100644 index f411c3f..0000000 --- a/typings/youtube_dl/extractor/abcotvs.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ABCOTVSIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _SITE_MAP = ... - - -class ABCOTVSClipsIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/academicearth.pyi b/typings/youtube_dl/extractor/academicearth.pyi deleted file mode 100644 index 5e5c4ea..0000000 --- a/typings/youtube_dl/extractor/academicearth.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AcademicEarthCourseIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/acast.pyi b/typings/youtube_dl/extractor/acast.pyi deleted file mode 100644 index 1ca8a8b..0000000 --- a/typings/youtube_dl/extractor/acast.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ACastBaseIE(InfoExtractor): - ... - - -class ACastIE(ACastBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ACastChannelIE(ACastBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/adn.pyi b/typings/youtube_dl/extractor/adn.pyi deleted file mode 100644 index d3097e8..0000000 --- a/typings/youtube_dl/extractor/adn.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ADNIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - _NETRC_MACHINE = ... - _BASE_URL = ... - _API_BASE_URL = ... - _PLAYER_BASE_URL = ... - _HEADERS = ... - _LOGIN_ERR_MESSAGE = ... - _RSA_KEY = ... - _POS_ALIGN_MAP = ... - _LINE_ALIGN_MAP = ... - - diff --git a/typings/youtube_dl/extractor/adobeconnect.pyi b/typings/youtube_dl/extractor/adobeconnect.pyi deleted file mode 100644 index 3cd48d2..0000000 --- a/typings/youtube_dl/extractor/adobeconnect.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AdobeConnectIE(InfoExtractor): - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/adobepass.pyi b/typings/youtube_dl/extractor/adobepass.pyi deleted file mode 100644 index c94655b..0000000 --- a/typings/youtube_dl/extractor/adobepass.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -MSO_INFO = ... -class AdobePassIE(InfoExtractor): - _SERVICE_PROVIDER_TEMPLATE = ... - _USER_AGENT = ... - _MVPD_CACHE = ... - _DOWNLOADING_LOGIN_PAGE = ... - - diff --git a/typings/youtube_dl/extractor/adobetv.pyi b/typings/youtube_dl/extractor/adobetv.pyi deleted file mode 100644 index a1880db..0000000 --- a/typings/youtube_dl/extractor/adobetv.pyi +++ /dev/null @@ -1,47 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AdobeTVBaseIE(InfoExtractor): - ... - - -class AdobeTVEmbedIE(AdobeTVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class AdobeTVIE(AdobeTVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class AdobeTVPlaylistBaseIE(AdobeTVBaseIE): - _PAGE_SIZE = ... - - -class AdobeTVShowIE(AdobeTVPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - _RESOURCE = ... - _process_data = ... - - -class AdobeTVChannelIE(AdobeTVPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - _RESOURCE = ... - - -class AdobeTVVideoIE(AdobeTVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/adultswim.pyi b/typings/youtube_dl/extractor/adultswim.pyi deleted file mode 100644 index dca2834..0000000 --- a/typings/youtube_dl/extractor/adultswim.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .turner import TurnerBaseIE - -class AdultSwimIE(TurnerBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/aenetworks.pyi b/typings/youtube_dl/extractor/aenetworks.pyi deleted file mode 100644 index 0e38217..0000000 --- a/typings/youtube_dl/extractor/aenetworks.pyi +++ /dev/null @@ -1,64 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .theplatform import ThePlatformIE - -class AENetworksBaseIE(ThePlatformIE): - _BASE_URL_REGEX = ... - _THEPLATFORM_KEY = ... - _THEPLATFORM_SECRET = ... - _DOMAIN_MAP = ... - - -class AENetworksIE(AENetworksBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class AENetworksListBaseIE(AENetworksBaseIE): - ... - - -class AENetworksCollectionIE(AENetworksListBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _RESOURCE = ... - _ITEMS_KEY = ... - _PLAYLIST_TITLE_KEY = ... - _PLAYLIST_DESCRIPTION_KEY = ... - _FIELDS = ... - - -class AENetworksShowIE(AENetworksListBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _RESOURCE = ... - _ITEMS_KEY = ... - _PLAYLIST_TITLE_KEY = ... - _PLAYLIST_DESCRIPTION_KEY = ... - _FIELDS = ... - - -class HistoryTopicIE(AENetworksBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class HistoryPlayerIE(AENetworksBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class BiographyIE(AENetworksBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/afreecatv.pyi b/typings/youtube_dl/extractor/afreecatv.pyi deleted file mode 100644 index 0e4f3e2..0000000 --- a/typings/youtube_dl/extractor/afreecatv.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AfreecaTVIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - @staticmethod - def parse_video_key(key): # -> dict[Unknown, Unknown]: - ... - - - diff --git a/typings/youtube_dl/extractor/airmozilla.pyi b/typings/youtube_dl/extractor/airmozilla.pyi deleted file mode 100644 index 9d88390..0000000 --- a/typings/youtube_dl/extractor/airmozilla.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AirMozillaIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/aliexpress.pyi b/typings/youtube_dl/extractor/aliexpress.pyi deleted file mode 100644 index b1b97af..0000000 --- a/typings/youtube_dl/extractor/aliexpress.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AliExpressLiveIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/aljazeera.pyi b/typings/youtube_dl/extractor/aljazeera.pyi deleted file mode 100644 index 2902270..0000000 --- a/typings/youtube_dl/extractor/aljazeera.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AlJazeeraIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/allocine.pyi b/typings/youtube_dl/extractor/allocine.pyi deleted file mode 100644 index b8cd6e8..0000000 --- a/typings/youtube_dl/extractor/allocine.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AllocineIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/alphaporno.pyi b/typings/youtube_dl/extractor/alphaporno.pyi deleted file mode 100644 index 1b1f98e..0000000 --- a/typings/youtube_dl/extractor/alphaporno.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AlphaPornoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/amara.pyi b/typings/youtube_dl/extractor/amara.pyi deleted file mode 100644 index ebcb53a..0000000 --- a/typings/youtube_dl/extractor/amara.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AmaraIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/amcnetworks.pyi b/typings/youtube_dl/extractor/amcnetworks.pyi deleted file mode 100644 index 5e4999f..0000000 --- a/typings/youtube_dl/extractor/amcnetworks.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .theplatform import ThePlatformIE - -class AMCNetworksIE(ThePlatformIE): - _VALID_URL = ... - _TESTS = ... - _REQUESTOR_ID_MAP = ... - - diff --git a/typings/youtube_dl/extractor/americastestkitchen.pyi b/typings/youtube_dl/extractor/americastestkitchen.pyi deleted file mode 100644 index da27e54..0000000 --- a/typings/youtube_dl/extractor/americastestkitchen.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AmericasTestKitchenIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class AmericasTestKitchenSeasonIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/amp.pyi b/typings/youtube_dl/extractor/amp.pyi deleted file mode 100644 index f24f0ae..0000000 --- a/typings/youtube_dl/extractor/amp.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AMPIE(InfoExtractor): - ... - - diff --git a/typings/youtube_dl/extractor/animeondemand.pyi b/typings/youtube_dl/extractor/animeondemand.pyi deleted file mode 100644 index cd3cad2..0000000 --- a/typings/youtube_dl/extractor/animeondemand.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AnimeOnDemandIE(InfoExtractor): - _VALID_URL = ... - _LOGIN_URL = ... - _APPLY_HTML5_URL = ... - _NETRC_MACHINE = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/anvato.pyi b/typings/youtube_dl/extractor/anvato.pyi deleted file mode 100644 index 63db8aa..0000000 --- a/typings/youtube_dl/extractor/anvato.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -def md5_text(s): # -> str: - ... - -class AnvatoIE(InfoExtractor): - _VALID_URL = ... - _ANVACK_TABLE = ... - _MCP_TO_ACCESS_KEY_TABLE = ... - _API_KEY = ... - _ANVP_RE = ... - _AUTH_KEY = ... - _TESTS = ... - def __init__(self, *args, **kwargs) -> None: - ... - - - diff --git a/typings/youtube_dl/extractor/aol.pyi b/typings/youtube_dl/extractor/aol.pyi deleted file mode 100644 index 7f3896a..0000000 --- a/typings/youtube_dl/extractor/aol.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .yahoo import YahooIE - -class AolIE(YahooIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/apa.pyi b/typings/youtube_dl/extractor/apa.pyi deleted file mode 100644 index c5dc2c1..0000000 --- a/typings/youtube_dl/extractor/apa.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class APAIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/aparat.pyi b/typings/youtube_dl/extractor/aparat.pyi deleted file mode 100644 index f37af0b..0000000 --- a/typings/youtube_dl/extractor/aparat.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AparatIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/appleconnect.pyi b/typings/youtube_dl/extractor/appleconnect.pyi deleted file mode 100644 index 0267c08..0000000 --- a/typings/youtube_dl/extractor/appleconnect.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AppleConnectIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/applepodcasts.pyi b/typings/youtube_dl/extractor/applepodcasts.pyi deleted file mode 100644 index 4a909a4..0000000 --- a/typings/youtube_dl/extractor/applepodcasts.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ApplePodcastsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/appletrailers.pyi b/typings/youtube_dl/extractor/appletrailers.pyi deleted file mode 100644 index 0426064..0000000 --- a/typings/youtube_dl/extractor/appletrailers.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AppleTrailersIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _JSON_RE = ... - - -class AppleTrailersSectionIE(InfoExtractor): - IE_NAME = ... - _SECTIONS = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/archiveorg.pyi b/typings/youtube_dl/extractor/archiveorg.pyi deleted file mode 100644 index b7e8df2..0000000 --- a/typings/youtube_dl/extractor/archiveorg.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ArchiveOrgIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/arcpublishing.pyi b/typings/youtube_dl/extractor/arcpublishing.pyi deleted file mode 100644 index cae7a4f..0000000 --- a/typings/youtube_dl/extractor/arcpublishing.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ArcPublishingIE(InfoExtractor): - _UUID_REGEX = ... - _VALID_URL = ... - _TESTS = ... - _POWA_DEFAULTS = ... - - diff --git a/typings/youtube_dl/extractor/ard.pyi b/typings/youtube_dl/extractor/ard.pyi deleted file mode 100644 index bd6a47c..0000000 --- a/typings/youtube_dl/extractor/ard.pyi +++ /dev/null @@ -1,30 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ARDMediathekBaseIE(InfoExtractor): - _GEO_COUNTRIES = ... - - -class ARDMediathekIE(ARDMediathekBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class ARDIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class ARDBetaMediathekIE(ARDMediathekBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/arkena.pyi b/typings/youtube_dl/extractor/arkena.pyi deleted file mode 100644 index cc93732..0000000 --- a/typings/youtube_dl/extractor/arkena.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ArkenaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/arnes.pyi b/typings/youtube_dl/extractor/arnes.pyi deleted file mode 100644 index 9f2f205..0000000 --- a/typings/youtube_dl/extractor/arnes.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ArnesIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _BASE_URL = ... - - diff --git a/typings/youtube_dl/extractor/arte.pyi b/typings/youtube_dl/extractor/arte.pyi deleted file mode 100644 index 26d310f..0000000 --- a/typings/youtube_dl/extractor/arte.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ArteTVBaseIE(InfoExtractor): - _ARTE_LANGUAGES = ... - _API_BASE = ... - - -class ArteTVIE(ArteTVBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class ArteTVEmbedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class ArteTVPlaylistIE(ArteTVBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/asiancrush.pyi b/typings/youtube_dl/extractor/asiancrush.pyi deleted file mode 100644 index f52c566..0000000 --- a/typings/youtube_dl/extractor/asiancrush.pyi +++ /dev/null @@ -1,23 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AsianCrushBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - _KALTURA_KEYS = ... - _API_SUFFIX = ... - - -class AsianCrushIE(AsianCrushBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class AsianCrushPlaylistIE(AsianCrushBaseIE): - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - - diff --git a/typings/youtube_dl/extractor/atresplayer.pyi b/typings/youtube_dl/extractor/atresplayer.pyi deleted file mode 100644 index 3d12d88..0000000 --- a/typings/youtube_dl/extractor/atresplayer.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AtresPlayerIE(InfoExtractor): - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - _API_BASE = ... - - diff --git a/typings/youtube_dl/extractor/atttechchannel.pyi b/typings/youtube_dl/extractor/atttechchannel.pyi deleted file mode 100644 index 78eb4a3..0000000 --- a/typings/youtube_dl/extractor/atttechchannel.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ATTTechChannelIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/atvat.pyi b/typings/youtube_dl/extractor/atvat.pyi deleted file mode 100644 index f138014..0000000 --- a/typings/youtube_dl/extractor/atvat.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ATVAtIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/audimedia.pyi b/typings/youtube_dl/extractor/audimedia.pyi deleted file mode 100644 index 8c65b66..0000000 --- a/typings/youtube_dl/extractor/audimedia.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AudiMediaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/audioboom.pyi b/typings/youtube_dl/extractor/audioboom.pyi deleted file mode 100644 index 6dbd61e..0000000 --- a/typings/youtube_dl/extractor/audioboom.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AudioBoomIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/audiomack.pyi b/typings/youtube_dl/extractor/audiomack.pyi deleted file mode 100644 index ee662e5..0000000 --- a/typings/youtube_dl/extractor/audiomack.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AudiomackIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class AudiomackAlbumIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/awaan.pyi b/typings/youtube_dl/extractor/awaan.pyi deleted file mode 100644 index feb3f51..0000000 --- a/typings/youtube_dl/extractor/awaan.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AWAANIE(InfoExtractor): - _VALID_URL = ... - - -class AWAANBaseIE(InfoExtractor): - ... - - -class AWAANVideoIE(AWAANBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class AWAANLiveIE(AWAANBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class AWAANSeasonIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/aws.pyi b/typings/youtube_dl/extractor/aws.pyi deleted file mode 100644 index 78ae5e2..0000000 --- a/typings/youtube_dl/extractor/aws.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AWSIE(InfoExtractor): - _AWS_ALGORITHM = ... - _AWS_REGION = ... - - diff --git a/typings/youtube_dl/extractor/azmedien.pyi b/typings/youtube_dl/extractor/azmedien.pyi deleted file mode 100644 index a90a621..0000000 --- a/typings/youtube_dl/extractor/azmedien.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class AZMedienIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _API_TEMPL = ... - _PARTNER_ID = ... - - diff --git a/typings/youtube_dl/extractor/baidu.pyi b/typings/youtube_dl/extractor/baidu.pyi deleted file mode 100644 index b98cf88..0000000 --- a/typings/youtube_dl/extractor/baidu.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BaiduVideoIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bandaichannel.pyi b/typings/youtube_dl/extractor/bandaichannel.pyi deleted file mode 100644 index 5dc51e8..0000000 --- a/typings/youtube_dl/extractor/bandaichannel.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .brightcove import BrightcoveNewIE - -class BandaiChannelIE(BrightcoveNewIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bandcamp.pyi b/typings/youtube_dl/extractor/bandcamp.pyi deleted file mode 100644 index e2e36a6..0000000 --- a/typings/youtube_dl/extractor/bandcamp.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BandcampIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class BandcampAlbumIE(BandcampIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class BandcampWeeklyIE(BandcampIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bbc.pyi b/typings/youtube_dl/extractor/bbc.pyi deleted file mode 100644 index 35a5958..0000000 --- a/typings/youtube_dl/extractor/bbc.pyi +++ /dev/null @@ -1,76 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BBCCoUkIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _ID_REGEX = ... - _VALID_URL = ... - _LOGIN_URL = ... - _NETRC_MACHINE = ... - _MEDIA_SELECTOR_URL_TEMPL = ... - _MEDIA_SETS = ... - _EMP_PLAYLIST_NS = ... - _TESTS = ... - class MediaSelectionError(Exception): - def __init__(self, id) -> None: - ... - - - - - -class BBCIE(BBCCoUkIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _MEDIA_SETS = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class BBCCoUkArticleIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - IE_DESC = ... - _TEST = ... - - -class BBCCoUkPlaylistBaseIE(InfoExtractor): - ... - - -class BBCCoUkIPlayerPlaylistBaseIE(InfoExtractor): - _VALID_URL_TMPL = ... - - -class BBCCoUkIPlayerEpisodesIE(BBCCoUkIPlayerPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - _DESCRIPTION_KEY = ... - - -class BBCCoUkIPlayerGroupIE(BBCCoUkIPlayerPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - _DESCRIPTION_KEY = ... - - -class BBCCoUkPlaylistIE(BBCCoUkPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _URL_TEMPLATE = ... - _VIDEO_ID_TEMPLATE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/beatport.pyi b/typings/youtube_dl/extractor/beatport.pyi deleted file mode 100644 index 1eeba81..0000000 --- a/typings/youtube_dl/extractor/beatport.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BeatportIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/beeg.pyi b/typings/youtube_dl/extractor/beeg.pyi deleted file mode 100644 index a5a07ef..0000000 --- a/typings/youtube_dl/extractor/beeg.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BeegIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/behindkink.pyi b/typings/youtube_dl/extractor/behindkink.pyi deleted file mode 100644 index 0cc03e7..0000000 --- a/typings/youtube_dl/extractor/behindkink.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BehindKinkIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/bellmedia.pyi b/typings/youtube_dl/extractor/bellmedia.pyi deleted file mode 100644 index 5fc9660..0000000 --- a/typings/youtube_dl/extractor/bellmedia.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BellMediaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _DOMAINS = ... - - diff --git a/typings/youtube_dl/extractor/bet.pyi b/typings/youtube_dl/extractor/bet.pyi deleted file mode 100644 index a735c84..0000000 --- a/typings/youtube_dl/extractor/bet.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVServicesInfoExtractor - -class BetIE(MTVServicesInfoExtractor): - _VALID_URL = ... - _TESTS = ... - _FEED_URL = ... - - diff --git a/typings/youtube_dl/extractor/bfi.pyi b/typings/youtube_dl/extractor/bfi.pyi deleted file mode 100644 index 4b441d6..0000000 --- a/typings/youtube_dl/extractor/bfi.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BFIPlayerIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/bfmtv.pyi b/typings/youtube_dl/extractor/bfmtv.pyi deleted file mode 100644 index f0822c0..0000000 --- a/typings/youtube_dl/extractor/bfmtv.pyi +++ /dev/null @@ -1,31 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BFMTVBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - _VALID_URL_TMPL = ... - _VIDEO_BLOCK_REGEX = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - -class BFMTVIE(BFMTVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class BFMTVLiveIE(BFMTVIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class BFMTVArticleIE(BFMTVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bibeltv.pyi b/typings/youtube_dl/extractor/bibeltv.pyi deleted file mode 100644 index b3e2502..0000000 --- a/typings/youtube_dl/extractor/bibeltv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BibelTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/bigflix.pyi b/typings/youtube_dl/extractor/bigflix.pyi deleted file mode 100644 index f5d9fbe..0000000 --- a/typings/youtube_dl/extractor/bigflix.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BigflixIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bild.pyi b/typings/youtube_dl/extractor/bild.pyi deleted file mode 100644 index 4490e67..0000000 --- a/typings/youtube_dl/extractor/bild.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BildIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/bilibili.pyi b/typings/youtube_dl/extractor/bilibili.pyi deleted file mode 100644 index a1b2244..0000000 --- a/typings/youtube_dl/extractor/bilibili.pyi +++ /dev/null @@ -1,43 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BiliBiliIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _APP_KEY = ... - _BILIBILI_KEY = ... - - -class BiliBiliBangumiIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - IE_DESC = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class BilibiliAudioBaseIE(InfoExtractor): - ... - - -class BilibiliAudioIE(BilibiliAudioBaseIE): - _VALID_URL = ... - _TEST = ... - - -class BilibiliAudioAlbumIE(BilibiliAudioBaseIE): - _VALID_URL = ... - _TEST = ... - - -class BiliBiliPlayerIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/biobiochiletv.pyi b/typings/youtube_dl/extractor/biobiochiletv.pyi deleted file mode 100644 index b1ab072..0000000 --- a/typings/youtube_dl/extractor/biobiochiletv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BioBioChileTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/biqle.pyi b/typings/youtube_dl/extractor/biqle.pyi deleted file mode 100644 index a04b307..0000000 --- a/typings/youtube_dl/extractor/biqle.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BIQLEIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bitchute.pyi b/typings/youtube_dl/extractor/bitchute.pyi deleted file mode 100644 index 40fd6e6..0000000 --- a/typings/youtube_dl/extractor/bitchute.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BitChuteIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class BitChuteChannelIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _TOKEN = ... - - diff --git a/typings/youtube_dl/extractor/bleacherreport.pyi b/typings/youtube_dl/extractor/bleacherreport.pyi deleted file mode 100644 index 5f12fb4..0000000 --- a/typings/youtube_dl/extractor/bleacherreport.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .amp import AMPIE - -class BleacherReportIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class BleacherReportCMSIE(AMPIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bloomberg.pyi b/typings/youtube_dl/extractor/bloomberg.pyi deleted file mode 100644 index b635ccf..0000000 --- a/typings/youtube_dl/extractor/bloomberg.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BloombergIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bokecc.pyi b/typings/youtube_dl/extractor/bokecc.pyi deleted file mode 100644 index c3ee85e..0000000 --- a/typings/youtube_dl/extractor/bokecc.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BokeCCBaseIE(InfoExtractor): - ... - - -class BokeCCIE(BokeCCBaseIE): - _IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bongacams.pyi b/typings/youtube_dl/extractor/bongacams.pyi deleted file mode 100644 index c4774fe..0000000 --- a/typings/youtube_dl/extractor/bongacams.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BongaCamsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bostonglobe.pyi b/typings/youtube_dl/extractor/bostonglobe.pyi deleted file mode 100644 index 0a11ebb..0000000 --- a/typings/youtube_dl/extractor/bostonglobe.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BostonGlobeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/box.pyi b/typings/youtube_dl/extractor/box.pyi deleted file mode 100644 index b56b054..0000000 --- a/typings/youtube_dl/extractor/box.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BoxIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/bpb.pyi b/typings/youtube_dl/extractor/bpb.pyi deleted file mode 100644 index d318dd6..0000000 --- a/typings/youtube_dl/extractor/bpb.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BpbIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/br.pyi b/typings/youtube_dl/extractor/br.pyi deleted file mode 100644 index cc6bb94..0000000 --- a/typings/youtube_dl/extractor/br.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BRIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class BRMediathekIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/bravotv.pyi b/typings/youtube_dl/extractor/bravotv.pyi deleted file mode 100644 index 51ee7f1..0000000 --- a/typings/youtube_dl/extractor/bravotv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE - -class BravoTVIE(AdobePassIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/breakcom.pyi b/typings/youtube_dl/extractor/breakcom.pyi deleted file mode 100644 index bc1e2d8..0000000 --- a/typings/youtube_dl/extractor/breakcom.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BreakIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/brightcove.pyi b/typings/youtube_dl/extractor/brightcove.pyi deleted file mode 100644 index a09e56a..0000000 --- a/typings/youtube_dl/extractor/brightcove.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE -from .common import InfoExtractor - -class BrightcoveLegacyIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class BrightcoveNewIE(AdobePassIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/businessinsider.pyi b/typings/youtube_dl/extractor/businessinsider.pyi deleted file mode 100644 index 23eb2fb..0000000 --- a/typings/youtube_dl/extractor/businessinsider.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BusinessInsiderIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/buzzfeed.pyi b/typings/youtube_dl/extractor/buzzfeed.pyi deleted file mode 100644 index 523cb68..0000000 --- a/typings/youtube_dl/extractor/buzzfeed.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BuzzFeedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/byutv.pyi b/typings/youtube_dl/extractor/byutv.pyi deleted file mode 100644 index 7f3fb17..0000000 --- a/typings/youtube_dl/extractor/byutv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class BYUtvIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/c56.pyi b/typings/youtube_dl/extractor/c56.pyi deleted file mode 100644 index 9d03576..0000000 --- a/typings/youtube_dl/extractor/c56.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class C56IE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/camdemy.pyi b/typings/youtube_dl/extractor/camdemy.pyi deleted file mode 100644 index 6908442..0000000 --- a/typings/youtube_dl/extractor/camdemy.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CamdemyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class CamdemyFolderIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cammodels.pyi b/typings/youtube_dl/extractor/cammodels.pyi deleted file mode 100644 index 1b02eaf..0000000 --- a/typings/youtube_dl/extractor/cammodels.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CamModelsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/camtube.pyi b/typings/youtube_dl/extractor/camtube.pyi deleted file mode 100644 index 0d5e089..0000000 --- a/typings/youtube_dl/extractor/camtube.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CamTubeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _API_BASE = ... - - diff --git a/typings/youtube_dl/extractor/camwithher.pyi b/typings/youtube_dl/extractor/camwithher.pyi deleted file mode 100644 index dc29cc4..0000000 --- a/typings/youtube_dl/extractor/camwithher.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CamWithHerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/canalc2.pyi b/typings/youtube_dl/extractor/canalc2.pyi deleted file mode 100644 index ce055f0..0000000 --- a/typings/youtube_dl/extractor/canalc2.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Canalc2IE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/canalplus.pyi b/typings/youtube_dl/extractor/canalplus.pyi deleted file mode 100644 index 3e074ca..0000000 --- a/typings/youtube_dl/extractor/canalplus.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CanalplusIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _VIDEO_INFO_TEMPLATE = ... - _SITE_ID_MAP = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/canvas.pyi b/typings/youtube_dl/extractor/canvas.pyi deleted file mode 100644 index 2ace4f1..0000000 --- a/typings/youtube_dl/extractor/canvas.pyi +++ /dev/null @@ -1,36 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .gigya import GigyaBaseIE - -class CanvasIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - _HLS_ENTRY_PROTOCOLS_MAP = ... - _REST_API_BASE = ... - - -class CanvasEenIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class VrtNUIE(GigyaBaseIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _NETRC_MACHINE = ... - _APIKEY = ... - _CONTEXT_ID = ... - - -class DagelijkseKostIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/carambatv.pyi b/typings/youtube_dl/extractor/carambatv.pyi deleted file mode 100644 index 9394b57..0000000 --- a/typings/youtube_dl/extractor/carambatv.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CarambaTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class CarambaTVPageIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/cartoonnetwork.pyi b/typings/youtube_dl/extractor/cartoonnetwork.pyi deleted file mode 100644 index a8b4d16..0000000 --- a/typings/youtube_dl/extractor/cartoonnetwork.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .turner import TurnerBaseIE - -class CartoonNetworkIE(TurnerBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/cbc.pyi b/typings/youtube_dl/extractor/cbc.pyi deleted file mode 100644 index 5fc42ef..0000000 --- a/typings/youtube_dl/extractor/cbc.pyi +++ /dev/null @@ -1,52 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CBCIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class CBCPlayerIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class CBCWatchBaseIE(InfoExtractor): - _device_id = ... - _device_token = ... - _API_BASE_URL = ... - _NS_MAP = ... - _GEO_COUNTRIES = ... - _LOGIN_URL = ... - _TOKEN_URL = ... - _API_KEY = ... - _NETRC_MACHINE = ... - - -class CBCWatchVideoIE(CBCWatchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class CBCWatchIE(CBCWatchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class CBCOlympicsIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cbs.pyi b/typings/youtube_dl/extractor/cbs.pyi deleted file mode 100644 index 8e3fa74..0000000 --- a/typings/youtube_dl/extractor/cbs.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .theplatform import ThePlatformFeedIE - -class CBSBaseIE(ThePlatformFeedIE): - ... - - -class CBSIE(CBSBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cbsinteractive.pyi b/typings/youtube_dl/extractor/cbsinteractive.pyi deleted file mode 100644 index 2f1f3bd..0000000 --- a/typings/youtube_dl/extractor/cbsinteractive.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .cbs import CBSIE - -class CBSInteractiveIE(CBSIE): - _VALID_URL = ... - _TESTS = ... - MPX_ACCOUNTS = ... - - diff --git a/typings/youtube_dl/extractor/cbslocal.pyi b/typings/youtube_dl/extractor/cbslocal.pyi deleted file mode 100644 index 3569c89..0000000 --- a/typings/youtube_dl/extractor/cbslocal.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .anvato import AnvatoIE - -class CBSLocalIE(AnvatoIE): - _VALID_URL_BASE = ... - _VALID_URL = ... - _TESTS = ... - - -class CBSLocalArticleIE(AnvatoIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cbsnews.pyi b/typings/youtube_dl/extractor/cbsnews.pyi deleted file mode 100644 index 1335ab7..0000000 --- a/typings/youtube_dl/extractor/cbsnews.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .cbs import CBSIE - -class CBSNewsEmbedIE(CBSIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class CBSNewsIE(CBSIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class CBSNewsLiveVideoIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/cbssports.pyi b/typings/youtube_dl/extractor/cbssports.pyi deleted file mode 100644 index 4724715..0000000 --- a/typings/youtube_dl/extractor/cbssports.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CBSSportsEmbedIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class CBSSportsBaseIE(InfoExtractor): - ... - - -class CBSSportsIE(CBSSportsBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class TwentyFourSevenSportsIE(CBSSportsBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ccc.pyi b/typings/youtube_dl/extractor/ccc.pyi deleted file mode 100644 index f208c26..0000000 --- a/typings/youtube_dl/extractor/ccc.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CCCIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class CCCPlaylistIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ccma.pyi b/typings/youtube_dl/extractor/ccma.pyi deleted file mode 100644 index cb0664b..0000000 --- a/typings/youtube_dl/extractor/ccma.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CCMAIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cctv.pyi b/typings/youtube_dl/extractor/cctv.pyi deleted file mode 100644 index 6869794..0000000 --- a/typings/youtube_dl/extractor/cctv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CCTVIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cda.pyi b/typings/youtube_dl/extractor/cda.pyi deleted file mode 100644 index 47559c1..0000000 --- a/typings/youtube_dl/extractor/cda.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CDAIE(InfoExtractor): - _VALID_URL = ... - _BASE_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ceskatelevize.pyi b/typings/youtube_dl/extractor/ceskatelevize.pyi deleted file mode 100644 index 4b5cc52..0000000 --- a/typings/youtube_dl/extractor/ceskatelevize.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CeskaTelevizeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class CeskaTelevizePoradyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/channel9.pyi b/typings/youtube_dl/extractor/channel9.pyi deleted file mode 100644 index 137e82e..0000000 --- a/typings/youtube_dl/extractor/channel9.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Channel9IE(InfoExtractor): - IE_DESC = ... - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _RSS_URL = ... - - diff --git a/typings/youtube_dl/extractor/charlierose.pyi b/typings/youtube_dl/extractor/charlierose.pyi deleted file mode 100644 index 7cb9f3f..0000000 --- a/typings/youtube_dl/extractor/charlierose.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CharlieRoseIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _PLAYER_BASE = ... - - diff --git a/typings/youtube_dl/extractor/chaturbate.pyi b/typings/youtube_dl/extractor/chaturbate.pyi deleted file mode 100644 index c935d30..0000000 --- a/typings/youtube_dl/extractor/chaturbate.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ChaturbateIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _ROOM_OFFLINE = ... - - diff --git a/typings/youtube_dl/extractor/chilloutzone.pyi b/typings/youtube_dl/extractor/chilloutzone.pyi deleted file mode 100644 index 3a8ec4a..0000000 --- a/typings/youtube_dl/extractor/chilloutzone.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ChilloutzoneIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/chirbit.pyi b/typings/youtube_dl/extractor/chirbit.pyi deleted file mode 100644 index 6b73aaf..0000000 --- a/typings/youtube_dl/extractor/chirbit.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ChirbitIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ChirbitProfileIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/cinchcast.pyi b/typings/youtube_dl/extractor/cinchcast.pyi deleted file mode 100644 index 9c4ea15..0000000 --- a/typings/youtube_dl/extractor/cinchcast.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CinchcastIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cinemax.pyi b/typings/youtube_dl/extractor/cinemax.pyi deleted file mode 100644 index 05c55e1..0000000 --- a/typings/youtube_dl/extractor/cinemax.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .hbo import HBOBaseIE - -class CinemaxIE(HBOBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ciscolive.pyi b/typings/youtube_dl/extractor/ciscolive.pyi deleted file mode 100644 index 4f78bce..0000000 --- a/typings/youtube_dl/extractor/ciscolive.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CiscoLiveBaseIE(InfoExtractor): - RAINFOCUS_API_URL = ... - RAINFOCUS_API_PROFILE_ID = ... - RAINFOCUS_WIDGET_ID = ... - BRIGHTCOVE_URL_TEMPLATE = ... - HEADERS = ... - - -class CiscoLiveSessionIE(CiscoLiveBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class CiscoLiveSearchIE(CiscoLiveBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/cjsw.pyi b/typings/youtube_dl/extractor/cjsw.pyi deleted file mode 100644 index fe1f1b0..0000000 --- a/typings/youtube_dl/extractor/cjsw.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CJSWIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cliphunter.pyi b/typings/youtube_dl/extractor/cliphunter.pyi deleted file mode 100644 index 63f53d1..0000000 --- a/typings/youtube_dl/extractor/cliphunter.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CliphunterIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/clippit.pyi b/typings/youtube_dl/extractor/clippit.pyi deleted file mode 100644 index efca25c..0000000 --- a/typings/youtube_dl/extractor/clippit.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ClippitIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/cliprs.pyi b/typings/youtube_dl/extractor/cliprs.pyi deleted file mode 100644 index 5fcac98..0000000 --- a/typings/youtube_dl/extractor/cliprs.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .onet import OnetBaseIE - -class ClipRsIE(OnetBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/clipsyndicate.pyi b/typings/youtube_dl/extractor/clipsyndicate.pyi deleted file mode 100644 index b442b42..0000000 --- a/typings/youtube_dl/extractor/clipsyndicate.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ClipsyndicateIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/closertotruth.pyi b/typings/youtube_dl/extractor/closertotruth.pyi deleted file mode 100644 index f8487f9..0000000 --- a/typings/youtube_dl/extractor/closertotruth.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CloserToTruthIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cloudflarestream.pyi b/typings/youtube_dl/extractor/cloudflarestream.pyi deleted file mode 100644 index 69b03c6..0000000 --- a/typings/youtube_dl/extractor/cloudflarestream.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CloudflareStreamIE(InfoExtractor): - _DOMAIN_RE = ... - _EMBED_RE = ... - _ID_RE = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cloudy.pyi b/typings/youtube_dl/extractor/cloudy.pyi deleted file mode 100644 index 31bb402..0000000 --- a/typings/youtube_dl/extractor/cloudy.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CloudyIE(InfoExtractor): - _IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/clubic.pyi b/typings/youtube_dl/extractor/clubic.pyi deleted file mode 100644 index be74511..0000000 --- a/typings/youtube_dl/extractor/clubic.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ClubicIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/clyp.pyi b/typings/youtube_dl/extractor/clyp.pyi deleted file mode 100644 index ff52adc..0000000 --- a/typings/youtube_dl/extractor/clyp.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ClypIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cmt.pyi b/typings/youtube_dl/extractor/cmt.pyi deleted file mode 100644 index 8fbe5fc..0000000 --- a/typings/youtube_dl/extractor/cmt.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVIE - -class CMTIE(MTVIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cnbc.pyi b/typings/youtube_dl/extractor/cnbc.pyi deleted file mode 100644 index 2d47a52..0000000 --- a/typings/youtube_dl/extractor/cnbc.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CNBCIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class CNBCVideoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/cnn.pyi b/typings/youtube_dl/extractor/cnn.pyi deleted file mode 100644 index cf2f3a0..0000000 --- a/typings/youtube_dl/extractor/cnn.pyi +++ /dev/null @@ -1,23 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .turner import TurnerBaseIE - -class CNNIE(TurnerBaseIE): - _VALID_URL = ... - _TESTS = ... - _CONFIG = ... - - -class CNNBlogsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class CNNArticleIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/comedycentral.pyi b/typings/youtube_dl/extractor/comedycentral.pyi deleted file mode 100644 index 417b723..0000000 --- a/typings/youtube_dl/extractor/comedycentral.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVServicesInfoExtractor - -class ComedyCentralIE(MTVServicesInfoExtractor): - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - -class ComedyCentralTVIE(MTVServicesInfoExtractor): - _VALID_URL = ... - _TESTS = ... - _FEED_URL = ... - _GEO_COUNTRIES = ... - - diff --git a/typings/youtube_dl/extractor/common.pyi b/typings/youtube_dl/extractor/common.pyi deleted file mode 100644 index a9985d1..0000000 --- a/typings/youtube_dl/extractor/common.pyi +++ /dev/null @@ -1,436 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -class InfoExtractor: - """Information Extractor class. - - Information extractors are the classes that, given a URL, extract - information about the video (or videos) the URL refers to. This - information includes the real video URL, the video title, author and - others. The information is stored in a dictionary which is then - passed to the YoutubeDL. The YoutubeDL processes this - information possibly downloading the video to the file system, among - other possible outcomes. - - The type field determines the type of the result. - By far the most common value (and the default if _type is missing) is - "video", which indicates a single video. - - For a video, the dictionaries must include the following fields: - - id: Video identifier. - title: Video title, unescaped. - - Additionally, it must contain either a formats entry or a url one: - - formats: A list of dictionaries for each format available, ordered - from worst to best quality. - - Potential fields: - * url The mandatory URL representing the media: - for plain file media - HTTP URL of this file, - for RTMP - RTMP URL, - for HLS - URL of the M3U8 media playlist, - for HDS - URL of the F4M manifest, - for DASH - - HTTP URL to plain file media (in case of - unfragmented media) - - URL of the MPD manifest or base URL - representing the media if MPD manifest - is parsed from a string (in case of - fragmented media) - for MSS - URL of the ISM manifest. - * manifest_url - The URL of the manifest file in case of - fragmented media: - for HLS - URL of the M3U8 master playlist, - for HDS - URL of the F4M manifest, - for DASH - URL of the MPD manifest, - for MSS - URL of the ISM manifest. - * ext Will be calculated from URL if missing - * format A human-readable description of the format - ("mp4 container with h264/opus"). - Calculated from the format_id, width, height. - and format_note fields if missing. - * format_id A short description of the format - ("mp4_h264_opus" or "19"). - Technically optional, but strongly recommended. - * format_note Additional info about the format - ("3D" or "DASH video") - * width Width of the video, if known - * height Height of the video, if known - * resolution Textual description of width and height - * tbr Average bitrate of audio and video in KBit/s - * abr Average audio bitrate in KBit/s - * acodec Name of the audio codec in use - * asr Audio sampling rate in Hertz - * vbr Average video bitrate in KBit/s - * fps Frame rate - * vcodec Name of the video codec in use - * container Name of the container format - * filesize The number of bytes, if known in advance - * filesize_approx An estimate for the number of bytes - * player_url SWF Player URL (used for rtmpdump). - * protocol The protocol that will be used for the actual - download, lower-case. - "http", "https", "rtsp", "rtmp", "rtmpe", - "m3u8", "m3u8_native" or "http_dash_segments". - * fragment_base_url - Base URL for fragments. Each fragment's path - value (if present) will be relative to - this URL. - * fragments A list of fragments of a fragmented media. - Each fragment entry must contain either an url - or a path. If an url is present it should be - considered by a client. Otherwise both path and - fragment_base_url must be present. Here is - the list of all potential fields: - * "url" - fragment's URL - * "path" - fragment's path relative to - fragment_base_url - * "duration" (optional, int or float) - * "filesize" (optional, int) - * preference Order number of this format. If this field is - present and not None, the formats get sorted - by this field, regardless of all other values. - -1 for default (order by other properties), - -2 or smaller for less than default. - < -1000 to hide the format (if there is - another one which is strictly better) - * language Language code, e.g. "de" or "en-US". - * language_preference Is this in the language mentioned in - the URL? - 10 if it's what the URL is about, - -1 for default (don't know), - -10 otherwise, other values reserved for now. - * quality Order number of the video quality of this - format, irrespective of the file format. - -1 for default (order by other properties), - -2 or smaller for less than default. - * source_preference Order number for this video source - (quality takes higher priority) - -1 for default (order by other properties), - -2 or smaller for less than default. - * http_headers A dictionary of additional HTTP headers - to add to the request. - * stretched_ratio If given and not 1, indicates that the - video's pixels are not square. - width : height ratio as float. - * no_resume The server does not support resuming the - (HTTP or RTMP) download. Boolean. - * downloader_options A dictionary of downloader options as - described in FileDownloader - - url: Final video URL. - ext: Video filename extension. - format: The video format, defaults to ext (used for --get-format) - player_url: SWF Player URL (used for rtmpdump). - - The following fields are optional: - - alt_title: A secondary title of the video. - display_id An alternative identifier for the video, not necessarily - unique, but available before title. Typically, id is - something like "4234987", title "Dancing naked mole rats", - and display_id "dancing-naked-mole-rats" - thumbnails: A list of dictionaries, with the following entries: - * "id" (optional, string) - Thumbnail format ID - * "url" - * "preference" (optional, int) - quality of the image - * "width" (optional, int) - * "height" (optional, int) - * "resolution" (optional, string "{width}x{height}", - deprecated) - * "filesize" (optional, int) - thumbnail: Full URL to a video thumbnail image. - description: Full video description. - uploader: Full name of the video uploader. - license: License name the video is licensed under. - creator: The creator of the video. - release_timestamp: UNIX timestamp of the moment the video was released. - release_date: The date (YYYYMMDD) when the video was released. - timestamp: UNIX timestamp of the moment the video became available - (uploaded). - upload_date: Video upload date (YYYYMMDD). - If not explicitly set, calculated from timestamp. - uploader_id: Nickname or id of the video uploader. - uploader_url: Full URL to a personal webpage of the video uploader. - channel: Full name of the channel the video is uploaded on. - Note that channel fields may or may not repeat uploader - fields. This depends on a particular extractor. - channel_id: Id of the channel. - channel_url: Full URL to a channel webpage. - location: Physical location where the video was filmed. - subtitles: The available subtitles as a dictionary in the format - {tag: subformats}. "tag" is usually a language code, and - "subformats" is a list sorted from lower to higher - preference, each element is a dictionary with the "ext" - entry and one of: - * "data": The subtitles file contents - * "url": A URL pointing to the subtitles file - "ext" will be calculated from URL if missing - automatic_captions: Like 'subtitles', used by the YoutubeIE for - automatically generated captions - duration: Length of the video in seconds, as an integer or float. - view_count: How many users have watched the video on the platform. - like_count: Number of positive ratings of the video - dislike_count: Number of negative ratings of the video - repost_count: Number of reposts of the video - average_rating: Average rating give by users, the scale used depends on the webpage - comment_count: Number of comments on the video - comments: A list of comments, each with one or more of the following - properties (all but one of text or html optional): - * "author" - human-readable name of the comment author - * "author_id" - user ID of the comment author - * "id" - Comment ID - * "html" - Comment as HTML - * "text" - Plain text of the comment - * "timestamp" - UNIX timestamp of comment - * "parent" - ID of the comment this one is replying to. - Set to "root" to indicate that this is a - comment to the original video. - age_limit: Age restriction for the video, as an integer (years) - webpage_url: The URL to the video webpage, if given to youtube-dl it - should allow to get the same result again. (It will be set - by YoutubeDL if it's missing) - categories: A list of categories that the video falls in, for example - ["Sports", "Berlin"] - tags: A list of tags assigned to the video, e.g. ["sweden", "pop music"] - is_live: True, False, or None (=unknown). Whether this video is a - live stream that goes on instead of a fixed-length video. - start_time: Time in seconds where the reproduction should start, as - specified in the URL. - end_time: Time in seconds where the reproduction should end, as - specified in the URL. - chapters: A list of dictionaries, with the following entries: - * "start_time" - The start time of the chapter in seconds - * "end_time" - The end time of the chapter in seconds - * "title" (optional, string) - - The following fields should only be used when the video belongs to some logical - chapter or section: - - chapter: Name or title of the chapter the video belongs to. - chapter_number: Number of the chapter the video belongs to, as an integer. - chapter_id: Id of the chapter the video belongs to, as a unicode string. - - The following fields should only be used when the video is an episode of some - series, programme or podcast: - - series: Title of the series or programme the video episode belongs to. - season: Title of the season the video episode belongs to. - season_number: Number of the season the video episode belongs to, as an integer. - season_id: Id of the season the video episode belongs to, as a unicode string. - episode: Title of the video episode. Unlike mandatory video title field, - this field should denote the exact title of the video episode - without any kind of decoration. - episode_number: Number of the video episode within a season, as an integer. - episode_id: Id of the video episode, as a unicode string. - - The following fields should only be used when the media is a track or a part of - a music album: - - track: Title of the track. - track_number: Number of the track within an album or a disc, as an integer. - track_id: Id of the track (useful in case of custom indexing, e.g. 6.iii), - as a unicode string. - artist: Artist(s) of the track. - genre: Genre(s) of the track. - album: Title of the album the track belongs to. - album_type: Type of the album (e.g. "Demo", "Full-length", "Split", "Compilation", etc). - album_artist: List of all artists appeared on the album (e.g. - "Ash Borer / Fell Voices" or "Various Artists", useful for splits - and compilations). - disc_number: Number of the disc or other physical medium the track belongs to, - as an integer. - release_year: Year (YYYY) when the album was released. - - Unless mentioned otherwise, the fields should be Unicode strings. - - Unless mentioned otherwise, None is equivalent to absence of information. - - - _type "playlist" indicates multiple videos. - There must be a key "entries", which is a list, an iterable, or a PagedList - object, each element of which is a valid dictionary by this specification. - - Additionally, playlists can have "id", "title", "description", "uploader", - "uploader_id", "uploader_url", "duration" attributes with the same semantics - as videos (see above). - - - _type "multi_video" indicates that there are multiple videos that - form a single show, for examples multiple acts of an opera or TV episode. - It must have an entries key like a playlist and contain all the keys - required for a video at the same time. - - - _type "url" indicates that the video must be extracted from another - location, possibly by a different extractor. Its only required key is: - "url" - the next URL to extract. - The key "ie_key" can be set to the class name (minus the trailing "IE", - e.g. "Youtube") if the extractor class is known in advance. - Additionally, the dictionary may have any properties of the resolved entity - known in advance, for example "title" if the title of the referred video is - known ahead of time. - - - _type "url_transparent" entities have the same specification as "url", but - indicate that the given additional information is more precise than the one - associated with the resolved URL. - This is useful when a site employs a video service that hosts the video and - its technical metadata, but that video service does not embed a useful - title, description etc. - - - Subclasses of this one should re-define the _real_initialize() and - _real_extract() methods and define a _VALID_URL regexp. - Probably, they should also be added to the list of extractors. - - _GEO_BYPASS attribute may be set to False in order to disable - geo restriction bypass mechanisms for a particular extractor. - Though it won't disable explicit geo restriction bypass based on - country code provided with geo_bypass_country. - - _GEO_COUNTRIES attribute may contain a list of presumably geo unrestricted - countries for this extractor. One of these countries will be used by - geo restriction bypass mechanism right away in order to bypass - geo restriction, of course, if the mechanism is not disabled. - - _GEO_IP_BLOCKS attribute may contain a list of presumably geo unrestricted - IP blocks in CIDR notation for this extractor. One of these IP blocks - will be used by geo restriction bypass mechanism similarly - to _GEO_COUNTRIES. - - Finally, the _WORKING attribute should be set to False for broken IEs - in order to warn the users and skip the tests. - """ - _ready = ... - _downloader = ... - _x_forwarded_for_ip = ... - _GEO_BYPASS = ... - _GEO_COUNTRIES = ... - _GEO_IP_BLOCKS = ... - _WORKING = ... - def __init__(self, downloader=...) -> None: - """Constructor. Receives an optional downloader.""" - ... - - @classmethod - def suitable(cls, url): # -> bool: - """Receives a URL and returns True if suitable for this IE.""" - ... - - @classmethod - def working(cls): # -> Literal[True]: - """Getter method for _WORKING.""" - ... - - def initialize(self): # -> None: - """Initializes an instance (authentication, etc).""" - ... - - def extract(self, url): # -> None: - """Extracts URL information and returns it in list of dicts.""" - ... - - def set_downloader(self, downloader): # -> None: - """Sets the downloader for this IE.""" - ... - - @classmethod - def ie_key(cls): - """A string for getting the InfoExtractor with get_info_extractor""" - ... - - @property - def IE_NAME(self): - ... - - def report_warning(self, msg, video_id=...): # -> None: - ... - - def to_screen(self, msg): # -> None: - """Print msg to screen, prefixing it with '[ie_name]'""" - ... - - def report_extraction(self, id_or_name): # -> None: - """Report information extraction.""" - ... - - def report_download_webpage(self, video_id): # -> None: - """Report webpage download.""" - ... - - def report_age_confirmation(self): # -> None: - """Report attempt to confirm age.""" - ... - - def report_login(self): # -> None: - """Report attempt to log in.""" - ... - - @staticmethod - def raise_login_required(msg=...): - ... - - @staticmethod - def raise_geo_restricted(msg=..., countries=...): - ... - - @staticmethod - def url_result(url, ie=..., video_id=..., video_title=...): # -> dict[str, str | Unknown | None]: - """Returns a URL that points to a page that should be processed""" - ... - - def playlist_from_matches(self, matches, playlist_id=..., playlist_title=..., getter=..., ie=...): # -> dict[str, str | list[Unknown]]: - ... - - @staticmethod - def playlist_result(entries, playlist_id=..., playlist_title=..., playlist_description=...): # -> dict[str, str | Unknown]: - """Returns a playlist""" - ... - - def http_scheme(self): # -> Literal['http:', 'https:']: - """ Either "http:" or "https:", depending on the user's preferences """ - ... - - def get_testcases(self, include_onlymatching=...): # -> Generator[Any, None, None]: - ... - - def is_suitable(self, age_limit): # -> bool: - """ Test whether the extractor is generally suitable for the given - age limit (i.e. pornographic sites are not, all others usually are) """ - ... - - def extract_subtitles(self, *args, **kwargs): # -> dict[Unknown, Unknown]: - ... - - def extract_automatic_captions(self, *args, **kwargs): # -> dict[Unknown, Unknown]: - ... - - def mark_watched(self, *args, **kwargs): # -> None: - ... - - def geo_verification_headers(self): # -> dict[Unknown, Unknown]: - ... - - - -class SearchInfoExtractor(InfoExtractor): - """ - Base class for paged search queries extractors. - They accept URLs in the format _SEARCH_KEY(|all|[0-9]):{query} - Instances should define _SEARCH_KEY and _MAX_RESULTS. - """ - @classmethod - def suitable(cls, url): # -> bool: - ... - - @property - def SEARCH_KEY(self): - ... - - - diff --git a/typings/youtube_dl/extractor/commonmistakes.pyi b/typings/youtube_dl/extractor/commonmistakes.pyi deleted file mode 100644 index d96b7b4..0000000 --- a/typings/youtube_dl/extractor/commonmistakes.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CommonMistakesIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class UnicodeBOMIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/commonprotocols.pyi b/typings/youtube_dl/extractor/commonprotocols.pyi deleted file mode 100644 index 382458a..0000000 --- a/typings/youtube_dl/extractor/commonprotocols.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RtmpIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class MmsIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/condenast.pyi b/typings/youtube_dl/extractor/condenast.pyi deleted file mode 100644 index 8631a5b..0000000 --- a/typings/youtube_dl/extractor/condenast.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CondeNastIE(InfoExtractor): - """ - Condé Nast is a media group, some of its sites use a custom HTML5 player - that works the same in all of them. - """ - _SITES = ... - _VALID_URL = ... - IE_DESC = ... - EMBED_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/contv.pyi b/typings/youtube_dl/extractor/contv.pyi deleted file mode 100644 index f5dd92b..0000000 --- a/typings/youtube_dl/extractor/contv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CONtvIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/corus.pyi b/typings/youtube_dl/extractor/corus.pyi deleted file mode 100644 index 3544e2b..0000000 --- a/typings/youtube_dl/extractor/corus.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .theplatform import ThePlatformFeedIE - -class CorusIE(ThePlatformFeedIE): - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - _SITE_MAP = ... - - diff --git a/typings/youtube_dl/extractor/coub.pyi b/typings/youtube_dl/extractor/coub.pyi deleted file mode 100644 index d927be6..0000000 --- a/typings/youtube_dl/extractor/coub.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CoubIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cracked.pyi b/typings/youtube_dl/extractor/cracked.pyi deleted file mode 100644 index aefc7c8..0000000 --- a/typings/youtube_dl/extractor/cracked.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CrackedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/crackle.pyi b/typings/youtube_dl/extractor/crackle.pyi deleted file mode 100644 index 9753362..0000000 --- a/typings/youtube_dl/extractor/crackle.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CrackleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _MEDIA_FILE_SLOTS = ... - - diff --git a/typings/youtube_dl/extractor/crooksandliars.pyi b/typings/youtube_dl/extractor/crooksandliars.pyi deleted file mode 100644 index 94c5b4d..0000000 --- a/typings/youtube_dl/extractor/crooksandliars.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CrooksAndLiarsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/crunchyroll.pyi b/typings/youtube_dl/extractor/crunchyroll.pyi deleted file mode 100644 index a52340b..0000000 --- a/typings/youtube_dl/extractor/crunchyroll.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .vrv import VRVIE - -class CrunchyrollBaseIE(InfoExtractor): - _LOGIN_URL = ... - _LOGIN_FORM = ... - _NETRC_MACHINE = ... - - -class CrunchyrollIE(CrunchyrollBaseIE, VRVIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _FORMAT_IDS = ... - - -class CrunchyrollShowPlaylistIE(CrunchyrollBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cspan.pyi b/typings/youtube_dl/extractor/cspan.pyi deleted file mode 100644 index 7680cf0..0000000 --- a/typings/youtube_dl/extractor/cspan.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CSpanIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ctsnews.pyi b/typings/youtube_dl/extractor/ctsnews.pyi deleted file mode 100644 index f03a847..0000000 --- a/typings/youtube_dl/extractor/ctsnews.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CtsNewsIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ctv.pyi b/typings/youtube_dl/extractor/ctv.pyi deleted file mode 100644 index f60812e..0000000 --- a/typings/youtube_dl/extractor/ctv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ctvnews.pyi b/typings/youtube_dl/extractor/ctvnews.pyi deleted file mode 100644 index 853fb41..0000000 --- a/typings/youtube_dl/extractor/ctvnews.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CTVNewsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cultureunplugged.pyi b/typings/youtube_dl/extractor/cultureunplugged.pyi deleted file mode 100644 index dd4ac91..0000000 --- a/typings/youtube_dl/extractor/cultureunplugged.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CultureUnpluggedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/curiositystream.pyi b/typings/youtube_dl/extractor/curiositystream.pyi deleted file mode 100644 index 2d5fcbf..0000000 --- a/typings/youtube_dl/extractor/curiositystream.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CuriosityStreamBaseIE(InfoExtractor): - _NETRC_MACHINE = ... - _auth_token = ... - _API_BASE_URL = ... - - -class CuriosityStreamIE(CuriosityStreamBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class CuriosityStreamCollectionIE(CuriosityStreamBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/cwtv.pyi b/typings/youtube_dl/extractor/cwtv.pyi deleted file mode 100644 index fc373a1..0000000 --- a/typings/youtube_dl/extractor/cwtv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class CWTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dailymail.pyi b/typings/youtube_dl/extractor/dailymail.pyi deleted file mode 100644 index 524351a..0000000 --- a/typings/youtube_dl/extractor/dailymail.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DailyMailIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dailymotion.pyi b/typings/youtube_dl/extractor/dailymotion.pyi deleted file mode 100644 index c6f1302..0000000 --- a/typings/youtube_dl/extractor/dailymotion.pyi +++ /dev/null @@ -1,38 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DailymotionBaseInfoExtractor(InfoExtractor): - _FAMILY_FILTER = ... - _HEADERS = ... - _NETRC_MACHINE = ... - - -class DailymotionIE(DailymotionBaseInfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _GEO_BYPASS = ... - _COMMON_MEDIA_FIELDS = ... - - -class DailymotionPlaylistBaseIE(DailymotionBaseInfoExtractor): - _PAGE_SIZE = ... - - -class DailymotionPlaylistIE(DailymotionPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _OBJECT_TYPE = ... - - -class DailymotionUserIE(DailymotionPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _OBJECT_TYPE = ... - - diff --git a/typings/youtube_dl/extractor/daum.pyi b/typings/youtube_dl/extractor/daum.pyi deleted file mode 100644 index aff8b61..0000000 --- a/typings/youtube_dl/extractor/daum.pyi +++ /dev/null @@ -1,48 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DaumBaseIE(InfoExtractor): - _KAKAO_EMBED_BASE = ... - - -class DaumIE(DaumBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class DaumClipIE(DaumBaseIE): - _VALID_URL = ... - IE_NAME = ... - _URL_TEMPLATE = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class DaumListIE(InfoExtractor): - ... - - -class DaumPlaylistIE(DaumListIE): - _VALID_URL = ... - IE_NAME = ... - _URL_TEMPLATE = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class DaumUserIE(DaumListIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dbtv.pyi b/typings/youtube_dl/extractor/dbtv.pyi deleted file mode 100644 index 3f4e3bc..0000000 --- a/typings/youtube_dl/extractor/dbtv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DBTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dctp.pyi b/typings/youtube_dl/extractor/dctp.pyi deleted file mode 100644 index ca2ff0b..0000000 --- a/typings/youtube_dl/extractor/dctp.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DctpTvIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _BASE_URL = ... - - diff --git a/typings/youtube_dl/extractor/deezer.pyi b/typings/youtube_dl/extractor/deezer.pyi deleted file mode 100644 index 36bf16b..0000000 --- a/typings/youtube_dl/extractor/deezer.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DeezerPlaylistIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/defense.pyi b/typings/youtube_dl/extractor/defense.pyi deleted file mode 100644 index a04470f..0000000 --- a/typings/youtube_dl/extractor/defense.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DefenseGouvFrIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/democracynow.pyi b/typings/youtube_dl/extractor/democracynow.pyi deleted file mode 100644 index b4a290c..0000000 --- a/typings/youtube_dl/extractor/democracynow.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DemocracynowIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dfb.pyi b/typings/youtube_dl/extractor/dfb.pyi deleted file mode 100644 index 3ca3145..0000000 --- a/typings/youtube_dl/extractor/dfb.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DFBIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/dhm.pyi b/typings/youtube_dl/extractor/dhm.pyi deleted file mode 100644 index 00a9420..0000000 --- a/typings/youtube_dl/extractor/dhm.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DHMIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/digg.pyi b/typings/youtube_dl/extractor/digg.pyi deleted file mode 100644 index bc0c6a6..0000000 --- a/typings/youtube_dl/extractor/digg.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DiggIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/digiteka.pyi b/typings/youtube_dl/extractor/digiteka.pyi deleted file mode 100644 index 53ff4f9..0000000 --- a/typings/youtube_dl/extractor/digiteka.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DigitekaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/discovery.pyi b/typings/youtube_dl/extractor/discovery.pyi deleted file mode 100644 index 5ec0a24..0000000 --- a/typings/youtube_dl/extractor/discovery.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .discoverygo import DiscoveryGoBaseIE - -class DiscoveryIE(DiscoveryGoBaseIE): - _VALID_URL = ... - _TESTS = ... - _GEO_COUNTRIES = ... - _GEO_BYPASS = ... - _API_BASE_URL = ... - - diff --git a/typings/youtube_dl/extractor/discoverygo.pyi b/typings/youtube_dl/extractor/discoverygo.pyi deleted file mode 100644 index ccbb02c..0000000 --- a/typings/youtube_dl/extractor/discoverygo.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DiscoveryGoBaseIE(InfoExtractor): - _VALID_URL_TEMPLATE = ... - - -class DiscoveryGoIE(DiscoveryGoBaseIE): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TEST = ... - - -class DiscoveryGoPlaylistIE(DiscoveryGoBaseIE): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/discoverynetworks.pyi b/typings/youtube_dl/extractor/discoverynetworks.pyi deleted file mode 100644 index d54c80c..0000000 --- a/typings/youtube_dl/extractor/discoverynetworks.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .dplay import DPlayIE - -class DiscoveryNetworksDeIE(DPlayIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/discoveryvr.pyi b/typings/youtube_dl/extractor/discoveryvr.pyi deleted file mode 100644 index 1a40bc3..0000000 --- a/typings/youtube_dl/extractor/discoveryvr.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DiscoveryVRIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/disney.pyi b/typings/youtube_dl/extractor/disney.pyi deleted file mode 100644 index f0da32f..0000000 --- a/typings/youtube_dl/extractor/disney.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DisneyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dispeak.pyi b/typings/youtube_dl/extractor/dispeak.pyi deleted file mode 100644 index 082ba2a..0000000 --- a/typings/youtube_dl/extractor/dispeak.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DigitallySpeakingIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dlive.pyi b/typings/youtube_dl/extractor/dlive.pyi deleted file mode 100644 index 71bbb77..0000000 --- a/typings/youtube_dl/extractor/dlive.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DLiveVODIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class DLiveStreamIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/dotsub.pyi b/typings/youtube_dl/extractor/dotsub.pyi deleted file mode 100644 index d1c9edb..0000000 --- a/typings/youtube_dl/extractor/dotsub.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DotsubIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/douyutv.pyi b/typings/youtube_dl/extractor/douyutv.pyi deleted file mode 100644 index f52fc2f..0000000 --- a/typings/youtube_dl/extractor/douyutv.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DouyuTVIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class DouyuShowIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dplay.pyi b/typings/youtube_dl/extractor/dplay.pyi deleted file mode 100644 index fe15844..0000000 --- a/typings/youtube_dl/extractor/dplay.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DPlayIE(InfoExtractor): - _PATH_REGEX = ... - _VALID_URL = ... - _TESTS = ... - - -class DiscoveryPlusIE(DPlayIE): - _VALID_URL = ... - _TESTS = ... - - -class HGTVDeIE(DPlayIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/drbonanza.pyi b/typings/youtube_dl/extractor/drbonanza.pyi deleted file mode 100644 index ba3454a..0000000 --- a/typings/youtube_dl/extractor/drbonanza.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DRBonanzaIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/dreisat.pyi b/typings/youtube_dl/extractor/dreisat.pyi deleted file mode 100644 index d8ef019..0000000 --- a/typings/youtube_dl/extractor/dreisat.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .zdf import ZDFIE - -class DreiSatIE(ZDFIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dropbox.pyi b/typings/youtube_dl/extractor/dropbox.pyi deleted file mode 100644 index 6f0bf5e..0000000 --- a/typings/youtube_dl/extractor/dropbox.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DropboxIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/drtuber.pyi b/typings/youtube_dl/extractor/drtuber.pyi deleted file mode 100644 index 5574373..0000000 --- a/typings/youtube_dl/extractor/drtuber.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DrTuberIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/drtv.pyi b/typings/youtube_dl/extractor/drtv.pyi deleted file mode 100644 index 05b534d..0000000 --- a/typings/youtube_dl/extractor/drtv.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DRTVIE(InfoExtractor): - _VALID_URL = ... - _GEO_BYPASS = ... - _GEO_COUNTRIES = ... - IE_NAME = ... - _TESTS = ... - - -class DRTVLiveIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/dtube.pyi b/typings/youtube_dl/extractor/dtube.pyi deleted file mode 100644 index 419270c..0000000 --- a/typings/youtube_dl/extractor/dtube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DTubeIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/dumpert.pyi b/typings/youtube_dl/extractor/dumpert.pyi deleted file mode 100644 index 465ce5b..0000000 --- a/typings/youtube_dl/extractor/dumpert.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DumpertIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dvtv.pyi b/typings/youtube_dl/extractor/dvtv.pyi deleted file mode 100644 index 3d0bf5e..0000000 --- a/typings/youtube_dl/extractor/dvtv.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DVTVIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/dw.pyi b/typings/youtube_dl/extractor/dw.pyi deleted file mode 100644 index b26ac9a..0000000 --- a/typings/youtube_dl/extractor/dw.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class DWIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class DWArticleIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/eagleplatform.pyi b/typings/youtube_dl/extractor/eagleplatform.pyi deleted file mode 100644 index 5d9b3cd..0000000 --- a/typings/youtube_dl/extractor/eagleplatform.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EaglePlatformIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ebaumsworld.pyi b/typings/youtube_dl/extractor/ebaumsworld.pyi deleted file mode 100644 index 95d8551..0000000 --- a/typings/youtube_dl/extractor/ebaumsworld.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EbaumsWorldIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/echomsk.pyi b/typings/youtube_dl/extractor/echomsk.pyi deleted file mode 100644 index 46324b8..0000000 --- a/typings/youtube_dl/extractor/echomsk.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EchoMskIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/egghead.pyi b/typings/youtube_dl/extractor/egghead.pyi deleted file mode 100644 index e1b25b6..0000000 --- a/typings/youtube_dl/extractor/egghead.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EggheadBaseIE(InfoExtractor): - ... - - -class EggheadCourseIE(EggheadBaseIE): - IE_DESC = ... - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class EggheadLessonIE(EggheadBaseIE): - IE_DESC = ... - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ehow.pyi b/typings/youtube_dl/extractor/ehow.pyi deleted file mode 100644 index 3789183..0000000 --- a/typings/youtube_dl/extractor/ehow.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EHowIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/eighttracks.pyi b/typings/youtube_dl/extractor/eighttracks.pyi deleted file mode 100644 index 30449a4..0000000 --- a/typings/youtube_dl/extractor/eighttracks.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EightTracksIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/einthusan.pyi b/typings/youtube_dl/extractor/einthusan.pyi deleted file mode 100644 index 74c0ddd..0000000 --- a/typings/youtube_dl/extractor/einthusan.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EinthusanIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/eitb.pyi b/typings/youtube_dl/extractor/eitb.pyi deleted file mode 100644 index d2c5f68..0000000 --- a/typings/youtube_dl/extractor/eitb.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EitbIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ellentube.pyi b/typings/youtube_dl/extractor/ellentube.pyi deleted file mode 100644 index 5563014..0000000 --- a/typings/youtube_dl/extractor/ellentube.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EllenTubeBaseIE(InfoExtractor): - ... - - -class EllenTubeIE(EllenTubeBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class EllenTubeVideoIE(EllenTubeBaseIE): - _VALID_URL = ... - _TEST = ... - - -class EllenTubePlaylistIE(EllenTubeBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/elpais.pyi b/typings/youtube_dl/extractor/elpais.pyi deleted file mode 100644 index 01ddacf..0000000 --- a/typings/youtube_dl/extractor/elpais.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ElPaisIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/embedly.pyi b/typings/youtube_dl/extractor/embedly.pyi deleted file mode 100644 index 55426d8..0000000 --- a/typings/youtube_dl/extractor/embedly.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EmbedlyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/engadget.pyi b/typings/youtube_dl/extractor/engadget.pyi deleted file mode 100644 index 9b74dde..0000000 --- a/typings/youtube_dl/extractor/engadget.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EngadgetIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/eporner.pyi b/typings/youtube_dl/extractor/eporner.pyi deleted file mode 100644 index 4141ef2..0000000 --- a/typings/youtube_dl/extractor/eporner.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EpornerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/eroprofile.pyi b/typings/youtube_dl/extractor/eroprofile.pyi deleted file mode 100644 index 39239a8..0000000 --- a/typings/youtube_dl/extractor/eroprofile.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EroProfileIE(InfoExtractor): - _VALID_URL = ... - _LOGIN_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/escapist.pyi b/typings/youtube_dl/extractor/escapist.pyi deleted file mode 100644 index 7619e41..0000000 --- a/typings/youtube_dl/extractor/escapist.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EscapistIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/espn.pyi b/typings/youtube_dl/extractor/espn.pyi deleted file mode 100644 index c73d53c..0000000 --- a/typings/youtube_dl/extractor/espn.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .once import OnceIE - -class ESPNIE(OnceIE): - _VALID_URL = ... - _TESTS = ... - - -class ESPNArticleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class FiveThirtyEightIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/esri.pyi b/typings/youtube_dl/extractor/esri.pyi deleted file mode 100644 index 415a249..0000000 --- a/typings/youtube_dl/extractor/esri.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EsriVideoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/europa.pyi b/typings/youtube_dl/extractor/europa.pyi deleted file mode 100644 index 2f29648..0000000 --- a/typings/youtube_dl/extractor/europa.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EuropaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/expotv.pyi b/typings/youtube_dl/extractor/expotv.pyi deleted file mode 100644 index 2ed355a..0000000 --- a/typings/youtube_dl/extractor/expotv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ExpoTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/expressen.pyi b/typings/youtube_dl/extractor/expressen.pyi deleted file mode 100644 index 945e115..0000000 --- a/typings/youtube_dl/extractor/expressen.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ExpressenIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/extractors.pyi b/typings/youtube_dl/extractor/extractors.pyi deleted file mode 100644 index 006bc27..0000000 --- a/typings/youtube_dl/extractor/extractors.pyi +++ /dev/null @@ -1,4 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - diff --git a/typings/youtube_dl/extractor/extremetube.pyi b/typings/youtube_dl/extractor/extremetube.pyi deleted file mode 100644 index 0a94228..0000000 --- a/typings/youtube_dl/extractor/extremetube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .keezmovies import KeezMoviesIE - -class ExtremeTubeIE(KeezMoviesIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/eyedotv.pyi b/typings/youtube_dl/extractor/eyedotv.pyi deleted file mode 100644 index 0e8d439..0000000 --- a/typings/youtube_dl/extractor/eyedotv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class EyedoTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _ROOT_URL = ... - - diff --git a/typings/youtube_dl/extractor/facebook.pyi b/typings/youtube_dl/extractor/facebook.pyi deleted file mode 100644 index f33a870..0000000 --- a/typings/youtube_dl/extractor/facebook.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FacebookIE(InfoExtractor): - _VALID_URL = ... - _LOGIN_URL = ... - _CHECKPOINT_URL = ... - _NETRC_MACHINE = ... - IE_NAME = ... - _VIDEO_PAGE_TEMPLATE = ... - _VIDEO_PAGE_TAHOE_TEMPLATE = ... - _TESTS = ... - _SUPPORTED_PAGLETS_REGEX = ... - _api_config = ... - - -class FacebookPluginsVideoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/faz.pyi b/typings/youtube_dl/extractor/faz.pyi deleted file mode 100644 index f5bcf77..0000000 --- a/typings/youtube_dl/extractor/faz.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FazIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/fc2.pyi b/typings/youtube_dl/extractor/fc2.pyi deleted file mode 100644 index 4da1ea0..0000000 --- a/typings/youtube_dl/extractor/fc2.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FC2IE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _NETRC_MACHINE = ... - _TESTS = ... - - -class FC2EmbedIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/fczenit.pyi b/typings/youtube_dl/extractor/fczenit.pyi deleted file mode 100644 index 9a73f8e..0000000 --- a/typings/youtube_dl/extractor/fczenit.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FczenitIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/filmon.pyi b/typings/youtube_dl/extractor/filmon.pyi deleted file mode 100644 index b854b79..0000000 --- a/typings/youtube_dl/extractor/filmon.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FilmOnIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class FilmOnChannelIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _THUMBNAIL_RES = ... - - diff --git a/typings/youtube_dl/extractor/filmweb.pyi b/typings/youtube_dl/extractor/filmweb.pyi deleted file mode 100644 index a77045f..0000000 --- a/typings/youtube_dl/extractor/filmweb.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FilmwebIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/firsttv.pyi b/typings/youtube_dl/extractor/firsttv.pyi deleted file mode 100644 index a66e53e..0000000 --- a/typings/youtube_dl/extractor/firsttv.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FirstTVIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/fivemin.pyi b/typings/youtube_dl/extractor/fivemin.pyi deleted file mode 100644 index c83adf5..0000000 --- a/typings/youtube_dl/extractor/fivemin.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FiveMinIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/fivetv.pyi b/typings/youtube_dl/extractor/fivetv.pyi deleted file mode 100644 index 3f6c33e..0000000 --- a/typings/youtube_dl/extractor/fivetv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FiveTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/flickr.pyi b/typings/youtube_dl/extractor/flickr.pyi deleted file mode 100644 index b1b620b..0000000 --- a/typings/youtube_dl/extractor/flickr.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FlickrIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _API_BASE_URL = ... - _LICENSES = ... - - diff --git a/typings/youtube_dl/extractor/folketinget.pyi b/typings/youtube_dl/extractor/folketinget.pyi deleted file mode 100644 index 5f3cb1f..0000000 --- a/typings/youtube_dl/extractor/folketinget.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FolketingetIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/footyroom.pyi b/typings/youtube_dl/extractor/footyroom.pyi deleted file mode 100644 index 8742126..0000000 --- a/typings/youtube_dl/extractor/footyroom.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FootyRoomIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/formula1.pyi b/typings/youtube_dl/extractor/formula1.pyi deleted file mode 100644 index 4322746..0000000 --- a/typings/youtube_dl/extractor/formula1.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Formula1IE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/fourtube.pyi b/typings/youtube_dl/extractor/fourtube.pyi deleted file mode 100644 index eb7deb4..0000000 --- a/typings/youtube_dl/extractor/fourtube.pyi +++ /dev/null @@ -1,39 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FourTubeBaseIE(InfoExtractor): - ... - - -class FourTubeIE(FourTubeBaseIE): - IE_NAME = ... - _VALID_URL = ... - _URL_TEMPLATE = ... - _TKN_HOST = ... - _TESTS = ... - - -class FuxIE(FourTubeBaseIE): - _VALID_URL = ... - _URL_TEMPLATE = ... - _TKN_HOST = ... - _TESTS = ... - - -class PornTubeIE(FourTubeBaseIE): - _VALID_URL = ... - _URL_TEMPLATE = ... - _TKN_HOST = ... - _TESTS = ... - - -class PornerBrosIE(FourTubeBaseIE): - _VALID_URL = ... - _URL_TEMPLATE = ... - _TKN_HOST = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/fox.pyi b/typings/youtube_dl/extractor/fox.pyi deleted file mode 100644 index 1eab294..0000000 --- a/typings/youtube_dl/extractor/fox.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE - -class FOXIE(AdobePassIE): - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - _HOME_PAGE_URL = ... - _API_KEY = ... - _access_token = ... - - diff --git a/typings/youtube_dl/extractor/fox9.pyi b/typings/youtube_dl/extractor/fox9.pyi deleted file mode 100644 index ff244e3..0000000 --- a/typings/youtube_dl/extractor/fox9.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FOX9IE(InfoExtractor): - _VALID_URL = ... - - -class FOX9NewsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/foxgay.pyi b/typings/youtube_dl/extractor/foxgay.pyi deleted file mode 100644 index db1f1e0..0000000 --- a/typings/youtube_dl/extractor/foxgay.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FoxgayIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/foxnews.pyi b/typings/youtube_dl/extractor/foxnews.pyi deleted file mode 100644 index 5027319..0000000 --- a/typings/youtube_dl/extractor/foxnews.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .amp import AMPIE -from .common import InfoExtractor - -class FoxNewsIE(AMPIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class FoxNewsArticleIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/foxsports.pyi b/typings/youtube_dl/extractor/foxsports.pyi deleted file mode 100644 index 0971000..0000000 --- a/typings/youtube_dl/extractor/foxsports.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FoxSportsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/franceculture.pyi b/typings/youtube_dl/extractor/franceculture.pyi deleted file mode 100644 index 96f4e15..0000000 --- a/typings/youtube_dl/extractor/franceculture.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FranceCultureIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/franceinter.pyi b/typings/youtube_dl/extractor/franceinter.pyi deleted file mode 100644 index 6094c49..0000000 --- a/typings/youtube_dl/extractor/franceinter.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FranceInterIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/francetv.pyi b/typings/youtube_dl/extractor/francetv.pyi deleted file mode 100644 index a0b9d5a..0000000 --- a/typings/youtube_dl/extractor/francetv.pyi +++ /dev/null @@ -1,53 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FranceTVBaseInfoExtractor(InfoExtractor): - ... - - -class FranceTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class FranceTVSiteIE(FranceTVBaseInfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class FranceTVEmbedIE(FranceTVBaseInfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class FranceTVInfoIE(FranceTVBaseInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class FranceTVInfoSportIE(FranceTVBaseInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class GenerationWhatIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class CultureboxIE(FranceTVBaseInfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class FranceTVJeunesseIE(FranceTVBaseInfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/freesound.pyi b/typings/youtube_dl/extractor/freesound.pyi deleted file mode 100644 index 33a1d6a..0000000 --- a/typings/youtube_dl/extractor/freesound.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FreesoundIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/freespeech.pyi b/typings/youtube_dl/extractor/freespeech.pyi deleted file mode 100644 index feba4f0..0000000 --- a/typings/youtube_dl/extractor/freespeech.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FreespeechIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/freshlive.pyi b/typings/youtube_dl/extractor/freshlive.pyi deleted file mode 100644 index 3fc0f68..0000000 --- a/typings/youtube_dl/extractor/freshlive.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FreshLiveIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/frontendmasters.pyi b/typings/youtube_dl/extractor/frontendmasters.pyi deleted file mode 100644 index 202cb26..0000000 --- a/typings/youtube_dl/extractor/frontendmasters.pyi +++ /dev/null @@ -1,36 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FrontendMastersBaseIE(InfoExtractor): - _API_BASE = ... - _LOGIN_URL = ... - _NETRC_MACHINE = ... - _QUALITIES = ... - - -class FrontendMastersPageBaseIE(FrontendMastersBaseIE): - ... - - -class FrontendMastersIE(FrontendMastersBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class FrontendMastersLessonIE(FrontendMastersPageBaseIE): - _VALID_URL = ... - _TEST = ... - - -class FrontendMastersCourseIE(FrontendMastersPageBaseIE): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/fujitv.pyi b/typings/youtube_dl/extractor/fujitv.pyi deleted file mode 100644 index 8d76e22..0000000 --- a/typings/youtube_dl/extractor/fujitv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FujiTVFODPlus7IE(InfoExtractor): - _VALID_URL = ... - _BASE_URL = ... - _BITRATE_MAP = ... - - diff --git a/typings/youtube_dl/extractor/funimation.pyi b/typings/youtube_dl/extractor/funimation.pyi deleted file mode 100644 index 933e697..0000000 --- a/typings/youtube_dl/extractor/funimation.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FunimationIE(InfoExtractor): - _VALID_URL = ... - _NETRC_MACHINE = ... - _TOKEN = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/funk.pyi b/typings/youtube_dl/extractor/funk.pyi deleted file mode 100644 index fc21490..0000000 --- a/typings/youtube_dl/extractor/funk.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FunkIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/fusion.pyi b/typings/youtube_dl/extractor/fusion.pyi deleted file mode 100644 index c17e365..0000000 --- a/typings/youtube_dl/extractor/fusion.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class FusionIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gaia.pyi b/typings/youtube_dl/extractor/gaia.pyi deleted file mode 100644 index 5698d6c..0000000 --- a/typings/youtube_dl/extractor/gaia.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GaiaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _NETRC_MACHINE = ... - _jwt = ... - - diff --git a/typings/youtube_dl/extractor/gameinformer.pyi b/typings/youtube_dl/extractor/gameinformer.pyi deleted file mode 100644 index f43db38..0000000 --- a/typings/youtube_dl/extractor/gameinformer.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GameInformerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/gamespot.pyi b/typings/youtube_dl/extractor/gamespot.pyi deleted file mode 100644 index b9c0f6d..0000000 --- a/typings/youtube_dl/extractor/gamespot.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .once import OnceIE - -class GameSpotIE(OnceIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gamestar.pyi b/typings/youtube_dl/extractor/gamestar.pyi deleted file mode 100644 index 4925b7c..0000000 --- a/typings/youtube_dl/extractor/gamestar.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GameStarIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gaskrank.pyi b/typings/youtube_dl/extractor/gaskrank.pyi deleted file mode 100644 index 39bd10a..0000000 --- a/typings/youtube_dl/extractor/gaskrank.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GaskrankIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gazeta.pyi b/typings/youtube_dl/extractor/gazeta.pyi deleted file mode 100644 index 6c1fa54..0000000 --- a/typings/youtube_dl/extractor/gazeta.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GazetaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gdcvault.pyi b/typings/youtube_dl/extractor/gdcvault.pyi deleted file mode 100644 index 7db9c05..0000000 --- a/typings/youtube_dl/extractor/gdcvault.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GDCVaultIE(InfoExtractor): - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gedidigital.pyi b/typings/youtube_dl/extractor/gedidigital.pyi deleted file mode 100644 index 6f67cb0..0000000 --- a/typings/youtube_dl/extractor/gedidigital.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GediDigitalIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/generic.pyi b/typings/youtube_dl/extractor/generic.pyi deleted file mode 100644 index 250dbba..0000000 --- a/typings/youtube_dl/extractor/generic.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GenericIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - def report_following_redirect(self, new_url): # -> None: - """Report information extraction.""" - ... - - - diff --git a/typings/youtube_dl/extractor/gfycat.pyi b/typings/youtube_dl/extractor/gfycat.pyi deleted file mode 100644 index 71d4c10..0000000 --- a/typings/youtube_dl/extractor/gfycat.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GfycatIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/giantbomb.pyi b/typings/youtube_dl/extractor/giantbomb.pyi deleted file mode 100644 index 9378333..0000000 --- a/typings/youtube_dl/extractor/giantbomb.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GiantBombIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/giga.pyi b/typings/youtube_dl/extractor/giga.pyi deleted file mode 100644 index f0cb9c1..0000000 --- a/typings/youtube_dl/extractor/giga.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GigaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/gigya.pyi b/typings/youtube_dl/extractor/gigya.pyi deleted file mode 100644 index 1de1f32..0000000 --- a/typings/youtube_dl/extractor/gigya.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GigyaBaseIE(InfoExtractor): - ... - - diff --git a/typings/youtube_dl/extractor/glide.pyi b/typings/youtube_dl/extractor/glide.pyi deleted file mode 100644 index 5484cff..0000000 --- a/typings/youtube_dl/extractor/glide.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GlideIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/globo.pyi b/typings/youtube_dl/extractor/globo.pyi deleted file mode 100644 index dc32161..0000000 --- a/typings/youtube_dl/extractor/globo.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GloboIE(InfoExtractor): - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - - -class GloboArticleIE(InfoExtractor): - _VALID_URL = ... - _VIDEOID_REGEXES = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/go.pyi b/typings/youtube_dl/extractor/go.pyi deleted file mode 100644 index 647aa05..0000000 --- a/typings/youtube_dl/extractor/go.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE - -class GoIE(AdobePassIE): - _SITE_INFO = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/godtube.pyi b/typings/youtube_dl/extractor/godtube.pyi deleted file mode 100644 index 36d1cab..0000000 --- a/typings/youtube_dl/extractor/godtube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GodTubeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/golem.pyi b/typings/youtube_dl/extractor/golem.pyi deleted file mode 100644 index e460a86..0000000 --- a/typings/youtube_dl/extractor/golem.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GolemIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _PREFIX = ... - - diff --git a/typings/youtube_dl/extractor/googledrive.pyi b/typings/youtube_dl/extractor/googledrive.pyi deleted file mode 100644 index f49e5b8..0000000 --- a/typings/youtube_dl/extractor/googledrive.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GoogleDriveIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _FORMATS_EXT = ... - _BASE_URL_CAPTIONS = ... - _CAPTIONS_ENTRY_TAG = ... - _caption_formats_ext = ... - _captions_xml = ... - - diff --git a/typings/youtube_dl/extractor/googlepodcasts.pyi b/typings/youtube_dl/extractor/googlepodcasts.pyi deleted file mode 100644 index 376e3f9..0000000 --- a/typings/youtube_dl/extractor/googlepodcasts.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GooglePodcastsBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class GooglePodcastsIE(GooglePodcastsBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class GooglePodcastsFeedIE(GooglePodcastsBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/googlesearch.pyi b/typings/youtube_dl/extractor/googlesearch.pyi deleted file mode 100644 index 5773122..0000000 --- a/typings/youtube_dl/extractor/googlesearch.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import SearchInfoExtractor - -class GoogleSearchIE(SearchInfoExtractor): - IE_DESC = ... - _MAX_RESULTS = ... - IE_NAME = ... - _SEARCH_KEY = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/goshgay.pyi b/typings/youtube_dl/extractor/goshgay.pyi deleted file mode 100644 index 54aae6f..0000000 --- a/typings/youtube_dl/extractor/goshgay.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GoshgayIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/gputechconf.pyi b/typings/youtube_dl/extractor/gputechconf.pyi deleted file mode 100644 index ec6b50a..0000000 --- a/typings/youtube_dl/extractor/gputechconf.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GPUTechConfIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/groupon.pyi b/typings/youtube_dl/extractor/groupon.pyi deleted file mode 100644 index ca4b1d5..0000000 --- a/typings/youtube_dl/extractor/groupon.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class GrouponIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _PROVIDERS = ... - - diff --git a/typings/youtube_dl/extractor/hbo.pyi b/typings/youtube_dl/extractor/hbo.pyi deleted file mode 100644 index 35921e6..0000000 --- a/typings/youtube_dl/extractor/hbo.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HBOBaseIE(InfoExtractor): - _FORMATS_INFO = ... - - -class HBOIE(HBOBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hearthisat.pyi b/typings/youtube_dl/extractor/hearthisat.pyi deleted file mode 100644 index e1a935c..0000000 --- a/typings/youtube_dl/extractor/hearthisat.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HearThisAtIE(InfoExtractor): - _VALID_URL = ... - _PLAYLIST_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/heise.pyi b/typings/youtube_dl/extractor/heise.pyi deleted file mode 100644 index 722e0fd..0000000 --- a/typings/youtube_dl/extractor/heise.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HeiseIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/hellporno.pyi b/typings/youtube_dl/extractor/hellporno.pyi deleted file mode 100644 index 64f2aa3..0000000 --- a/typings/youtube_dl/extractor/hellporno.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HellPornoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/helsinki.pyi b/typings/youtube_dl/extractor/helsinki.pyi deleted file mode 100644 index 7fe348a..0000000 --- a/typings/youtube_dl/extractor/helsinki.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HelsinkiIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hentaistigma.pyi b/typings/youtube_dl/extractor/hentaistigma.pyi deleted file mode 100644 index bab8735..0000000 --- a/typings/youtube_dl/extractor/hentaistigma.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HentaiStigmaIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hgtv.pyi b/typings/youtube_dl/extractor/hgtv.pyi deleted file mode 100644 index f1fd27e..0000000 --- a/typings/youtube_dl/extractor/hgtv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HGTVComShowIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/hidive.pyi b/typings/youtube_dl/extractor/hidive.pyi deleted file mode 100644 index 384cdbf..0000000 --- a/typings/youtube_dl/extractor/hidive.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HiDiveIE(InfoExtractor): - _VALID_URL = ... - _GEO_BYPASS = ... - _NETRC_MACHINE = ... - _LOGIN_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/historicfilms.pyi b/typings/youtube_dl/extractor/historicfilms.pyi deleted file mode 100644 index aabf1ef..0000000 --- a/typings/youtube_dl/extractor/historicfilms.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HistoricFilmsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hitbox.pyi b/typings/youtube_dl/extractor/hitbox.pyi deleted file mode 100644 index 4861a6b..0000000 --- a/typings/youtube_dl/extractor/hitbox.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HitboxIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class HitboxLiveIE(HitboxIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/hitrecord.pyi b/typings/youtube_dl/extractor/hitrecord.pyi deleted file mode 100644 index 2fea595..0000000 --- a/typings/youtube_dl/extractor/hitrecord.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HitRecordIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hketv.pyi b/typings/youtube_dl/extractor/hketv.pyi deleted file mode 100644 index 6203aca..0000000 --- a/typings/youtube_dl/extractor/hketv.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HKETVIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _GEO_BYPASS = ... - _GEO_COUNTRIES = ... - _VALID_URL = ... - _TESTS = ... - _CC_LANGS = ... - _FORMAT_HEIGHTS = ... - _APPS_BASE_URL = ... - - diff --git a/typings/youtube_dl/extractor/hornbunny.pyi b/typings/youtube_dl/extractor/hornbunny.pyi deleted file mode 100644 index 50ac9f7..0000000 --- a/typings/youtube_dl/extractor/hornbunny.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HornBunnyIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hotnewhiphop.pyi b/typings/youtube_dl/extractor/hotnewhiphop.pyi deleted file mode 100644 index 91c88bf..0000000 --- a/typings/youtube_dl/extractor/hotnewhiphop.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HotNewHipHopIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hotstar.pyi b/typings/youtube_dl/extractor/hotstar.pyi deleted file mode 100644 index 23ac5d1..0000000 --- a/typings/youtube_dl/extractor/hotstar.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HotStarBaseIE(InfoExtractor): - _AKAMAI_ENCRYPTION_KEY = ... - - -class HotStarIE(HotStarBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - _DEVICE_ID = ... - _USER_TOKEN = ... - - -class HotStarPlaylistIE(HotStarBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/howcast.pyi b/typings/youtube_dl/extractor/howcast.pyi deleted file mode 100644 index bf7ce24..0000000 --- a/typings/youtube_dl/extractor/howcast.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HowcastIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/howstuffworks.pyi b/typings/youtube_dl/extractor/howstuffworks.pyi deleted file mode 100644 index 33277c1..0000000 --- a/typings/youtube_dl/extractor/howstuffworks.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HowStuffWorksIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/hrti.pyi b/typings/youtube_dl/extractor/hrti.pyi deleted file mode 100644 index c753b0b..0000000 --- a/typings/youtube_dl/extractor/hrti.pyi +++ /dev/null @@ -1,29 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HRTiBaseIE(InfoExtractor): - """ - Base Information Extractor for Croatian Radiotelevision - video on demand site https://hrti.hrt.hr - Reverse engineered from the JavaScript app in app.min.js - """ - _NETRC_MACHINE = ... - _APP_LANGUAGE = ... - _APP_VERSION = ... - _APP_PUBLICATION_ID = ... - _API_URL = ... - - -class HRTiIE(HRTiBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class HRTiPlaylistIE(HRTiBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/huajiao.pyi b/typings/youtube_dl/extractor/huajiao.pyi deleted file mode 100644 index e72f8dc..0000000 --- a/typings/youtube_dl/extractor/huajiao.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HuajiaoIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/huffpost.pyi b/typings/youtube_dl/extractor/huffpost.pyi deleted file mode 100644 index e521ab1..0000000 --- a/typings/youtube_dl/extractor/huffpost.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HuffPostIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hungama.pyi b/typings/youtube_dl/extractor/hungama.pyi deleted file mode 100644 index 3c5ecdd..0000000 --- a/typings/youtube_dl/extractor/hungama.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HungamaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class HungamaSongIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/hypem.pyi b/typings/youtube_dl/extractor/hypem.pyi deleted file mode 100644 index cd30175..0000000 --- a/typings/youtube_dl/extractor/hypem.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class HypemIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ign.pyi b/typings/youtube_dl/extractor/ign.pyi deleted file mode 100644 index ddf563b..0000000 --- a/typings/youtube_dl/extractor/ign.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IGNBaseIE(InfoExtractor): - ... - - -class IGNIE(IGNBaseIE): - """ - Extractor for some of the IGN sites, like www.ign.com, es.ign.com de.ign.com. - Some videos of it.ign.com are also supported - """ - _VALID_URL = ... - IE_NAME = ... - _PAGE_TYPE = ... - _TESTS = ... - - -class IGNVideoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class IGNArticleIE(IGNBaseIE): - _VALID_URL = ... - _PAGE_TYPE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/iheart.pyi b/typings/youtube_dl/extractor/iheart.pyi deleted file mode 100644 index fc40ab9..0000000 --- a/typings/youtube_dl/extractor/iheart.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IHeartRadioBaseIE(InfoExtractor): - ... - - -class IHeartRadioIE(IHeartRadioBaseIE): - IENAME = ... - _VALID_URL = ... - _TEST = ... - - -class IHeartRadioPodcastIE(IHeartRadioBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/imdb.pyi b/typings/youtube_dl/extractor/imdb.pyi deleted file mode 100644 index df597c7..0000000 --- a/typings/youtube_dl/extractor/imdb.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ImdbIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class ImdbListIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/imggaming.pyi b/typings/youtube_dl/extractor/imggaming.pyi deleted file mode 100644 index 3da7cfd..0000000 --- a/typings/youtube_dl/extractor/imggaming.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ImgGamingBaseIE(InfoExtractor): - _API_BASE = ... - _API_KEY = ... - _HEADERS = ... - _MANIFEST_HEADERS = ... - _REALM = ... - _VALID_URL_TEMPL = ... - - diff --git a/typings/youtube_dl/extractor/imgur.pyi b/typings/youtube_dl/extractor/imgur.pyi deleted file mode 100644 index 12f122b..0000000 --- a/typings/youtube_dl/extractor/imgur.pyi +++ /dev/null @@ -1,23 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ImgurIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class ImgurGalleryIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ImgurAlbumIE(ImgurGalleryIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ina.pyi b/typings/youtube_dl/extractor/ina.pyi deleted file mode 100644 index 97bbbe9..0000000 --- a/typings/youtube_dl/extractor/ina.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class InaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/inc.pyi b/typings/youtube_dl/extractor/inc.pyi deleted file mode 100644 index d09fbdb..0000000 --- a/typings/youtube_dl/extractor/inc.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IncIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/indavideo.pyi b/typings/youtube_dl/extractor/indavideo.pyi deleted file mode 100644 index 61aa1e6..0000000 --- a/typings/youtube_dl/extractor/indavideo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IndavideoEmbedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/infoq.pyi b/typings/youtube_dl/extractor/infoq.pyi deleted file mode 100644 index b7d2445..0000000 --- a/typings/youtube_dl/extractor/infoq.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .bokecc import BokeCCBaseIE - -class InfoQIE(BokeCCBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/instagram.pyi b/typings/youtube_dl/extractor/instagram.pyi deleted file mode 100644 index 4e5582f..0000000 --- a/typings/youtube_dl/extractor/instagram.pyi +++ /dev/null @@ -1,31 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class InstagramIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class InstagramPlaylistIE(InfoExtractor): - _gis_tmpl = ... - - -class InstagramUserIE(InstagramPlaylistIE): - _VALID_URL = ... - IE_DESC = ... - IE_NAME = ... - _TEST = ... - _QUERY_HASH = ... - - -class InstagramTagIE(InstagramPlaylistIE): - _VALID_URL = ... - IE_DESC = ... - IE_NAME = ... - _TEST = ... - _QUERY_HASH = ... - - diff --git a/typings/youtube_dl/extractor/internazionale.pyi b/typings/youtube_dl/extractor/internazionale.pyi deleted file mode 100644 index 4d080f0..0000000 --- a/typings/youtube_dl/extractor/internazionale.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class InternazionaleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/internetvideoarchive.pyi b/typings/youtube_dl/extractor/internetvideoarchive.pyi deleted file mode 100644 index 5b4d078..0000000 --- a/typings/youtube_dl/extractor/internetvideoarchive.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class InternetVideoArchiveIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/iprima.pyi b/typings/youtube_dl/extractor/iprima.pyi deleted file mode 100644 index 4fa2069..0000000 --- a/typings/youtube_dl/extractor/iprima.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IPrimaIE(InfoExtractor): - _VALID_URL = ... - _GEO_BYPASS = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/iqiyi.pyi b/typings/youtube_dl/extractor/iqiyi.pyi deleted file mode 100644 index 1bee017..0000000 --- a/typings/youtube_dl/extractor/iqiyi.pyi +++ /dev/null @@ -1,80 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -def md5_text(text): # -> str: - ... - -class IqiyiSDK: - def __init__(self, target, ip, timestamp) -> None: - ... - - @staticmethod - def split_sum(data): - ... - - @staticmethod - def digit_sum(num): - ... - - def even_odd(self): # -> tuple[Unknown, Unknown]: - ... - - def preprocess(self, chunksize): # -> tuple[list[Unknown], list[int]]: - ... - - def mod(self, modulus): # -> None: - ... - - def split(self, chunksize): # -> None: - ... - - def handle_input16(self): # -> None: - ... - - def handle_input8(self): # -> None: - ... - - def handleSum(self): # -> None: - ... - - def date(self, scheme): # -> None: - ... - - def split_time_even_odd(self): # -> None: - ... - - def split_time_odd_even(self): # -> None: - ... - - def split_ip_time_sum(self): # -> None: - ... - - def split_time_ip_sum(self): # -> None: - ... - - - -class IqiyiSDKInterpreter: - def __init__(self, sdk_code) -> None: - ... - - def run(self, target, ip, timestamp): # -> str: - ... - - - -class IqiyiIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - _FORMATS_MAP = ... - def get_raw_data(self, tvid, video_id): # -> Any | Literal[False] | None: - ... - - - diff --git a/typings/youtube_dl/extractor/ir90tv.pyi b/typings/youtube_dl/extractor/ir90tv.pyi deleted file mode 100644 index 8d2f2f7..0000000 --- a/typings/youtube_dl/extractor/ir90tv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Ir90TvIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/itv.pyi b/typings/youtube_dl/extractor/itv.pyi deleted file mode 100644 index dc61d7f..0000000 --- a/typings/youtube_dl/extractor/itv.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ITVIE(InfoExtractor): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - -class ITVBTCCIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ivi.pyi b/typings/youtube_dl/extractor/ivi.pyi deleted file mode 100644 index 6b29927..0000000 --- a/typings/youtube_dl/extractor/ivi.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IviIE(InfoExtractor): - IE_DESC = ... - IE_NAME = ... - _VALID_URL = ... - _GEO_BYPASS = ... - _GEO_COUNTRIES = ... - _LIGHT_KEY = ... - _LIGHT_URL = ... - _TESTS = ... - _KNOWN_FORMATS = ... - - -class IviCompilationIE(InfoExtractor): - IE_DESC = ... - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ivideon.pyi b/typings/youtube_dl/extractor/ivideon.pyi deleted file mode 100644 index 6ca4154..0000000 --- a/typings/youtube_dl/extractor/ivideon.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IvideonIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _QUALITIES = ... - - diff --git a/typings/youtube_dl/extractor/iwara.pyi b/typings/youtube_dl/extractor/iwara.pyi deleted file mode 100644 index 5a1d55a..0000000 --- a/typings/youtube_dl/extractor/iwara.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IwaraIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/izlesene.pyi b/typings/youtube_dl/extractor/izlesene.pyi deleted file mode 100644 index 3052bd2..0000000 --- a/typings/youtube_dl/extractor/izlesene.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class IzleseneIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/jamendo.pyi b/typings/youtube_dl/extractor/jamendo.pyi deleted file mode 100644 index 51b5808..0000000 --- a/typings/youtube_dl/extractor/jamendo.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class JamendoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class JamendoAlbumIE(JamendoIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/jeuxvideo.pyi b/typings/youtube_dl/extractor/jeuxvideo.pyi deleted file mode 100644 index e5b0730..0000000 --- a/typings/youtube_dl/extractor/jeuxvideo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class JeuxVideoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/joj.pyi b/typings/youtube_dl/extractor/joj.pyi deleted file mode 100644 index a351521..0000000 --- a/typings/youtube_dl/extractor/joj.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class JojIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/jove.pyi b/typings/youtube_dl/extractor/jove.pyi deleted file mode 100644 index 1aa4919..0000000 --- a/typings/youtube_dl/extractor/jove.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class JoveIE(InfoExtractor): - _VALID_URL = ... - _CHAPTERS_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/jwplatform.pyi b/typings/youtube_dl/extractor/jwplatform.pyi deleted file mode 100644 index 57ac9d6..0000000 --- a/typings/youtube_dl/extractor/jwplatform.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class JWPlatformIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/kakao.pyi b/typings/youtube_dl/extractor/kakao.pyi deleted file mode 100644 index b66c0e1..0000000 --- a/typings/youtube_dl/extractor/kakao.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KakaoIE(InfoExtractor): - _VALID_URL = ... - _API_BASE_TMPL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/kaltura.pyi b/typings/youtube_dl/extractor/kaltura.pyi deleted file mode 100644 index 0227d5a..0000000 --- a/typings/youtube_dl/extractor/kaltura.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KalturaIE(InfoExtractor): - _VALID_URL = ... - _SERVICE_URL = ... - _SERVICE_BASE = ... - _CAPTION_TYPES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/kankan.pyi b/typings/youtube_dl/extractor/kankan.pyi deleted file mode 100644 index 78bd537..0000000 --- a/typings/youtube_dl/extractor/kankan.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -_md5 = ... -class KankanIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/karaoketv.pyi b/typings/youtube_dl/extractor/karaoketv.pyi deleted file mode 100644 index 8e1970c..0000000 --- a/typings/youtube_dl/extractor/karaoketv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KaraoketvIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/karrierevideos.pyi b/typings/youtube_dl/extractor/karrierevideos.pyi deleted file mode 100644 index e5eb156..0000000 --- a/typings/youtube_dl/extractor/karrierevideos.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KarriereVideosIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/keezmovies.pyi b/typings/youtube_dl/extractor/keezmovies.pyi deleted file mode 100644 index b1eb2e7..0000000 --- a/typings/youtube_dl/extractor/keezmovies.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KeezMoviesIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ketnet.pyi b/typings/youtube_dl/extractor/ketnet.pyi deleted file mode 100644 index 9a88fc5..0000000 --- a/typings/youtube_dl/extractor/ketnet.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KetnetIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/khanacademy.pyi b/typings/youtube_dl/extractor/khanacademy.pyi deleted file mode 100644 index 8dca141..0000000 --- a/typings/youtube_dl/extractor/khanacademy.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KhanAcademyBaseIE(InfoExtractor): - _VALID_URL_TEMPL = ... - - -class KhanAcademyIE(KhanAcademyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class KhanAcademyUnitIE(KhanAcademyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/kickstarter.pyi b/typings/youtube_dl/extractor/kickstarter.pyi deleted file mode 100644 index 01ea6fc..0000000 --- a/typings/youtube_dl/extractor/kickstarter.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KickStarterIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/kinja.pyi b/typings/youtube_dl/extractor/kinja.pyi deleted file mode 100644 index 214ca23..0000000 --- a/typings/youtube_dl/extractor/kinja.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KinjaEmbedIE(InfoExtractor): - IENAME = ... - _DOMAIN_REGEX = ... - _COMMON_REGEX = ... - _VALID_URL = ... - _TESTS = ... - _JWPLATFORM_PROVIDER = ... - _PROVIDER_MAP = ... - - diff --git a/typings/youtube_dl/extractor/kinopoisk.pyi b/typings/youtube_dl/extractor/kinopoisk.pyi deleted file mode 100644 index 88b4f14..0000000 --- a/typings/youtube_dl/extractor/kinopoisk.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KinoPoiskIE(InfoExtractor): - _GEO_COUNTRIES = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/konserthusetplay.pyi b/typings/youtube_dl/extractor/konserthusetplay.pyi deleted file mode 100644 index dbf80a2..0000000 --- a/typings/youtube_dl/extractor/konserthusetplay.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KonserthusetPlayIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/krasview.pyi b/typings/youtube_dl/extractor/krasview.pyi deleted file mode 100644 index 3886b06..0000000 --- a/typings/youtube_dl/extractor/krasview.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KrasViewIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ku6.pyi b/typings/youtube_dl/extractor/ku6.pyi deleted file mode 100644 index 60abc27..0000000 --- a/typings/youtube_dl/extractor/ku6.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Ku6IE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/kusi.pyi b/typings/youtube_dl/extractor/kusi.pyi deleted file mode 100644 index 86b2b13..0000000 --- a/typings/youtube_dl/extractor/kusi.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KUSIIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/kuwo.pyi b/typings/youtube_dl/extractor/kuwo.pyi deleted file mode 100644 index 4af2346..0000000 --- a/typings/youtube_dl/extractor/kuwo.pyi +++ /dev/null @@ -1,54 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class KuwoBaseIE(InfoExtractor): - _FORMATS = ... - - -class KuwoIE(KuwoBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class KuwoAlbumIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class KuwoChartIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class KuwoSingerIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - PAGE_SIZE = ... - - -class KuwoCategoryIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class KuwoMvIE(KuwoBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - _FORMATS = ... - - diff --git a/typings/youtube_dl/extractor/la7.pyi b/typings/youtube_dl/extractor/la7.pyi deleted file mode 100644 index 8c69304..0000000 --- a/typings/youtube_dl/extractor/la7.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LA7IE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/laola1tv.pyi b/typings/youtube_dl/extractor/laola1tv.pyi deleted file mode 100644 index 6cde35b..0000000 --- a/typings/youtube_dl/extractor/laola1tv.pyi +++ /dev/null @@ -1,33 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Laola1TvEmbedIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class Laola1TvBaseIE(Laola1TvEmbedIE): - ... - - -class Laola1TvIE(Laola1TvBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class EHFTVIE(Laola1TvBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ITTFIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/lbry.pyi b/typings/youtube_dl/extractor/lbry.pyi deleted file mode 100644 index 70953c9..0000000 --- a/typings/youtube_dl/extractor/lbry.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LBRYBaseIE(InfoExtractor): - _BASE_URL_REGEX = ... - _CLAIM_ID_REGEX = ... - _OPT_CLAIM_ID = ... - _SUPPORTED_STREAM_TYPES = ... - - -class LBRYIE(LBRYBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class LBRYChannelIE(LBRYBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - - diff --git a/typings/youtube_dl/extractor/lci.pyi b/typings/youtube_dl/extractor/lci.pyi deleted file mode 100644 index 43d08d1..0000000 --- a/typings/youtube_dl/extractor/lci.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LCIIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/lcp.pyi b/typings/youtube_dl/extractor/lcp.pyi deleted file mode 100644 index cbd00af..0000000 --- a/typings/youtube_dl/extractor/lcp.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .arkena import ArkenaIE - -class LcpPlayIE(ArkenaIE): - _VALID_URL = ... - _TESTS = ... - - -class LcpIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/lecture2go.pyi b/typings/youtube_dl/extractor/lecture2go.pyi deleted file mode 100644 index a3c28fc..0000000 --- a/typings/youtube_dl/extractor/lecture2go.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Lecture2GoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/lecturio.pyi b/typings/youtube_dl/extractor/lecturio.pyi deleted file mode 100644 index 4c3eabc..0000000 --- a/typings/youtube_dl/extractor/lecturio.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LecturioBaseIE(InfoExtractor): - _API_BASE_URL = ... - _LOGIN_URL = ... - _NETRC_MACHINE = ... - - -class LecturioIE(LecturioBaseIE): - _VALID_URL = ... - _TESTS = ... - _CC_LANGS = ... - - -class LecturioCourseIE(LecturioBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class LecturioDeCourseIE(LecturioBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/leeco.pyi b/typings/youtube_dl/extractor/leeco.pyi deleted file mode 100644 index c6d3ca2..0000000 --- a/typings/youtube_dl/extractor/leeco.pyi +++ /dev/null @@ -1,43 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LeIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _URL_TEMPLATE = ... - _TESTS = ... - def ror(self, param1, param2): - ... - - def calc_time_key(self, param1): - ... - - @staticmethod - def decrypt_m3u8(encrypted_data): # -> bytes: - ... - - - -class LePlaylistIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class LetvCloudIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @staticmethod - def sign_data(obj): # -> None: - ... - - - diff --git a/typings/youtube_dl/extractor/lego.pyi b/typings/youtube_dl/extractor/lego.pyi deleted file mode 100644 index 0892c2a..0000000 --- a/typings/youtube_dl/extractor/lego.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LEGOIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _QUALITIES = ... - - diff --git a/typings/youtube_dl/extractor/lemonde.pyi b/typings/youtube_dl/extractor/lemonde.pyi deleted file mode 100644 index 677d5df..0000000 --- a/typings/youtube_dl/extractor/lemonde.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LemondeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/lenta.pyi b/typings/youtube_dl/extractor/lenta.pyi deleted file mode 100644 index 0c4914d..0000000 --- a/typings/youtube_dl/extractor/lenta.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LentaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/libraryofcongress.pyi b/typings/youtube_dl/extractor/libraryofcongress.pyi deleted file mode 100644 index ea9d7af..0000000 --- a/typings/youtube_dl/extractor/libraryofcongress.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LibraryOfCongressIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/libsyn.pyi b/typings/youtube_dl/extractor/libsyn.pyi deleted file mode 100644 index f1c60cf..0000000 --- a/typings/youtube_dl/extractor/libsyn.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LibsynIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/lifenews.pyi b/typings/youtube_dl/extractor/lifenews.pyi deleted file mode 100644 index 5385a1c..0000000 --- a/typings/youtube_dl/extractor/lifenews.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LifeNewsIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class LifeEmbedIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/limelight.pyi b/typings/youtube_dl/extractor/limelight.pyi deleted file mode 100644 index 035a4c6..0000000 --- a/typings/youtube_dl/extractor/limelight.pyi +++ /dev/null @@ -1,31 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LimelightBaseIE(InfoExtractor): - _PLAYLIST_SERVICE_URL = ... - - -class LimelightMediaIE(LimelightBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PLAYLIST_SERVICE_PATH = ... - - -class LimelightChannelIE(LimelightBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PLAYLIST_SERVICE_PATH = ... - - -class LimelightChannelListIE(LimelightBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PLAYLIST_SERVICE_PATH = ... - - diff --git a/typings/youtube_dl/extractor/line.pyi b/typings/youtube_dl/extractor/line.pyi deleted file mode 100644 index 9d4a18c..0000000 --- a/typings/youtube_dl/extractor/line.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LineTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class LineLiveBaseIE(InfoExtractor): - _API_BASE_URL = ... - - -class LineLiveIE(LineLiveBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class LineLiveChannelIE(LineLiveBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/linkedin.pyi b/typings/youtube_dl/extractor/linkedin.pyi deleted file mode 100644 index 68919d8..0000000 --- a/typings/youtube_dl/extractor/linkedin.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LinkedInLearningBaseIE(InfoExtractor): - _NETRC_MACHINE = ... - _LOGIN_URL = ... - - -class LinkedInLearningIE(LinkedInLearningBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class LinkedInLearningCourseIE(LinkedInLearningBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/linuxacademy.pyi b/typings/youtube_dl/extractor/linuxacademy.pyi deleted file mode 100644 index 0b96899..0000000 --- a/typings/youtube_dl/extractor/linuxacademy.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LinuxAcademyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _AUTHORIZE_URL = ... - _ORIGIN_URL = ... - _CLIENT_ID = ... - _NETRC_MACHINE = ... - - diff --git a/typings/youtube_dl/extractor/litv.pyi b/typings/youtube_dl/extractor/litv.pyi deleted file mode 100644 index 8beb5db..0000000 --- a/typings/youtube_dl/extractor/litv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LiTVIE(InfoExtractor): - _VALID_URL = ... - _URL_TEMPLATE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/livejournal.pyi b/typings/youtube_dl/extractor/livejournal.pyi deleted file mode 100644 index ca20814..0000000 --- a/typings/youtube_dl/extractor/livejournal.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LiveJournalIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/livestream.pyi b/typings/youtube_dl/extractor/livestream.pyi deleted file mode 100644 index cc2b49c..0000000 --- a/typings/youtube_dl/extractor/livestream.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LivestreamIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _API_URL_TEMPLATE = ... - - -class LivestreamOriginalIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class LivestreamShortenerIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/lnkgo.pyi b/typings/youtube_dl/extractor/lnkgo.pyi deleted file mode 100644 index e340e27..0000000 --- a/typings/youtube_dl/extractor/lnkgo.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LnkGoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _AGE_LIMITS = ... - _M3U8_TEMPL = ... - - diff --git a/typings/youtube_dl/extractor/localnews8.pyi b/typings/youtube_dl/extractor/localnews8.pyi deleted file mode 100644 index 833eae9..0000000 --- a/typings/youtube_dl/extractor/localnews8.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LocalNews8IE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/lovehomeporn.pyi b/typings/youtube_dl/extractor/lovehomeporn.pyi deleted file mode 100644 index 4d68d5d..0000000 --- a/typings/youtube_dl/extractor/lovehomeporn.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .nuevo import NuevoBaseIE - -class LoveHomePornIE(NuevoBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/lrt.pyi b/typings/youtube_dl/extractor/lrt.pyi deleted file mode 100644 index 2ea2934..0000000 --- a/typings/youtube_dl/extractor/lrt.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LRTIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/lynda.pyi b/typings/youtube_dl/extractor/lynda.pyi deleted file mode 100644 index ca6fa1c..0000000 --- a/typings/youtube_dl/extractor/lynda.pyi +++ /dev/null @@ -1,29 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class LyndaBaseIE(InfoExtractor): - _SIGNIN_URL = ... - _PASSWORD_URL = ... - _USER_URL = ... - _ACCOUNT_CREDENTIALS_HINT = ... - _NETRC_MACHINE = ... - - -class LyndaIE(LyndaBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TIMECODE_REGEX = ... - _TESTS = ... - - -class LyndaCourseIE(LyndaBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/m6.pyi b/typings/youtube_dl/extractor/m6.pyi deleted file mode 100644 index 6644621..0000000 --- a/typings/youtube_dl/extractor/m6.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class M6IE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/mailru.pyi b/typings/youtube_dl/extractor/mailru.pyi deleted file mode 100644 index 44bb68e..0000000 --- a/typings/youtube_dl/extractor/mailru.pyi +++ /dev/null @@ -1,31 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MailRuIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class MailRuMusicSearchBaseIE(InfoExtractor): - ... - - -class MailRuMusicIE(MailRuMusicSearchBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class MailRuMusicSearchIE(MailRuMusicSearchBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/malltv.pyi b/typings/youtube_dl/extractor/malltv.pyi deleted file mode 100644 index f640d8a..0000000 --- a/typings/youtube_dl/extractor/malltv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MallTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mangomolo.pyi b/typings/youtube_dl/extractor/mangomolo.pyi deleted file mode 100644 index af243f4..0000000 --- a/typings/youtube_dl/extractor/mangomolo.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MangomoloBaseIE(InfoExtractor): - _BASE_REGEX = ... - - -class MangomoloVideoIE(MangomoloBaseIE): - _TYPE = ... - IE_NAME = ... - _VALID_URL = ... - _IS_LIVE = ... - - -class MangomoloLiveIE(MangomoloBaseIE): - _TYPE = ... - IE_NAME = ... - _VALID_URL = ... - _IS_LIVE = ... - - diff --git a/typings/youtube_dl/extractor/manyvids.pyi b/typings/youtube_dl/extractor/manyvids.pyi deleted file mode 100644 index d2b0326..0000000 --- a/typings/youtube_dl/extractor/manyvids.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ManyVidsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/maoritv.pyi b/typings/youtube_dl/extractor/maoritv.pyi deleted file mode 100644 index 198cf70..0000000 --- a/typings/youtube_dl/extractor/maoritv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MaoriTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/markiza.pyi b/typings/youtube_dl/extractor/markiza.pyi deleted file mode 100644 index 47dd62a..0000000 --- a/typings/youtube_dl/extractor/markiza.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MarkizaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class MarkizaPageIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/massengeschmacktv.pyi b/typings/youtube_dl/extractor/massengeschmacktv.pyi deleted file mode 100644 index a3be772..0000000 --- a/typings/youtube_dl/extractor/massengeschmacktv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MassengeschmackTVIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/matchtv.pyi b/typings/youtube_dl/extractor/matchtv.pyi deleted file mode 100644 index 001abd8..0000000 --- a/typings/youtube_dl/extractor/matchtv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MatchTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mdr.pyi b/typings/youtube_dl/extractor/mdr.pyi deleted file mode 100644 index 5aecec4..0000000 --- a/typings/youtube_dl/extractor/mdr.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MDRIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/medaltv.pyi b/typings/youtube_dl/extractor/medaltv.pyi deleted file mode 100644 index 51b5cf5..0000000 --- a/typings/youtube_dl/extractor/medaltv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MedalTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/medialaan.pyi b/typings/youtube_dl/extractor/medialaan.pyi deleted file mode 100644 index cf56b08..0000000 --- a/typings/youtube_dl/extractor/medialaan.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MedialaanIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mediaset.pyi b/typings/youtube_dl/extractor/mediaset.pyi deleted file mode 100644 index 675750e..0000000 --- a/typings/youtube_dl/extractor/mediaset.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .theplatform import ThePlatformBaseIE - -class MediasetIE(ThePlatformBaseIE): - _TP_TLD = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mediasite.pyi b/typings/youtube_dl/extractor/mediasite.pyi deleted file mode 100644 index b2ed0e9..0000000 --- a/typings/youtube_dl/extractor/mediasite.pyi +++ /dev/null @@ -1,23 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -_ID_RE = ... -class MediasiteIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _STREAM_TYPES = ... - - -class MediasiteCatalogIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class MediasiteNamedCatalogIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/medici.pyi b/typings/youtube_dl/extractor/medici.pyi deleted file mode 100644 index eb89cd7..0000000 --- a/typings/youtube_dl/extractor/medici.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MediciIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/megaphone.pyi b/typings/youtube_dl/extractor/megaphone.pyi deleted file mode 100644 index 94da2a7..0000000 --- a/typings/youtube_dl/extractor/megaphone.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MegaphoneIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/meipai.pyi b/typings/youtube_dl/extractor/meipai.pyi deleted file mode 100644 index 9cafa65..0000000 --- a/typings/youtube_dl/extractor/meipai.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MeipaiIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/melonvod.pyi b/typings/youtube_dl/extractor/melonvod.pyi deleted file mode 100644 index bc43b50..0000000 --- a/typings/youtube_dl/extractor/melonvod.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MelonVODIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/meta.pyi b/typings/youtube_dl/extractor/meta.pyi deleted file mode 100644 index b60e0ad..0000000 --- a/typings/youtube_dl/extractor/meta.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class METAIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/metacafe.pyi b/typings/youtube_dl/extractor/metacafe.pyi deleted file mode 100644 index dc4d635..0000000 --- a/typings/youtube_dl/extractor/metacafe.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MetacafeIE(InfoExtractor): - _VALID_URL = ... - _DISCLAIMER = ... - _FILTER_POST = ... - IE_NAME = ... - _TESTS = ... - def report_disclaimer(self): # -> None: - ... - - - diff --git a/typings/youtube_dl/extractor/metacritic.pyi b/typings/youtube_dl/extractor/metacritic.pyi deleted file mode 100644 index eeee24d..0000000 --- a/typings/youtube_dl/extractor/metacritic.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MetacriticIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mgoon.pyi b/typings/youtube_dl/extractor/mgoon.pyi deleted file mode 100644 index 09b23b0..0000000 --- a/typings/youtube_dl/extractor/mgoon.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MgoonIE(InfoExtractor): - _VALID_URL = ... - _API_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mgtv.pyi b/typings/youtube_dl/extractor/mgtv.pyi deleted file mode 100644 index 3b9a24f..0000000 --- a/typings/youtube_dl/extractor/mgtv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MGTVIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/miaopai.pyi b/typings/youtube_dl/extractor/miaopai.pyi deleted file mode 100644 index 2dbd0d0..0000000 --- a/typings/youtube_dl/extractor/miaopai.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MiaoPaiIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _USER_AGENT_IPAD = ... - - diff --git a/typings/youtube_dl/extractor/microsoftvirtualacademy.pyi b/typings/youtube_dl/extractor/microsoftvirtualacademy.pyi deleted file mode 100644 index 888ce0a..0000000 --- a/typings/youtube_dl/extractor/microsoftvirtualacademy.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MicrosoftVirtualAcademyBaseIE(InfoExtractor): - ... - - -class MicrosoftVirtualAcademyIE(MicrosoftVirtualAcademyBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class MicrosoftVirtualAcademyCourseIE(MicrosoftVirtualAcademyBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/minds.pyi b/typings/youtube_dl/extractor/minds.pyi deleted file mode 100644 index d721af2..0000000 --- a/typings/youtube_dl/extractor/minds.pyi +++ /dev/null @@ -1,36 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MindsBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class MindsIE(MindsBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class MindsFeedBaseIE(MindsBaseIE): - _PAGE_SIZE = ... - - -class MindsChannelIE(MindsFeedBaseIE): - _FEED_TYPE = ... - IE_NAME = ... - _VALID_URL = ... - _FEED_PATH = ... - _TEST = ... - - -class MindsGroupIE(MindsFeedBaseIE): - _FEED_TYPE = ... - IE_NAME = ... - _VALID_URL = ... - _FEED_PATH = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ministrygrid.pyi b/typings/youtube_dl/extractor/ministrygrid.pyi deleted file mode 100644 index 0c103e9..0000000 --- a/typings/youtube_dl/extractor/ministrygrid.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MinistryGridIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/minoto.pyi b/typings/youtube_dl/extractor/minoto.pyi deleted file mode 100644 index 19a7b15..0000000 --- a/typings/youtube_dl/extractor/minoto.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MinotoIE(InfoExtractor): - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/miomio.pyi b/typings/youtube_dl/extractor/miomio.pyi deleted file mode 100644 index 7fe1583..0000000 --- a/typings/youtube_dl/extractor/miomio.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MioMioIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mit.pyi b/typings/youtube_dl/extractor/mit.pyi deleted file mode 100644 index fb60420..0000000 --- a/typings/youtube_dl/extractor/mit.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TechTVMITIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class OCWMITIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _BASE_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mitele.pyi b/typings/youtube_dl/extractor/mitele.pyi deleted file mode 100644 index 7ca9afc..0000000 --- a/typings/youtube_dl/extractor/mitele.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .telecinco import TelecincoIE - -class MiTeleIE(TelecincoIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mixcloud.pyi b/typings/youtube_dl/extractor/mixcloud.pyi deleted file mode 100644 index bd51ac3..0000000 --- a/typings/youtube_dl/extractor/mixcloud.pyi +++ /dev/null @@ -1,41 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MixcloudBaseIE(InfoExtractor): - ... - - -class MixcloudIE(MixcloudBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _DECRYPTION_KEY = ... - - -class MixcloudPlaylistBaseIE(MixcloudBaseIE): - ... - - -class MixcloudUserIE(MixcloudPlaylistBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _TITLE_KEY = ... - _DESCRIPTION_KEY = ... - _ROOT_TYPE = ... - _NODE_TEMPLATE = ... - - -class MixcloudPlaylistIE(MixcloudPlaylistBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _TITLE_KEY = ... - _DESCRIPTION_KEY = ... - _ROOT_TYPE = ... - _NODE_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/mlb.pyi b/typings/youtube_dl/extractor/mlb.pyi deleted file mode 100644 index dde3f79..0000000 --- a/typings/youtube_dl/extractor/mlb.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MLBBaseIE(InfoExtractor): - ... - - -class MLBIE(MLBBaseIE): - _VALID_URL = ... - _TESTS = ... - _TIMESTAMP_KEY = ... - - -class MLBVideoIE(MLBBaseIE): - _VALID_URL = ... - _TEST = ... - _TIMESTAMP_KEY = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/mnet.pyi b/typings/youtube_dl/extractor/mnet.pyi deleted file mode 100644 index 433d2a0..0000000 --- a/typings/youtube_dl/extractor/mnet.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MnetIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/moevideo.pyi b/typings/youtube_dl/extractor/moevideo.pyi deleted file mode 100644 index a300e2d..0000000 --- a/typings/youtube_dl/extractor/moevideo.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MoeVideoIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _API_URL = ... - _API_KEY = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mofosex.pyi b/typings/youtube_dl/extractor/mofosex.pyi deleted file mode 100644 index ab48f4a..0000000 --- a/typings/youtube_dl/extractor/mofosex.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .keezmovies import KeezMoviesIE - -class MofosexIE(KeezMoviesIE): - _VALID_URL = ... - _TESTS = ... - - -class MofosexEmbedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mojvideo.pyi b/typings/youtube_dl/extractor/mojvideo.pyi deleted file mode 100644 index 90210e1..0000000 --- a/typings/youtube_dl/extractor/mojvideo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MojvideoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/morningstar.pyi b/typings/youtube_dl/extractor/morningstar.pyi deleted file mode 100644 index c6fc3aa..0000000 --- a/typings/youtube_dl/extractor/morningstar.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MorningstarIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/motherless.pyi b/typings/youtube_dl/extractor/motherless.pyi deleted file mode 100644 index e5d15d7..0000000 --- a/typings/youtube_dl/extractor/motherless.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MotherlessIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class MotherlessGroupIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/motorsport.pyi b/typings/youtube_dl/extractor/motorsport.pyi deleted file mode 100644 index 14d0533..0000000 --- a/typings/youtube_dl/extractor/motorsport.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MotorsportIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/movieclips.pyi b/typings/youtube_dl/extractor/movieclips.pyi deleted file mode 100644 index 54aeca6..0000000 --- a/typings/youtube_dl/extractor/movieclips.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MovieClipsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/moviezine.pyi b/typings/youtube_dl/extractor/moviezine.pyi deleted file mode 100644 index 93cd28a..0000000 --- a/typings/youtube_dl/extractor/moviezine.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MoviezineIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/movingimage.pyi b/typings/youtube_dl/extractor/movingimage.pyi deleted file mode 100644 index 7d6198e..0000000 --- a/typings/youtube_dl/extractor/movingimage.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MovingImageIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/msn.pyi b/typings/youtube_dl/extractor/msn.pyi deleted file mode 100644 index 90985f4..0000000 --- a/typings/youtube_dl/extractor/msn.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MSNIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mtv.pyi b/typings/youtube_dl/extractor/mtv.pyi deleted file mode 100644 index bc04179..0000000 --- a/typings/youtube_dl/extractor/mtv.pyi +++ /dev/null @@ -1,47 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MTVServicesInfoExtractor(InfoExtractor): - _MOBILE_TEMPLATE = ... - _LANG = ... - - -class MTVServicesEmbeddedIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class MTVIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - -class MTVJapanIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - _GEO_COUNTRIES = ... - _FEED_URL = ... - - -class MTVVideoIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - -class MTVDEIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _GEO_COUNTRIES = ... - _FEED_URL = ... - - diff --git a/typings/youtube_dl/extractor/muenchentv.pyi b/typings/youtube_dl/extractor/muenchentv.pyi deleted file mode 100644 index 92e2122..0000000 --- a/typings/youtube_dl/extractor/muenchentv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MuenchenTVIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/mwave.pyi b/typings/youtube_dl/extractor/mwave.pyi deleted file mode 100644 index 7689f59..0000000 --- a/typings/youtube_dl/extractor/mwave.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MwaveIE(InfoExtractor): - _VALID_URL = ... - _URL_TEMPLATE = ... - _TESTS = ... - - -class MwaveMeetGreetIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/mychannels.pyi b/typings/youtube_dl/extractor/mychannels.pyi deleted file mode 100644 index f41ce4a..0000000 --- a/typings/youtube_dl/extractor/mychannels.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MyChannelsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/myspace.pyi b/typings/youtube_dl/extractor/myspace.pyi deleted file mode 100644 index 8a3ea4a..0000000 --- a/typings/youtube_dl/extractor/myspace.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MySpaceIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class MySpaceAlbumIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/myspass.pyi b/typings/youtube_dl/extractor/myspass.pyi deleted file mode 100644 index ee3e429..0000000 --- a/typings/youtube_dl/extractor/myspass.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MySpassIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/myvi.pyi b/typings/youtube_dl/extractor/myvi.pyi deleted file mode 100644 index a6e295f..0000000 --- a/typings/youtube_dl/extractor/myvi.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .vimple import SprutoBaseIE - -class MyviIE(SprutoBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class MyviEmbedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/myvidster.pyi b/typings/youtube_dl/extractor/myvidster.pyi deleted file mode 100644 index 14ccb4e..0000000 --- a/typings/youtube_dl/extractor/myvidster.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class MyVidsterIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nationalgeographic.pyi b/typings/youtube_dl/extractor/nationalgeographic.pyi deleted file mode 100644 index 8c3a98d..0000000 --- a/typings/youtube_dl/extractor/nationalgeographic.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .fox import FOXIE - -class NationalGeographicVideoIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NationalGeographicTVIE(FOXIE): - _VALID_URL = ... - _TESTS = ... - _HOME_PAGE_URL = ... - _API_KEY = ... - - diff --git a/typings/youtube_dl/extractor/naver.pyi b/typings/youtube_dl/extractor/naver.pyi deleted file mode 100644 index 1dd2038..0000000 --- a/typings/youtube_dl/extractor/naver.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NaverBaseIE(InfoExtractor): - _CAPTION_EXT_RE = ... - - -class NaverIE(NaverBaseIE): - _VALID_URL = ... - _GEO_BYPASS = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nba.pyi b/typings/youtube_dl/extractor/nba.pyi deleted file mode 100644 index 8a9c9a9..0000000 --- a/typings/youtube_dl/extractor/nba.pyi +++ /dev/null @@ -1,59 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .turner import TurnerBaseIE - -class NBACVPBaseIE(TurnerBaseIE): - ... - - -class NBAWatchBaseIE(NBACVPBaseIE): - _VALID_URL_BASE = ... - - -class NBAWatchEmbedIE(NBAWatchBaseIE): - IENAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NBAWatchIE(NBAWatchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NBAWatchCollectionIE(NBAWatchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - - -class NBABaseIE(NBACVPBaseIE): - _VALID_URL_BASE = ... - _CHANNEL_PATH_REGEX = ... - - -class NBAEmbedIE(NBABaseIE): - IENAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NBAIE(NBABaseIE): - IENAME = ... - _VALID_URL = ... - _TESTS = ... - _CONTENT_ID_REGEX = ... - - -class NBAChannelIE(NBABaseIE): - IENAME = ... - _VALID_URL = ... - _TESTS = ... - _CONTENT_ID_REGEX = ... - _PAGE_SIZE = ... - - diff --git a/typings/youtube_dl/extractor/nbc.pyi b/typings/youtube_dl/extractor/nbc.pyi deleted file mode 100644 index aec384d..0000000 --- a/typings/youtube_dl/extractor/nbc.pyi +++ /dev/null @@ -1,47 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .theplatform import ThePlatformIE -from .adobepass import AdobePassIE - -class NBCIE(AdobePassIE): - _VALID_URL = ... - _TESTS = ... - - -class NBCSportsVPlayerIE(InfoExtractor): - _VALID_URL_BASE = ... - _VALID_URL = ... - _TESTS = ... - - -class NBCSportsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class NBCSportsStreamIE(AdobePassIE): - _VALID_URL = ... - _TEST = ... - - -class NBCNewsIE(ThePlatformIE): - _VALID_URL = ... - _TESTS = ... - - -class NBCOlympicsIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class NBCOlympicsStreamIE(AdobePassIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - _DATA_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ndr.pyi b/typings/youtube_dl/extractor/ndr.pyi deleted file mode 100644 index 9aa367f..0000000 --- a/typings/youtube_dl/extractor/ndr.pyi +++ /dev/null @@ -1,42 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NDRBaseIE(InfoExtractor): - ... - - -class NDRIE(NDRBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NJoyIE(NDRBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NDREmbedBaseIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NDREmbedIE(NDREmbedBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NJoyEmbedIE(NDREmbedBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ndtv.pyi b/typings/youtube_dl/extractor/ndtv.pyi deleted file mode 100644 index a6d607b..0000000 --- a/typings/youtube_dl/extractor/ndtv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NDTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nerdcubed.pyi b/typings/youtube_dl/extractor/nerdcubed.pyi deleted file mode 100644 index 3487f84..0000000 --- a/typings/youtube_dl/extractor/nerdcubed.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NerdCubedFeedIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/neteasemusic.pyi b/typings/youtube_dl/extractor/neteasemusic.pyi deleted file mode 100644 index 7f7d1fc..0000000 --- a/typings/youtube_dl/extractor/neteasemusic.pyi +++ /dev/null @@ -1,72 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NetEaseMusicBaseIE(InfoExtractor): - _FORMATS = ... - _NETEASE_SALT = ... - _API_BASE = ... - def extract_formats(self, info): # -> list[Unknown]: - ... - - @classmethod - def convert_milliseconds(cls, ms): # -> int: - ... - - def query_api(self, endpoint, video_id, note): # -> Any | Literal[False] | None: - ... - - - -class NetEaseMusicIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NetEaseMusicAlbumIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class NetEaseMusicSingerIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NetEaseMusicListIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NetEaseMusicMvIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class NetEaseMusicProgramIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NetEaseMusicDjRadioIE(NetEaseMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - _PAGE_SIZE = ... - - diff --git a/typings/youtube_dl/extractor/netzkino.pyi b/typings/youtube_dl/extractor/netzkino.pyi deleted file mode 100644 index 5d5bac3..0000000 --- a/typings/youtube_dl/extractor/netzkino.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NetzkinoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/newgrounds.pyi b/typings/youtube_dl/extractor/newgrounds.pyi deleted file mode 100644 index 35e5b1f..0000000 --- a/typings/youtube_dl/extractor/newgrounds.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NewgroundsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class NewgroundsPlaylistIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/newstube.pyi b/typings/youtube_dl/extractor/newstube.pyi deleted file mode 100644 index df1eb73..0000000 --- a/typings/youtube_dl/extractor/newstube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NewstubeIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nextmedia.pyi b/typings/youtube_dl/extractor/nextmedia.pyi deleted file mode 100644 index 3036e23..0000000 --- a/typings/youtube_dl/extractor/nextmedia.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NextMediaIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _URL_PATTERN = ... - - -class NextMediaActionNewsIE(NextMediaIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class AppleDailyIE(NextMediaIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _URL_PATTERN = ... - - -class NextTVIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nexx.pyi b/typings/youtube_dl/extractor/nexx.pyi deleted file mode 100644 index b85f881..0000000 --- a/typings/youtube_dl/extractor/nexx.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NexxIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class NexxEmbedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nfl.pyi b/typings/youtube_dl/extractor/nfl.pyi deleted file mode 100644 index a51909e..0000000 --- a/typings/youtube_dl/extractor/nfl.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NFLBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - _VIDEO_CONFIG_REGEX = ... - _WORKING = ... - - -class NFLIE(NFLBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NFLArticleIE(NFLBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nhk.pyi b/typings/youtube_dl/extractor/nhk.pyi deleted file mode 100644 index e4eff0f..0000000 --- a/typings/youtube_dl/extractor/nhk.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NhkBaseIE(InfoExtractor): - _API_URL_TEMPLATE = ... - _BASE_URL_REGEX = ... - _TYPE_REGEX = ... - - -class NhkVodIE(NhkBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class NhkVodProgramIE(NhkBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nhl.pyi b/typings/youtube_dl/extractor/nhl.pyi deleted file mode 100644 index dc4b2c4..0000000 --- a/typings/youtube_dl/extractor/nhl.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NHLBaseIE(InfoExtractor): - ... - - -class NHLIE(NHLBaseIE): - IE_NAME = ... - _VALID_URL = ... - _CONTENT_DOMAIN = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nick.pyi b/typings/youtube_dl/extractor/nick.pyi deleted file mode 100644 index b200337..0000000 --- a/typings/youtube_dl/extractor/nick.pyi +++ /dev/null @@ -1,38 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVServicesInfoExtractor - -class NickIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - -class NickBrIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NickDeIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NickNightIE(NickDeIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NickRuIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/niconico.pyi b/typings/youtube_dl/extractor/niconico.pyi deleted file mode 100644 index 4cc4d3f..0000000 --- a/typings/youtube_dl/extractor/niconico.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NiconicoIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _TESTS = ... - _VALID_URL = ... - _NETRC_MACHINE = ... - - -class NiconicoPlaylistIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - - diff --git a/typings/youtube_dl/extractor/ninecninemedia.pyi b/typings/youtube_dl/extractor/ninecninemedia.pyi deleted file mode 100644 index f276025..0000000 --- a/typings/youtube_dl/extractor/ninecninemedia.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NineCNineMediaIE(InfoExtractor): - IE_NAME = ... - _GEO_COUNTRIES = ... - _VALID_URL = ... - _API_BASE_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ninegag.pyi b/typings/youtube_dl/extractor/ninegag.pyi deleted file mode 100644 index 9f3e83a..0000000 --- a/typings/youtube_dl/extractor/ninegag.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NineGagIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ninenow.pyi b/typings/youtube_dl/extractor/ninenow.pyi deleted file mode 100644 index 1aa58b4..0000000 --- a/typings/youtube_dl/extractor/ninenow.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NineNowIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/nintendo.pyi b/typings/youtube_dl/extractor/nintendo.pyi deleted file mode 100644 index 0c553a3..0000000 --- a/typings/youtube_dl/extractor/nintendo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NintendoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/njpwworld.pyi b/typings/youtube_dl/extractor/njpwworld.pyi deleted file mode 100644 index 44c8e02..0000000 --- a/typings/youtube_dl/extractor/njpwworld.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NJPWWorldIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _NETRC_MACHINE = ... - _TESTS = ... - _LOGIN_URL = ... - - diff --git a/typings/youtube_dl/extractor/nobelprize.pyi b/typings/youtube_dl/extractor/nobelprize.pyi deleted file mode 100644 index e3b16b5..0000000 --- a/typings/youtube_dl/extractor/nobelprize.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NobelPrizeIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nonktube.pyi b/typings/youtube_dl/extractor/nonktube.pyi deleted file mode 100644 index f766d0c..0000000 --- a/typings/youtube_dl/extractor/nonktube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .nuevo import NuevoBaseIE - -class NonkTubeIE(NuevoBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/noovo.pyi b/typings/youtube_dl/extractor/noovo.pyi deleted file mode 100644 index b5b4261..0000000 --- a/typings/youtube_dl/extractor/noovo.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NoovoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/normalboots.pyi b/typings/youtube_dl/extractor/normalboots.pyi deleted file mode 100644 index 7b17458..0000000 --- a/typings/youtube_dl/extractor/normalboots.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NormalbootsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nosvideo.pyi b/typings/youtube_dl/extractor/nosvideo.pyi deleted file mode 100644 index 86689f6..0000000 --- a/typings/youtube_dl/extractor/nosvideo.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -_x = ... -class NosVideoIE(InfoExtractor): - _VALID_URL = ... - _PLAYLIST_URL = ... - _FILE_DELETED_REGEX = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nova.pyi b/typings/youtube_dl/extractor/nova.pyi deleted file mode 100644 index 4fa507f..0000000 --- a/typings/youtube_dl/extractor/nova.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NovaEmbedIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class NovaIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nowness.pyi b/typings/youtube_dl/extractor/nowness.pyi deleted file mode 100644 index a74fef5..0000000 --- a/typings/youtube_dl/extractor/nowness.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NownessBaseIE(InfoExtractor): - ... - - -class NownessIE(NownessBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NownessPlaylistIE(NownessBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class NownessSeriesIE(NownessBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/noz.pyi b/typings/youtube_dl/extractor/noz.pyi deleted file mode 100644 index e37e342..0000000 --- a/typings/youtube_dl/extractor/noz.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NozIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/npo.pyi b/typings/youtube_dl/extractor/npo.pyi deleted file mode 100644 index ec4c076..0000000 --- a/typings/youtube_dl/extractor/npo.pyi +++ /dev/null @@ -1,87 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NPOBaseIE(InfoExtractor): - ... - - -class NPOIE(NPOBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class NPOLiveIE(NPOBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class NPORadioIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class NPORadioFragmentIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class NPODataMidEmbedIE(InfoExtractor): - ... - - -class SchoolTVIE(NPODataMidEmbedIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class HetKlokhuisIE(NPODataMidEmbedIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class NPOPlaylistBaseIE(NPOIE): - ... - - -class VPROIE(NPOPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _PLAYLIST_TITLE_RE = ... - _PLAYLIST_ENTRY_RE = ... - _TESTS = ... - - -class WNLIE(NPOPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _PLAYLIST_TITLE_RE = ... - _PLAYLIST_ENTRY_RE = ... - _TESTS = ... - - -class AndereTijdenIE(NPOPlaylistBaseIE): - IE_NAME = ... - _VALID_URL = ... - _PLAYLIST_TITLE_RE = ... - _PLAYLIST_ENTRY_RE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/npr.pyi b/typings/youtube_dl/extractor/npr.pyi deleted file mode 100644 index 4e1b265..0000000 --- a/typings/youtube_dl/extractor/npr.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NprIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nrk.pyi b/typings/youtube_dl/extractor/nrk.pyi deleted file mode 100644 index b7c250b..0000000 --- a/typings/youtube_dl/extractor/nrk.pyi +++ /dev/null @@ -1,83 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NRKBaseIE(InfoExtractor): - _GEO_COUNTRIES = ... - _CDN_REPL_REGEX = ... - - -class NRKIE(NRKBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class NRKTVIE(InfoExtractor): - IE_DESC = ... - _EPISODE_RE = ... - _VALID_URL = ... - _TESTS = ... - - -class NRKTVEpisodeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class NRKTVSerieBaseIE(NRKBaseIE): - _ASSETS_KEYS = ... - - -class NRKTVSeasonIE(NRKTVSerieBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class NRKTVSeriesIE(NRKTVSerieBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class NRKTVDirekteIE(NRKTVIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class NRKRadioPodkastIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class NRKPlaylistBaseIE(InfoExtractor): - ... - - -class NRKPlaylistIE(NRKPlaylistBaseIE): - _VALID_URL = ... - _ITEM_RE = ... - _TESTS = ... - - -class NRKTVEpisodesIE(NRKPlaylistBaseIE): - _VALID_URL = ... - _ITEM_RE = ... - _TESTS = ... - - -class NRKSkoleIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nrl.pyi b/typings/youtube_dl/extractor/nrl.pyi deleted file mode 100644 index 9368965..0000000 --- a/typings/youtube_dl/extractor/nrl.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NRLTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ntvcojp.pyi b/typings/youtube_dl/extractor/ntvcojp.pyi deleted file mode 100644 index d1f19fa..0000000 --- a/typings/youtube_dl/extractor/ntvcojp.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NTVCoJpCUIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ntvde.pyi b/typings/youtube_dl/extractor/ntvde.pyi deleted file mode 100644 index c013665..0000000 --- a/typings/youtube_dl/extractor/ntvde.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NTVDeIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ntvru.pyi b/typings/youtube_dl/extractor/ntvru.pyi deleted file mode 100644 index 734bd2b..0000000 --- a/typings/youtube_dl/extractor/ntvru.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NTVRuIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _VIDEO_ID_REGEXES = ... - - diff --git a/typings/youtube_dl/extractor/nuevo.pyi b/typings/youtube_dl/extractor/nuevo.pyi deleted file mode 100644 index 0d1579b..0000000 --- a/typings/youtube_dl/extractor/nuevo.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NuevoBaseIE(InfoExtractor): - ... - - diff --git a/typings/youtube_dl/extractor/nuvid.pyi b/typings/youtube_dl/extractor/nuvid.pyi deleted file mode 100644 index 83feb40..0000000 --- a/typings/youtube_dl/extractor/nuvid.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NuvidIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/nytimes.pyi b/typings/youtube_dl/extractor/nytimes.pyi deleted file mode 100644 index 38ad5d3..0000000 --- a/typings/youtube_dl/extractor/nytimes.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NYTimesBaseIE(InfoExtractor): - _SECRET = ... - - -class NYTimesIE(NYTimesBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class NYTimesArticleIE(NYTimesBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class NYTimesCookingIE(NYTimesBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/nzz.pyi b/typings/youtube_dl/extractor/nzz.pyi deleted file mode 100644 index d1a5e01..0000000 --- a/typings/youtube_dl/extractor/nzz.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class NZZIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/odatv.pyi b/typings/youtube_dl/extractor/odatv.pyi deleted file mode 100644 index 13e83bd..0000000 --- a/typings/youtube_dl/extractor/odatv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OdaTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/odnoklassniki.pyi b/typings/youtube_dl/extractor/odnoklassniki.pyi deleted file mode 100644 index 14a7a52..0000000 --- a/typings/youtube_dl/extractor/odnoklassniki.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OdnoklassnikiIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/oktoberfesttv.pyi b/typings/youtube_dl/extractor/oktoberfesttv.pyi deleted file mode 100644 index 2f59abb..0000000 --- a/typings/youtube_dl/extractor/oktoberfesttv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OktoberfestTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/once.pyi b/typings/youtube_dl/extractor/once.pyi deleted file mode 100644 index 81393d6..0000000 --- a/typings/youtube_dl/extractor/once.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OnceIE(InfoExtractor): - _VALID_URL = ... - ADAPTIVE_URL_TEMPLATE = ... - PROGRESSIVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ondemandkorea.pyi b/typings/youtube_dl/extractor/ondemandkorea.pyi deleted file mode 100644 index 8fabbb7..0000000 --- a/typings/youtube_dl/extractor/ondemandkorea.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OnDemandKoreaIE(InfoExtractor): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/onet.pyi b/typings/youtube_dl/extractor/onet.pyi deleted file mode 100644 index 7249759..0000000 --- a/typings/youtube_dl/extractor/onet.pyi +++ /dev/null @@ -1,33 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OnetBaseIE(InfoExtractor): - _URL_BASE_RE = ... - - -class OnetMVPIE(OnetBaseIE): - _VALID_URL = ... - _TEST = ... - - -class OnetIE(OnetBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class OnetChannelIE(OnetBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class OnetPlIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/onionstudios.pyi b/typings/youtube_dl/extractor/onionstudios.pyi deleted file mode 100644 index ba4a165..0000000 --- a/typings/youtube_dl/extractor/onionstudios.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OnionStudiosIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ooyala.pyi b/typings/youtube_dl/extractor/ooyala.pyi deleted file mode 100644 index c53c58e..0000000 --- a/typings/youtube_dl/extractor/ooyala.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OoyalaBaseIE(InfoExtractor): - _PLAYER_BASE = ... - _CONTENT_TREE_BASE = ... - _AUTHORIZATION_URL_TEMPLATE = ... - - -class OoyalaIE(OoyalaBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class OoyalaExternalIE(OoyalaBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/openload.pyi b/typings/youtube_dl/extractor/openload.pyi deleted file mode 100644 index 8372c63..0000000 --- a/typings/youtube_dl/extractor/openload.pyi +++ /dev/null @@ -1,63 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -def cookie_to_dict(cookie): # -> dict[str, Unknown]: - ... - -def cookie_jar_to_list(cookie_jar): # -> list[dict[str, Unknown]]: - ... - -class PhantomJSwrapper: - """PhantomJS wrapper class - - This class is experimental. - """ - _TEMPLATE = ... - _TMP_FILE_NAMES = ... - def __init__(self, extractor, required_version=..., timeout=...) -> None: - ... - - def __del__(self): # -> None: - ... - - def get(self, url, html=..., video_id=..., note=..., note2=..., headers=..., jscode=...): # -> tuple[str, Unknown]: - """ - Downloads webpage (if needed) and executes JS - - Params: - url: website url - html: optional, html code of website - video_id: video id - note: optional, displayed when downloading webpage - note2: optional, displayed when executing JS - headers: custom http headers - jscode: code to be executed when page is loaded - - Returns tuple with: - * downloaded website (after JS execution) - * anything you print with `console.log` (but not inside `page.execute`!) - - In most cases you don't need to add any `jscode`. - It is executed in `page.onLoadFinished`. - `saveAndExit();` is mandatory, use it instead of `phantom.exit()` - It is possible to wait for some element on the webpage, for example: - var check = function() { - var elementFound = page.evaluate(function() { - return document.querySelector('#b.done') !== null; - }); - if(elementFound) - saveAndExit(); - else - window.setTimeout(check, 500); - } - - page.evaluate(function(){ - document.querySelector('#a').click(); - }); - check(); - """ - ... - - - diff --git a/typings/youtube_dl/extractor/ora.pyi b/typings/youtube_dl/extractor/ora.pyi deleted file mode 100644 index e0c6124..0000000 --- a/typings/youtube_dl/extractor/ora.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OraTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/orf.pyi b/typings/youtube_dl/extractor/orf.pyi deleted file mode 100644 index befb077..0000000 --- a/typings/youtube_dl/extractor/orf.pyi +++ /dev/null @@ -1,139 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ORFTVthekIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class ORFRadioIE(InfoExtractor): - ... - - -class ORFFM4IE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFNOEIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFWIEIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFBGLIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFOOEIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFSTMIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFKTNIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFSBGIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFTIRIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFVBGIE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFOE3IE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFOE1IE(ORFRadioIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _API_STATION = ... - _LOOP_STATION = ... - _TEST = ... - - -class ORFIPTVIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class ORFFM4StoryIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/outsidetv.pyi b/typings/youtube_dl/extractor/outsidetv.pyi deleted file mode 100644 index 6b4276a..0000000 --- a/typings/youtube_dl/extractor/outsidetv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class OutsideTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/packtpub.pyi b/typings/youtube_dl/extractor/packtpub.pyi deleted file mode 100644 index 6442bc9..0000000 --- a/typings/youtube_dl/extractor/packtpub.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PacktPubBaseIE(InfoExtractor): - _STATIC_PRODUCTS_BASE = ... - - -class PacktPubIE(PacktPubBaseIE): - _VALID_URL = ... - _TESTS = ... - _NETRC_MACHINE = ... - _TOKEN = ... - - -class PacktPubCourseIE(PacktPubBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/palcomp3.pyi b/typings/youtube_dl/extractor/palcomp3.pyi deleted file mode 100644 index 36f9a13..0000000 --- a/typings/youtube_dl/extractor/palcomp3.pyi +++ /dev/null @@ -1,40 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PalcoMP3BaseIE(InfoExtractor): - _GQL_QUERY_TMPL = ... - _ARTIST_FIELDS_TMPL = ... - _MUSIC_FIELDS = ... - - -class PalcoMP3IE(PalcoMP3BaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class PalcoMP3ArtistIE(PalcoMP3BaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _ARTIST_FIELDS_TMPL = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class PalcoMP3VideoIE(PalcoMP3BaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _MUSIC_FIELDS = ... - - diff --git a/typings/youtube_dl/extractor/pandoratv.pyi b/typings/youtube_dl/extractor/pandoratv.pyi deleted file mode 100644 index 8455899..0000000 --- a/typings/youtube_dl/extractor/pandoratv.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PandoraTVIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/parliamentliveuk.pyi b/typings/youtube_dl/extractor/parliamentliveuk.pyi deleted file mode 100644 index 39ab69f..0000000 --- a/typings/youtube_dl/extractor/parliamentliveuk.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ParliamentLiveUKIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/patreon.pyi b/typings/youtube_dl/extractor/patreon.pyi deleted file mode 100644 index 67c6f44..0000000 --- a/typings/youtube_dl/extractor/patreon.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PatreonIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pbs.pyi b/typings/youtube_dl/extractor/pbs.pyi deleted file mode 100644 index c4ebf35..0000000 --- a/typings/youtube_dl/extractor/pbs.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PBSIE(InfoExtractor): - _STATIONS = ... - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - _ERRORS = ... - - diff --git a/typings/youtube_dl/extractor/pearvideo.pyi b/typings/youtube_dl/extractor/pearvideo.pyi deleted file mode 100644 index bc76178..0000000 --- a/typings/youtube_dl/extractor/pearvideo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PearVideoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/peertube.pyi b/typings/youtube_dl/extractor/peertube.pyi deleted file mode 100644 index 13956b0..0000000 --- a/typings/youtube_dl/extractor/peertube.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PeerTubeIE(InfoExtractor): - _INSTANCES_RE = ... - _UUID_RE = ... - _API_BASE = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/people.pyi b/typings/youtube_dl/extractor/people.pyi deleted file mode 100644 index 114d629..0000000 --- a/typings/youtube_dl/extractor/people.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PeopleIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/performgroup.pyi b/typings/youtube_dl/extractor/performgroup.pyi deleted file mode 100644 index cf9a986..0000000 --- a/typings/youtube_dl/extractor/performgroup.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PerformGroupIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/periscope.pyi b/typings/youtube_dl/extractor/periscope.pyi deleted file mode 100644 index 502b814..0000000 --- a/typings/youtube_dl/extractor/periscope.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PeriscopeBaseIE(InfoExtractor): - _M3U8_HEADERS = ... - - -class PeriscopeIE(PeriscopeBaseIE): - IE_DESC = ... - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class PeriscopeUserIE(PeriscopeBaseIE): - _VALID_URL = ... - IE_DESC = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/philharmoniedeparis.pyi b/typings/youtube_dl/extractor/philharmoniedeparis.pyi deleted file mode 100644 index a7804ae..0000000 --- a/typings/youtube_dl/extractor/philharmoniedeparis.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PhilharmonieDeParisIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _LIVE_URL = ... - - diff --git a/typings/youtube_dl/extractor/phoenix.pyi b/typings/youtube_dl/extractor/phoenix.pyi deleted file mode 100644 index 72255a6..0000000 --- a/typings/youtube_dl/extractor/phoenix.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .zdf import ZDFBaseIE - -class PhoenixIE(ZDFBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/photobucket.pyi b/typings/youtube_dl/extractor/photobucket.pyi deleted file mode 100644 index fd239bd..0000000 --- a/typings/youtube_dl/extractor/photobucket.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PhotobucketIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/picarto.pyi b/typings/youtube_dl/extractor/picarto.pyi deleted file mode 100644 index 853d978..0000000 --- a/typings/youtube_dl/extractor/picarto.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PicartoIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class PicartoVodIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/piksel.pyi b/typings/youtube_dl/extractor/piksel.pyi deleted file mode 100644 index 8d8c26b..0000000 --- a/typings/youtube_dl/extractor/piksel.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PikselIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pinkbike.pyi b/typings/youtube_dl/extractor/pinkbike.pyi deleted file mode 100644 index 505243c..0000000 --- a/typings/youtube_dl/extractor/pinkbike.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PinkbikeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pinterest.pyi b/typings/youtube_dl/extractor/pinterest.pyi deleted file mode 100644 index 172eb65..0000000 --- a/typings/youtube_dl/extractor/pinterest.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PinterestBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class PinterestIE(PinterestBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class PinterestCollectionIE(PinterestBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/pladform.pyi b/typings/youtube_dl/extractor/pladform.pyi deleted file mode 100644 index 20966f4..0000000 --- a/typings/youtube_dl/extractor/pladform.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PladformIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/platzi.pyi b/typings/youtube_dl/extractor/platzi.pyi deleted file mode 100644 index e2baaca..0000000 --- a/typings/youtube_dl/extractor/platzi.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlatziBaseIE(InfoExtractor): - _LOGIN_URL = ... - _NETRC_MACHINE = ... - - -class PlatziIE(PlatziBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class PlatziCourseIE(PlatziBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/playfm.pyi b/typings/youtube_dl/extractor/playfm.pyi deleted file mode 100644 index 93aa0b0..0000000 --- a/typings/youtube_dl/extractor/playfm.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlayFMIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/playplustv.pyi b/typings/youtube_dl/extractor/playplustv.pyi deleted file mode 100644 index 16929ea..0000000 --- a/typings/youtube_dl/extractor/playplustv.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlayPlusTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _NETRC_MACHINE = ... - _GEO_COUNTRIES = ... - _token = ... - _profile_id = ... - - diff --git a/typings/youtube_dl/extractor/plays.pyi b/typings/youtube_dl/extractor/plays.pyi deleted file mode 100644 index 746d217..0000000 --- a/typings/youtube_dl/extractor/plays.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlaysTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/playstuff.pyi b/typings/youtube_dl/extractor/playstuff.pyi deleted file mode 100644 index 7c4e2c0..0000000 --- a/typings/youtube_dl/extractor/playstuff.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlayStuffIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/playtvak.pyi b/typings/youtube_dl/extractor/playtvak.pyi deleted file mode 100644 index e377d7a..0000000 --- a/typings/youtube_dl/extractor/playtvak.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlaytvakIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/playvid.pyi b/typings/youtube_dl/extractor/playvid.pyi deleted file mode 100644 index 4df9a76..0000000 --- a/typings/youtube_dl/extractor/playvid.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlayvidIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/playwire.pyi b/typings/youtube_dl/extractor/playwire.pyi deleted file mode 100644 index 41c0132..0000000 --- a/typings/youtube_dl/extractor/playwire.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PlaywireIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pluralsight.pyi b/typings/youtube_dl/extractor/pluralsight.pyi deleted file mode 100644 index a0421f6..0000000 --- a/typings/youtube_dl/extractor/pluralsight.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PluralsightBaseIE(InfoExtractor): - _API_BASE = ... - _GRAPHQL_EP = ... - _GRAPHQL_HEADERS = ... - _GRAPHQL_COURSE_TMPL = ... - - -class PluralsightIE(PluralsightBaseIE): - IE_NAME = ... - _VALID_URL = ... - _LOGIN_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - GRAPHQL_VIEWCLIP_TMPL = ... - - -class PluralsightCourseIE(PluralsightBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/podomatic.pyi b/typings/youtube_dl/extractor/podomatic.pyi deleted file mode 100644 index 39f6e45..0000000 --- a/typings/youtube_dl/extractor/podomatic.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PodomaticIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pokemon.pyi b/typings/youtube_dl/extractor/pokemon.pyi deleted file mode 100644 index 7a30fd1..0000000 --- a/typings/youtube_dl/extractor/pokemon.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PokemonIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/polskieradio.pyi b/typings/youtube_dl/extractor/polskieradio.pyi deleted file mode 100644 index f1ef542..0000000 --- a/typings/youtube_dl/extractor/polskieradio.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PolskieRadioIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class PolskieRadioCategoryIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/popcorntimes.pyi b/typings/youtube_dl/extractor/popcorntimes.pyi deleted file mode 100644 index 0440e51..0000000 --- a/typings/youtube_dl/extractor/popcorntimes.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PopcorntimesIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/popcorntv.pyi b/typings/youtube_dl/extractor/popcorntv.pyi deleted file mode 100644 index 372c980..0000000 --- a/typings/youtube_dl/extractor/popcorntv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PopcornTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/porn91.pyi b/typings/youtube_dl/extractor/porn91.pyi deleted file mode 100644 index 05b6c2b..0000000 --- a/typings/youtube_dl/extractor/porn91.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Porn91IE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/porncom.pyi b/typings/youtube_dl/extractor/porncom.pyi deleted file mode 100644 index ac5cb74..0000000 --- a/typings/youtube_dl/extractor/porncom.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PornComIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pornhd.pyi b/typings/youtube_dl/extractor/pornhd.pyi deleted file mode 100644 index ff177f1..0000000 --- a/typings/youtube_dl/extractor/pornhd.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PornHdIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pornhub.pyi b/typings/youtube_dl/extractor/pornhub.pyi deleted file mode 100644 index fdabc6b..0000000 --- a/typings/youtube_dl/extractor/pornhub.pyi +++ /dev/null @@ -1,44 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PornHubBaseIE(InfoExtractor): - _NETRC_MACHINE = ... - _PORNHUB_HOST_RE = ... - - -class PornHubIE(PornHubBaseIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class PornHubPlaylistBaseIE(PornHubBaseIE): - ... - - -class PornHubUserIE(PornHubPlaylistBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class PornHubPagedPlaylistBaseIE(PornHubPlaylistBaseIE): - ... - - -class PornHubPagedVideoListIE(PornHubPagedPlaylistBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class PornHubUserVideosUploadIE(PornHubPagedPlaylistBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/pornotube.pyi b/typings/youtube_dl/extractor/pornotube.pyi deleted file mode 100644 index cde2436..0000000 --- a/typings/youtube_dl/extractor/pornotube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PornotubeIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/pornovoisines.pyi b/typings/youtube_dl/extractor/pornovoisines.pyi deleted file mode 100644 index 41b0b75..0000000 --- a/typings/youtube_dl/extractor/pornovoisines.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PornoVoisinesIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/pornoxo.pyi b/typings/youtube_dl/extractor/pornoxo.pyi deleted file mode 100644 index ae099df..0000000 --- a/typings/youtube_dl/extractor/pornoxo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PornoXOIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/presstv.pyi b/typings/youtube_dl/extractor/presstv.pyi deleted file mode 100644 index 418e8e1..0000000 --- a/typings/youtube_dl/extractor/presstv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PressTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/prosiebensat1.pyi b/typings/youtube_dl/extractor/prosiebensat1.pyi deleted file mode 100644 index 7451e23..0000000 --- a/typings/youtube_dl/extractor/prosiebensat1.pyi +++ /dev/null @@ -1,33 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ProSiebenSat1BaseIE(InfoExtractor): - _GEO_BYPASS = ... - _ACCESS_ID = ... - _SUPPORTED_PROTOCOLS = ... - _V4_BASE_URL = ... - - -class ProSiebenSat1IE(ProSiebenSat1BaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _TOKEN = ... - _SALT = ... - _CLIENT_NAME = ... - _ACCESS_ID = ... - _ENCRYPTION_KEY = ... - _IV = ... - _CLIPID_REGEXES = ... - _TITLE_REGEXES = ... - _DESCRIPTION_REGEXES = ... - _UPLOAD_DATE_REGEXES = ... - _PAGE_TYPE_REGEXES = ... - _PLAYLIST_ID_REGEXES = ... - _PLAYLIST_CLIP_REGEXES = ... - - diff --git a/typings/youtube_dl/extractor/puhutv.pyi b/typings/youtube_dl/extractor/puhutv.pyi deleted file mode 100644 index 68bf310..0000000 --- a/typings/youtube_dl/extractor/puhutv.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PuhuTVIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _SUBTITLE_LANGS = ... - - -class PuhuTVSerieIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/puls4.pyi b/typings/youtube_dl/extractor/puls4.pyi deleted file mode 100644 index 318cc92..0000000 --- a/typings/youtube_dl/extractor/puls4.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .prosiebensat1 import ProSiebenSat1BaseIE - -class Puls4IE(ProSiebenSat1BaseIE): - _VALID_URL = ... - _TESTS = ... - _TOKEN = ... - _SALT = ... - _CLIENT_NAME = ... - - diff --git a/typings/youtube_dl/extractor/pyvideo.pyi b/typings/youtube_dl/extractor/pyvideo.pyi deleted file mode 100644 index 357baa7..0000000 --- a/typings/youtube_dl/extractor/pyvideo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class PyvideoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/qqmusic.pyi b/typings/youtube_dl/extractor/qqmusic.pyi deleted file mode 100644 index 9011daf..0000000 --- a/typings/youtube_dl/extractor/qqmusic.pyi +++ /dev/null @@ -1,59 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class QQMusicIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _FORMATS = ... - @staticmethod - def m_r_get_ruin(): # -> int: - ... - - - -class QQPlaylistBaseIE(InfoExtractor): - @staticmethod - def qq_static_url(category, mid): # -> LiteralString: - ... - - def get_singer_all_songs(self, singmid, num): # -> Literal[False]: - ... - - def get_entries_from_page(self, singmid): # -> list[Unknown]: - ... - - - -class QQMusicSingerIE(QQPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class QQMusicAlbumIE(QQPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class QQMusicToplistIE(QQPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class QQMusicPlaylistIE(QQPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/r7.pyi b/typings/youtube_dl/extractor/r7.pyi deleted file mode 100644 index ac9f217..0000000 --- a/typings/youtube_dl/extractor/r7.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class R7IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class R7ArticleIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/radiobremen.pyi b/typings/youtube_dl/extractor/radiobremen.pyi deleted file mode 100644 index 1dbb2a7..0000000 --- a/typings/youtube_dl/extractor/radiobremen.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RadioBremenIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/radiocanada.pyi b/typings/youtube_dl/extractor/radiocanada.pyi deleted file mode 100644 index a1b581e..0000000 --- a/typings/youtube_dl/extractor/radiocanada.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RadioCanadaIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _GEO_COUNTRIES = ... - _access_token = ... - _claims = ... - - -class RadioCanadaAudioVideoIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/radiode.pyi b/typings/youtube_dl/extractor/radiode.pyi deleted file mode 100644 index 72721cb..0000000 --- a/typings/youtube_dl/extractor/radiode.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RadioDeIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/radiofrance.pyi b/typings/youtube_dl/extractor/radiofrance.pyi deleted file mode 100644 index f962bec..0000000 --- a/typings/youtube_dl/extractor/radiofrance.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RadioFranceIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/radiojavan.pyi b/typings/youtube_dl/extractor/radiojavan.pyi deleted file mode 100644 index 2c85774..0000000 --- a/typings/youtube_dl/extractor/radiojavan.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RadioJavanIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rai.pyi b/typings/youtube_dl/extractor/rai.pyi deleted file mode 100644 index 76cb2ab..0000000 --- a/typings/youtube_dl/extractor/rai.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RaiBaseIE(InfoExtractor): - _UUID_RE = ... - _GEO_COUNTRIES = ... - _GEO_BYPASS = ... - - -class RaiPlayIE(RaiBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class RaiPlayLiveIE(RaiPlayIE): - _VALID_URL = ... - _TESTS = ... - - -class RaiPlayPlaylistIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class RaiIE(RaiBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/raywenderlich.pyi b/typings/youtube_dl/extractor/raywenderlich.pyi deleted file mode 100644 index a5bd883..0000000 --- a/typings/youtube_dl/extractor/raywenderlich.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RayWenderlichIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class RayWenderlichCourseIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/rbmaradio.pyi b/typings/youtube_dl/extractor/rbmaradio.pyi deleted file mode 100644 index 5e1c218..0000000 --- a/typings/youtube_dl/extractor/rbmaradio.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RBMARadioIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rds.pyi b/typings/youtube_dl/extractor/rds.pyi deleted file mode 100644 index 2a4551b..0000000 --- a/typings/youtube_dl/extractor/rds.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RDSIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/redbulltv.pyi b/typings/youtube_dl/extractor/redbulltv.pyi deleted file mode 100644 index c509abc..0000000 --- a/typings/youtube_dl/extractor/redbulltv.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RedBullTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - def extract_info(self, video_id): # -> dict[str, Unknown | Any | float | list[dict[str, Unknown | str | None]] | dict[Unknown, Unknown] | None]: - ... - - - -class RedBullEmbedIE(RedBullTVIE): - _VALID_URL = ... - _TESTS = ... - _VIDEO_ESSENSE_TMPL = ... - - -class RedBullTVRrnContentIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class RedBullIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _INT_FALLBACK_LIST = ... - _LAT_FALLBACK_MAP = ... - - diff --git a/typings/youtube_dl/extractor/reddit.pyi b/typings/youtube_dl/extractor/reddit.pyi deleted file mode 100644 index 8660b69..0000000 --- a/typings/youtube_dl/extractor/reddit.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RedditIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class RedditRIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/redtube.pyi b/typings/youtube_dl/extractor/redtube.pyi deleted file mode 100644 index 498d3dd..0000000 --- a/typings/youtube_dl/extractor/redtube.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RedTubeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/regiotv.pyi b/typings/youtube_dl/extractor/regiotv.pyi deleted file mode 100644 index 1d890ac..0000000 --- a/typings/youtube_dl/extractor/regiotv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RegioTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rentv.pyi b/typings/youtube_dl/extractor/rentv.pyi deleted file mode 100644 index b8c657c..0000000 --- a/typings/youtube_dl/extractor/rentv.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RENTVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class RENTVArticleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/restudy.pyi b/typings/youtube_dl/extractor/restudy.pyi deleted file mode 100644 index b012653..0000000 --- a/typings/youtube_dl/extractor/restudy.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RestudyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/reuters.pyi b/typings/youtube_dl/extractor/reuters.pyi deleted file mode 100644 index ed5a2db..0000000 --- a/typings/youtube_dl/extractor/reuters.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ReutersIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/reverbnation.pyi b/typings/youtube_dl/extractor/reverbnation.pyi deleted file mode 100644 index 765e02f..0000000 --- a/typings/youtube_dl/extractor/reverbnation.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ReverbNationIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rice.pyi b/typings/youtube_dl/extractor/rice.pyi deleted file mode 100644 index 6b9e205..0000000 --- a/typings/youtube_dl/extractor/rice.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RICEIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _NS = ... - - diff --git a/typings/youtube_dl/extractor/rmcdecouverte.pyi b/typings/youtube_dl/extractor/rmcdecouverte.pyi deleted file mode 100644 index eb59ba4..0000000 --- a/typings/youtube_dl/extractor/rmcdecouverte.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RMCDecouverteIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ro220.pyi b/typings/youtube_dl/extractor/ro220.pyi deleted file mode 100644 index 515828a..0000000 --- a/typings/youtube_dl/extractor/ro220.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Ro220IE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rockstargames.pyi b/typings/youtube_dl/extractor/rockstargames.pyi deleted file mode 100644 index 5c1c4d2..0000000 --- a/typings/youtube_dl/extractor/rockstargames.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RockstarGamesIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/roosterteeth.pyi b/typings/youtube_dl/extractor/roosterteeth.pyi deleted file mode 100644 index 3d184f6..0000000 --- a/typings/youtube_dl/extractor/roosterteeth.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RoosterTeethIE(InfoExtractor): - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - _EPISODE_BASE_URL = ... - - diff --git a/typings/youtube_dl/extractor/rottentomatoes.pyi b/typings/youtube_dl/extractor/rottentomatoes.pyi deleted file mode 100644 index 82cc636..0000000 --- a/typings/youtube_dl/extractor/rottentomatoes.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RottenTomatoesIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/roxwel.pyi b/typings/youtube_dl/extractor/roxwel.pyi deleted file mode 100644 index e512cae..0000000 --- a/typings/youtube_dl/extractor/roxwel.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RoxwelIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rozhlas.pyi b/typings/youtube_dl/extractor/rozhlas.pyi deleted file mode 100644 index 5bc29d7..0000000 --- a/typings/youtube_dl/extractor/rozhlas.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RozhlasIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rtbf.pyi b/typings/youtube_dl/extractor/rtbf.pyi deleted file mode 100644 index c518ba3..0000000 --- a/typings/youtube_dl/extractor/rtbf.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RTBFIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _IMAGE_HOST = ... - _PROVIDERS = ... - _QUALITIES = ... - - diff --git a/typings/youtube_dl/extractor/rte.pyi b/typings/youtube_dl/extractor/rte.pyi deleted file mode 100644 index cf7cdb2..0000000 --- a/typings/youtube_dl/extractor/rte.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RteBaseIE(InfoExtractor): - ... - - -class RteIE(RteBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class RteRadioIE(RteBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rtl2.pyi b/typings/youtube_dl/extractor/rtl2.pyi deleted file mode 100644 index cdc365a..0000000 --- a/typings/youtube_dl/extractor/rtl2.pyi +++ /dev/null @@ -1,30 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RTL2IE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class RTL2YouBaseIE(InfoExtractor): - _BACKWERK_BASE_URL = ... - - -class RTL2YouIE(RTL2YouBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _AES_KEY = ... - _GEO_COUNTRIES = ... - - -class RTL2YouSeriesIE(RTL2YouBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rtlnl.pyi b/typings/youtube_dl/extractor/rtlnl.pyi deleted file mode 100644 index 392cf8e..0000000 --- a/typings/youtube_dl/extractor/rtlnl.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RtlNlIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rtp.pyi b/typings/youtube_dl/extractor/rtp.pyi deleted file mode 100644 index 1926811..0000000 --- a/typings/youtube_dl/extractor/rtp.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RTPIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rts.pyi b/typings/youtube_dl/extractor/rts.pyi deleted file mode 100644 index 4874c84..0000000 --- a/typings/youtube_dl/extractor/rts.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .srgssr import SRGSSRIE - -class RTSIE(SRGSSRIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rtve.pyi b/typings/youtube_dl/extractor/rtve.pyi deleted file mode 100644 index 63e5689..0000000 --- a/typings/youtube_dl/extractor/rtve.pyi +++ /dev/null @@ -1,34 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -_bytes_to_chr = ... -class RTVEALaCartaIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class RTVEInfantilIE(RTVEALaCartaIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class RTVELiveIE(RTVEALaCartaIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class RTVETelevisionIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rtvnh.pyi b/typings/youtube_dl/extractor/rtvnh.pyi deleted file mode 100644 index 1cbf963..0000000 --- a/typings/youtube_dl/extractor/rtvnh.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RTVNHIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rtvs.pyi b/typings/youtube_dl/extractor/rtvs.pyi deleted file mode 100644 index 3c58c5b..0000000 --- a/typings/youtube_dl/extractor/rtvs.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RTVSIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ruhd.pyi b/typings/youtube_dl/extractor/ruhd.pyi deleted file mode 100644 index eadbe1e..0000000 --- a/typings/youtube_dl/extractor/ruhd.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RUHDIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/rumble.pyi b/typings/youtube_dl/extractor/rumble.pyi deleted file mode 100644 index 0391be7..0000000 --- a/typings/youtube_dl/extractor/rumble.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RumbleEmbedIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/rutube.pyi b/typings/youtube_dl/extractor/rutube.pyi deleted file mode 100644 index 83c9e25..0000000 --- a/typings/youtube_dl/extractor/rutube.pyi +++ /dev/null @@ -1,69 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RutubeBaseIE(InfoExtractor): - ... - - -class RutubeIE(RutubeBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class RutubeEmbedIE(RutubeBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class RutubePlaylistBaseIE(RutubeBaseIE): - ... - - -class RutubeChannelIE(RutubePlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_TEMPLATE = ... - - -class RutubeMovieIE(RutubePlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _MOVIE_TEMPLATE = ... - _PAGE_TEMPLATE = ... - - -class RutubePersonIE(RutubePlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_TEMPLATE = ... - - -class RutubePlaylistIE(RutubePlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _PAGE_TEMPLATE = ... - @classmethod - def suitable(cls, url): # -> str | int | Literal[False] | None: - ... - - - diff --git a/typings/youtube_dl/extractor/rutv.pyi b/typings/youtube_dl/extractor/rutv.pyi deleted file mode 100644 index e84e2a0..0000000 --- a/typings/youtube_dl/extractor/rutv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RUTVIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ruutu.pyi b/typings/youtube_dl/extractor/ruutu.pyi deleted file mode 100644 index b05c1ae..0000000 --- a/typings/youtube_dl/extractor/ruutu.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RuutuIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _API_BASE = ... - - diff --git a/typings/youtube_dl/extractor/ruv.pyi b/typings/youtube_dl/extractor/ruv.pyi deleted file mode 100644 index 6d44260..0000000 --- a/typings/youtube_dl/extractor/ruv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class RuvIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/safari.pyi b/typings/youtube_dl/extractor/safari.pyi deleted file mode 100644 index 760a558..0000000 --- a/typings/youtube_dl/extractor/safari.pyi +++ /dev/null @@ -1,40 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SafariBaseIE(InfoExtractor): - _LOGIN_URL = ... - _NETRC_MACHINE = ... - _API_BASE = ... - _API_FORMAT = ... - LOGGED_IN = ... - - -class SafariIE(SafariBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _PARTNER_ID = ... - _UICONF_ID = ... - - -class SafariApiIE(SafariBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class SafariCourseIE(SafariBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/samplefocus.pyi b/typings/youtube_dl/extractor/samplefocus.pyi deleted file mode 100644 index 95d9179..0000000 --- a/typings/youtube_dl/extractor/samplefocus.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SampleFocusIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sapo.pyi b/typings/youtube_dl/extractor/sapo.pyi deleted file mode 100644 index c1ae174..0000000 --- a/typings/youtube_dl/extractor/sapo.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SapoIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/savefrom.pyi b/typings/youtube_dl/extractor/savefrom.pyi deleted file mode 100644 index 9eefcd1..0000000 --- a/typings/youtube_dl/extractor/savefrom.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SaveFromIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/sbs.pyi b/typings/youtube_dl/extractor/sbs.pyi deleted file mode 100644 index d291576..0000000 --- a/typings/youtube_dl/extractor/sbs.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SBSIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/screencast.pyi b/typings/youtube_dl/extractor/screencast.pyi deleted file mode 100644 index 4f9c5f4..0000000 --- a/typings/youtube_dl/extractor/screencast.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ScreencastIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/screencastomatic.pyi b/typings/youtube_dl/extractor/screencastomatic.pyi deleted file mode 100644 index 9e51b5f..0000000 --- a/typings/youtube_dl/extractor/screencastomatic.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ScreencastOMaticIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/scrippsnetworks.pyi b/typings/youtube_dl/extractor/scrippsnetworks.pyi deleted file mode 100644 index 0cd23c6..0000000 --- a/typings/youtube_dl/extractor/scrippsnetworks.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .aws import AWSIE -from .common import InfoExtractor - -class ScrippsNetworksWatchIE(AWSIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _SNI_TABLE = ... - _AWS_API_KEY = ... - _AWS_PROXY_HOST = ... - _AWS_USER_AGENT = ... - - -class ScrippsNetworksIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _ACCOUNT_MAP = ... - _TP_TEMPL = ... - - diff --git a/typings/youtube_dl/extractor/scte.pyi b/typings/youtube_dl/extractor/scte.pyi deleted file mode 100644 index 53d34e0..0000000 --- a/typings/youtube_dl/extractor/scte.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SCTEBaseIE(InfoExtractor): - _LOGIN_URL = ... - _NETRC_MACHINE = ... - - -class SCTEIE(SCTEBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class SCTECourseIE(SCTEBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/seeker.pyi b/typings/youtube_dl/extractor/seeker.pyi deleted file mode 100644 index 40b98a4..0000000 --- a/typings/youtube_dl/extractor/seeker.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SeekerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/senateisvp.pyi b/typings/youtube_dl/extractor/senateisvp.pyi deleted file mode 100644 index 1477c12..0000000 --- a/typings/youtube_dl/extractor/senateisvp.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SenateISVPIE(InfoExtractor): - _COMM_MAP = ... - _IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sendtonews.pyi b/typings/youtube_dl/extractor/sendtonews.pyi deleted file mode 100644 index 4c5b27a..0000000 --- a/typings/youtube_dl/extractor/sendtonews.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SendtoNewsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/servus.pyi b/typings/youtube_dl/extractor/servus.pyi deleted file mode 100644 index e15f253..0000000 --- a/typings/youtube_dl/extractor/servus.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ServusIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sevenplus.pyi b/typings/youtube_dl/extractor/sevenplus.pyi deleted file mode 100644 index 696ddf5..0000000 --- a/typings/youtube_dl/extractor/sevenplus.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .brightcove import BrightcoveNewIE - -class SevenPlusIE(BrightcoveNewIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sexu.pyi b/typings/youtube_dl/extractor/sexu.pyi deleted file mode 100644 index 7b305ae..0000000 --- a/typings/youtube_dl/extractor/sexu.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SexuIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/seznamzpravy.pyi b/typings/youtube_dl/extractor/seznamzpravy.pyi deleted file mode 100644 index 6320ed1..0000000 --- a/typings/youtube_dl/extractor/seznamzpravy.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SeznamZpravyIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class SeznamZpravyArticleIE(InfoExtractor): - _VALID_URL = ... - _API_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/shahid.pyi b/typings/youtube_dl/extractor/shahid.pyi deleted file mode 100644 index a87c8ec..0000000 --- a/typings/youtube_dl/extractor/shahid.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .aws import AWSIE - -class ShahidBaseIE(AWSIE): - _AWS_PROXY_HOST = ... - _AWS_API_KEY = ... - _VALID_URL_BASE = ... - - -class ShahidIE(ShahidBaseIE): - _NETRC_MACHINE = ... - _VALID_URL = ... - _TESTS = ... - - -class ShahidShowIE(ShahidBaseIE): - _VALID_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - - diff --git a/typings/youtube_dl/extractor/shared.pyi b/typings/youtube_dl/extractor/shared.pyi deleted file mode 100644 index 63da0f2..0000000 --- a/typings/youtube_dl/extractor/shared.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SharedBaseIE(InfoExtractor): - ... - - -class SharedIE(SharedBaseIE): - IE_DESC = ... - _VALID_URL = ... - _FILE_NOT_FOUND = ... - _TEST = ... - - -class VivoIE(SharedBaseIE): - IE_DESC = ... - _VALID_URL = ... - _FILE_NOT_FOUND = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/showroomlive.pyi b/typings/youtube_dl/extractor/showroomlive.pyi deleted file mode 100644 index fbec38f..0000000 --- a/typings/youtube_dl/extractor/showroomlive.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ShowRoomLiveIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/simplecast.pyi b/typings/youtube_dl/extractor/simplecast.pyi deleted file mode 100644 index 5dac169..0000000 --- a/typings/youtube_dl/extractor/simplecast.pyi +++ /dev/null @@ -1,30 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SimplecastBaseIE(InfoExtractor): - _UUID_REGEX = ... - _API_BASE = ... - - -class SimplecastIE(SimplecastBaseIE): - IE_NAME = ... - _VALID_URL = ... - _COMMON_TEST_INFO = ... - _TESTS = ... - - -class SimplecastEpisodeIE(SimplecastBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class SimplecastPodcastIE(SimplecastBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sina.pyi b/typings/youtube_dl/extractor/sina.pyi deleted file mode 100644 index 1fbfd55..0000000 --- a/typings/youtube_dl/extractor/sina.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SinaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sixplay.pyi b/typings/youtube_dl/extractor/sixplay.pyi deleted file mode 100644 index ebac7f9..0000000 --- a/typings/youtube_dl/extractor/sixplay.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SixPlayIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sky.pyi b/typings/youtube_dl/extractor/sky.pyi deleted file mode 100644 index 71b30eb..0000000 --- a/typings/youtube_dl/extractor/sky.pyi +++ /dev/null @@ -1,29 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SkyBaseIE(InfoExtractor): - BRIGHTCOVE_URL_TEMPLATE = ... - _SDC_EL_REGEX = ... - - -class SkySportsIE(SkyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class SkyNewsIE(SkyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class SkySportsNewsIE(SkyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/skyit.pyi b/typings/youtube_dl/extractor/skyit.pyi deleted file mode 100644 index ef1e834..0000000 --- a/typings/youtube_dl/extractor/skyit.pyi +++ /dev/null @@ -1,65 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SkyItPlayerIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _GEO_BYPASS = ... - _DOMAIN = ... - _PLAYER_TMPL = ... - _TOKEN_MAP = ... - - -class SkyItVideoIE(SkyItPlayerIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class SkyItVideoLiveIE(SkyItPlayerIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class SkyItIE(SkyItPlayerIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _VIDEO_ID_REGEX = ... - - -class SkyItAcademyIE(SkyItIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _DOMAIN = ... - _VIDEO_ID_REGEX = ... - - -class SkyItArteIE(SkyItIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _DOMAIN = ... - _VIDEO_ID_REGEX = ... - - -class CieloTVItIE(SkyItIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _DOMAIN = ... - _VIDEO_ID_REGEX = ... - - -class TV8ItIE(SkyItVideoIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _DOMAIN = ... - - diff --git a/typings/youtube_dl/extractor/skylinewebcams.pyi b/typings/youtube_dl/extractor/skylinewebcams.pyi deleted file mode 100644 index 0c1d811..0000000 --- a/typings/youtube_dl/extractor/skylinewebcams.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SkylineWebcamsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/skynewsarabia.pyi b/typings/youtube_dl/extractor/skynewsarabia.pyi deleted file mode 100644 index 0d8ea28..0000000 --- a/typings/youtube_dl/extractor/skynewsarabia.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SkyNewsArabiaBaseIE(InfoExtractor): - _IMAGE_BASE_URL = ... - - -class SkyNewsArabiaIE(SkyNewsArabiaBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class SkyNewsArabiaArticleIE(SkyNewsArabiaBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/slideshare.pyi b/typings/youtube_dl/extractor/slideshare.pyi deleted file mode 100644 index 3249c05..0000000 --- a/typings/youtube_dl/extractor/slideshare.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SlideshareIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/slideslive.pyi b/typings/youtube_dl/extractor/slideslive.pyi deleted file mode 100644 index 0d8a25f..0000000 --- a/typings/youtube_dl/extractor/slideslive.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SlidesLiveIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/slutload.pyi b/typings/youtube_dl/extractor/slutload.pyi deleted file mode 100644 index 16d9576..0000000 --- a/typings/youtube_dl/extractor/slutload.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SlutloadIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/snotr.pyi b/typings/youtube_dl/extractor/snotr.pyi deleted file mode 100644 index 4426b79..0000000 --- a/typings/youtube_dl/extractor/snotr.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SnotrIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sohu.pyi b/typings/youtube_dl/extractor/sohu.pyi deleted file mode 100644 index 106c912..0000000 --- a/typings/youtube_dl/extractor/sohu.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SohuIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sonyliv.pyi b/typings/youtube_dl/extractor/sonyliv.pyi deleted file mode 100644 index c4a95e9..0000000 --- a/typings/youtube_dl/extractor/sonyliv.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SonyLIVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _GEO_COUNTRIES = ... - _TOKEN = ... - - diff --git a/typings/youtube_dl/extractor/soundcloud.pyi b/typings/youtube_dl/extractor/soundcloud.pyi deleted file mode 100644 index 405c0e6..0000000 --- a/typings/youtube_dl/extractor/soundcloud.pyi +++ /dev/null @@ -1,71 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor, SearchInfoExtractor - -class SoundcloudEmbedIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class SoundcloudIE(InfoExtractor): - """Information extractor for soundcloud.com - To access the media, the uid of the song and a stream token - must be extracted from the page source and the script must make - a request to media.soundcloud.com/crossdomain.xml. Then - the media can be grabbed by requesting from an url composed - of the stream token and uid - """ - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _API_V2_BASE = ... - _BASE_URL = ... - _IMAGE_REPL_RE = ... - _ARTWORK_MAP = ... - - -class SoundcloudPlaylistBaseIE(SoundcloudIE): - ... - - -class SoundcloudSetIE(SoundcloudPlaylistBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class SoundcloudPagedPlaylistBaseIE(SoundcloudIE): - ... - - -class SoundcloudUserIE(SoundcloudPagedPlaylistBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _BASE_URL_MAP = ... - - -class SoundcloudTrackStationIE(SoundcloudPagedPlaylistBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class SoundcloudPlaylistIE(SoundcloudPlaylistBaseIE): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class SoundcloudSearchIE(SearchInfoExtractor, SoundcloudIE): - IE_NAME = ... - IE_DESC = ... - _MAX_RESULTS = ... - _TESTS = ... - _SEARCH_KEY = ... - _MAX_RESULTS_PER_PAGE = ... - _DEFAULT_RESULTS_PER_PAGE = ... - - diff --git a/typings/youtube_dl/extractor/soundgasm.pyi b/typings/youtube_dl/extractor/soundgasm.pyi deleted file mode 100644 index 3401398..0000000 --- a/typings/youtube_dl/extractor/soundgasm.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SoundgasmIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class SoundgasmProfileIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/southpark.pyi b/typings/youtube_dl/extractor/southpark.pyi deleted file mode 100644 index cfdd442..0000000 --- a/typings/youtube_dl/extractor/southpark.pyi +++ /dev/null @@ -1,41 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVServicesInfoExtractor - -class SouthParkIE(MTVServicesInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - -class SouthParkEsIE(SouthParkIE): - IE_NAME = ... - _VALID_URL = ... - _LANG = ... - _TESTS = ... - - -class SouthParkDeIE(SouthParkIE): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - -class SouthParkNlIE(SouthParkIE): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - -class SouthParkDkIE(SouthParkIE): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/spankbang.pyi b/typings/youtube_dl/extractor/spankbang.pyi deleted file mode 100644 index ff809cb..0000000 --- a/typings/youtube_dl/extractor/spankbang.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SpankBangIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class SpankBangPlaylistIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/spankwire.pyi b/typings/youtube_dl/extractor/spankwire.pyi deleted file mode 100644 index 64e0a26..0000000 --- a/typings/youtube_dl/extractor/spankwire.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SpankwireIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/spiegel.pyi b/typings/youtube_dl/extractor/spiegel.pyi deleted file mode 100644 index 217eed3..0000000 --- a/typings/youtube_dl/extractor/spiegel.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SpiegelIE(InfoExtractor): - _UUID_RE = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/spike.pyi b/typings/youtube_dl/extractor/spike.pyi deleted file mode 100644 index 8756ff1..0000000 --- a/typings/youtube_dl/extractor/spike.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVServicesInfoExtractor - -class BellatorIE(MTVServicesInfoExtractor): - _VALID_URL = ... - _TESTS = ... - _FEED_URL = ... - _GEO_COUNTRIES = ... - - -class ParamountNetworkIE(MTVServicesInfoExtractor): - _VALID_URL = ... - _TESTS = ... - _FEED_URL = ... - _GEO_COUNTRIES = ... - - diff --git a/typings/youtube_dl/extractor/sport5.pyi b/typings/youtube_dl/extractor/sport5.pyi deleted file mode 100644 index 10a8fc2..0000000 --- a/typings/youtube_dl/extractor/sport5.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Sport5IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sportbox.pyi b/typings/youtube_dl/extractor/sportbox.pyi deleted file mode 100644 index ff3b71c..0000000 --- a/typings/youtube_dl/extractor/sportbox.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SportBoxIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sportdeutschland.pyi b/typings/youtube_dl/extractor/sportdeutschland.pyi deleted file mode 100644 index f1895f7..0000000 --- a/typings/youtube_dl/extractor/sportdeutschland.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SportDeutschlandIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/spotify.pyi b/typings/youtube_dl/extractor/spotify.pyi deleted file mode 100644 index e61beff..0000000 --- a/typings/youtube_dl/extractor/spotify.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SpotifyBaseIE(InfoExtractor): - _ACCESS_TOKEN = ... - _OPERATION_HASHES = ... - _VALID_URL_TEMPL = ... - - -class SpotifyIE(SpotifyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class SpotifyShowIE(SpotifyBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/spreaker.pyi b/typings/youtube_dl/extractor/spreaker.pyi deleted file mode 100644 index a9697c1..0000000 --- a/typings/youtube_dl/extractor/spreaker.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SpreakerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class SpreakerPageIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class SpreakerShowIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class SpreakerShowPageIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/springboardplatform.pyi b/typings/youtube_dl/extractor/springboardplatform.pyi deleted file mode 100644 index e4a46e8..0000000 --- a/typings/youtube_dl/extractor/springboardplatform.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SpringboardPlatformIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sprout.pyi b/typings/youtube_dl/extractor/sprout.pyi deleted file mode 100644 index fec4c58..0000000 --- a/typings/youtube_dl/extractor/sprout.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE - -class SproutIE(AdobePassIE): - _VALID_URL = ... - _TESTS = ... - _GEO_COUNTRIES = ... - - diff --git a/typings/youtube_dl/extractor/srgssr.pyi b/typings/youtube_dl/extractor/srgssr.pyi deleted file mode 100644 index b758254..0000000 --- a/typings/youtube_dl/extractor/srgssr.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SRGSSRIE(InfoExtractor): - _VALID_URL = ... - _GEO_BYPASS = ... - _GEO_COUNTRIES = ... - _ERRORS = ... - _DEFAULT_LANGUAGE_CODES = ... - - -class SRGSSRPlayIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/srmediathek.pyi b/typings/youtube_dl/extractor/srmediathek.pyi deleted file mode 100644 index e4a9966..0000000 --- a/typings/youtube_dl/extractor/srmediathek.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .ard import ARDMediathekBaseIE - -class SRMediathekIE(ARDMediathekBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/stanfordoc.pyi b/typings/youtube_dl/extractor/stanfordoc.pyi deleted file mode 100644 index b2e8ee3..0000000 --- a/typings/youtube_dl/extractor/stanfordoc.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StanfordOpenClassroomIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/steam.pyi b/typings/youtube_dl/extractor/steam.pyi deleted file mode 100644 index d8a6bf7..0000000 --- a/typings/youtube_dl/extractor/steam.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SteamIE(InfoExtractor): - _VALID_URL = ... - _VIDEO_PAGE_TEMPLATE = ... - _AGECHECK_TEMPLATE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/stitcher.pyi b/typings/youtube_dl/extractor/stitcher.pyi deleted file mode 100644 index ad89ea2..0000000 --- a/typings/youtube_dl/extractor/stitcher.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StitcherBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class StitcherIE(StitcherBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class StitcherShowIE(StitcherBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/storyfire.pyi b/typings/youtube_dl/extractor/storyfire.pyi deleted file mode 100644 index ca38b96..0000000 --- a/typings/youtube_dl/extractor/storyfire.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StoryFireBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class StoryFireIE(StoryFireBaseIE): - _VALID_URL = ... - _TEST = ... - - -class StoryFireUserIE(StoryFireBaseIE): - _VALID_URL = ... - _TEST = ... - _PAGE_SIZE = ... - - -class StoryFireSeriesIE(StoryFireBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/streamable.pyi b/typings/youtube_dl/extractor/streamable.pyi deleted file mode 100644 index 81871e4..0000000 --- a/typings/youtube_dl/extractor/streamable.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StreamableIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/streamcloud.pyi b/typings/youtube_dl/extractor/streamcloud.pyi deleted file mode 100644 index 6286c33..0000000 --- a/typings/youtube_dl/extractor/streamcloud.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StreamcloudIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/streamcz.pyi b/typings/youtube_dl/extractor/streamcz.pyi deleted file mode 100644 index c9c8b34..0000000 --- a/typings/youtube_dl/extractor/streamcz.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StreamCZIE(InfoExtractor): - _VALID_URL = ... - _API_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/streetvoice.pyi b/typings/youtube_dl/extractor/streetvoice.pyi deleted file mode 100644 index c4d9364..0000000 --- a/typings/youtube_dl/extractor/streetvoice.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StreetVoiceIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/stretchinternet.pyi b/typings/youtube_dl/extractor/stretchinternet.pyi deleted file mode 100644 index 4057fb6..0000000 --- a/typings/youtube_dl/extractor/stretchinternet.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class StretchInternetIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/stv.pyi b/typings/youtube_dl/extractor/stv.pyi deleted file mode 100644 index dade23b..0000000 --- a/typings/youtube_dl/extractor/stv.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class STVPlayerIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - _PTYPE_MAP = ... - - diff --git a/typings/youtube_dl/extractor/sunporno.pyi b/typings/youtube_dl/extractor/sunporno.pyi deleted file mode 100644 index 3964096..0000000 --- a/typings/youtube_dl/extractor/sunporno.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SunPornoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sverigesradio.pyi b/typings/youtube_dl/extractor/sverigesradio.pyi deleted file mode 100644 index b429947..0000000 --- a/typings/youtube_dl/extractor/sverigesradio.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SverigesRadioBaseIE(InfoExtractor): - _BASE_URL = ... - _QUALITIES = ... - _EXT_TO_CODEC_MAP = ... - _CODING_FORMAT_TO_ABR_MAP = ... - - -class SverigesRadioPublicationIE(SverigesRadioBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _AUDIO_TYPE = ... - - -class SverigesRadioEpisodeIE(SverigesRadioBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - _AUDIO_TYPE = ... - - diff --git a/typings/youtube_dl/extractor/svt.pyi b/typings/youtube_dl/extractor/svt.pyi deleted file mode 100644 index e42bdd7..0000000 --- a/typings/youtube_dl/extractor/svt.pyi +++ /dev/null @@ -1,43 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SVTBaseIE(InfoExtractor): - _GEO_COUNTRIES = ... - - -class SVTIE(SVTBaseIE): - _VALID_URL = ... - _TEST = ... - - -class SVTPlayBaseIE(SVTBaseIE): - _SVTPLAY_RE = ... - - -class SVTPlayIE(SVTPlayBaseIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class SVTSeriesIE(SVTPlayBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class SVTPageIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/swrmediathek.pyi b/typings/youtube_dl/extractor/swrmediathek.pyi deleted file mode 100644 index 2061e24..0000000 --- a/typings/youtube_dl/extractor/swrmediathek.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SWRMediathekIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/syfy.pyi b/typings/youtube_dl/extractor/syfy.pyi deleted file mode 100644 index 58500bb..0000000 --- a/typings/youtube_dl/extractor/syfy.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE - -class SyfyIE(AdobePassIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/sztvhu.pyi b/typings/youtube_dl/extractor/sztvhu.pyi deleted file mode 100644 index 482bdd2..0000000 --- a/typings/youtube_dl/extractor/sztvhu.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SztvHuIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tagesschau.pyi b/typings/youtube_dl/extractor/tagesschau.pyi deleted file mode 100644 index a197a58..0000000 --- a/typings/youtube_dl/extractor/tagesschau.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TagesschauPlayerIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _FORMATS = ... - - -class TagesschauIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/tass.pyi b/typings/youtube_dl/extractor/tass.pyi deleted file mode 100644 index cf50585..0000000 --- a/typings/youtube_dl/extractor/tass.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TassIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tbs.pyi b/typings/youtube_dl/extractor/tbs.pyi deleted file mode 100644 index 47e63d2..0000000 --- a/typings/youtube_dl/extractor/tbs.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .turner import TurnerBaseIE - -class TBSIE(TurnerBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tdslifeway.pyi b/typings/youtube_dl/extractor/tdslifeway.pyi deleted file mode 100644 index a96b791..0000000 --- a/typings/youtube_dl/extractor/tdslifeway.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TDSLifewayIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/teachable.pyi b/typings/youtube_dl/extractor/teachable.pyi deleted file mode 100644 index 51d11da..0000000 --- a/typings/youtube_dl/extractor/teachable.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeachableBaseIE(InfoExtractor): - _NETRC_MACHINE = ... - _URL_PREFIX = ... - _SITES = ... - _VALID_URL_SUB_TUPLE = ... - - -class TeachableIE(TeachableBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class TeachableCourseIE(TeachableBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/teachertube.pyi b/typings/youtube_dl/extractor/teachertube.pyi deleted file mode 100644 index 5bb197a..0000000 --- a/typings/youtube_dl/extractor/teachertube.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeacherTubeIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class TeacherTubeUserIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _MEDIA_RE = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/teachingchannel.pyi b/typings/youtube_dl/extractor/teachingchannel.pyi deleted file mode 100644 index ed7ea5d..0000000 --- a/typings/youtube_dl/extractor/teachingchannel.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeachingChannelIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/teamcoco.pyi b/typings/youtube_dl/extractor/teamcoco.pyi deleted file mode 100644 index 60e886d..0000000 --- a/typings/youtube_dl/extractor/teamcoco.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .turner import TurnerBaseIE - -class TeamcocoIE(TurnerBaseIE): - _VALID_URL = ... - _TESTS = ... - _RECORD_TEMPL = ... - - diff --git a/typings/youtube_dl/extractor/teamtreehouse.pyi b/typings/youtube_dl/extractor/teamtreehouse.pyi deleted file mode 100644 index 8cb8951..0000000 --- a/typings/youtube_dl/extractor/teamtreehouse.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeamTreeHouseIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _NETRC_MACHINE = ... - - diff --git a/typings/youtube_dl/extractor/techtalks.pyi b/typings/youtube_dl/extractor/techtalks.pyi deleted file mode 100644 index 88fe662..0000000 --- a/typings/youtube_dl/extractor/techtalks.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TechTalksIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ted.pyi b/typings/youtube_dl/extractor/ted.pyi deleted file mode 100644 index c818d3c..0000000 --- a/typings/youtube_dl/extractor/ted.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TEDIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _NATIVE_FORMATS = ... - - diff --git a/typings/youtube_dl/extractor/tele13.pyi b/typings/youtube_dl/extractor/tele13.pyi deleted file mode 100644 index 86febf0..0000000 --- a/typings/youtube_dl/extractor/tele13.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Tele13IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tele5.pyi b/typings/youtube_dl/extractor/tele5.pyi deleted file mode 100644 index 00066d5..0000000 --- a/typings/youtube_dl/extractor/tele5.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Tele5IE(InfoExtractor): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/telebruxelles.pyi b/typings/youtube_dl/extractor/telebruxelles.pyi deleted file mode 100644 index c286020..0000000 --- a/typings/youtube_dl/extractor/telebruxelles.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeleBruxellesIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/telecinco.pyi b/typings/youtube_dl/extractor/telecinco.pyi deleted file mode 100644 index f230899..0000000 --- a/typings/youtube_dl/extractor/telecinco.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TelecincoIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/telegraaf.pyi b/typings/youtube_dl/extractor/telegraaf.pyi deleted file mode 100644 index 7fd906e..0000000 --- a/typings/youtube_dl/extractor/telegraaf.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TelegraafIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/telemb.pyi b/typings/youtube_dl/extractor/telemb.pyi deleted file mode 100644 index 90b2a7f..0000000 --- a/typings/youtube_dl/extractor/telemb.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeleMBIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/telequebec.pyi b/typings/youtube_dl/extractor/telequebec.pyi deleted file mode 100644 index 77b6259..0000000 --- a/typings/youtube_dl/extractor/telequebec.pyi +++ /dev/null @@ -1,35 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeleQuebecBaseIE(InfoExtractor): - BRIGHTCOVE_URL_TEMPLATE = ... - - -class TeleQuebecIE(TeleQuebecBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class TeleQuebecSquatIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class TeleQuebecEmissionIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class TeleQuebecLiveIE(TeleQuebecBaseIE): - _VALID_URL = ... - _TEST = ... - - -class TeleQuebecVideoIE(TeleQuebecBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/teletask.pyi b/typings/youtube_dl/extractor/teletask.pyi deleted file mode 100644 index 3573064..0000000 --- a/typings/youtube_dl/extractor/teletask.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TeleTaskIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/telewebion.pyi b/typings/youtube_dl/extractor/telewebion.pyi deleted file mode 100644 index c43b717..0000000 --- a/typings/youtube_dl/extractor/telewebion.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TelewebionIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tennistv.pyi b/typings/youtube_dl/extractor/tennistv.pyi deleted file mode 100644 index 9523285..0000000 --- a/typings/youtube_dl/extractor/tennistv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TennisTVIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _NETRC_MACHINE = ... - - diff --git a/typings/youtube_dl/extractor/tenplay.pyi b/typings/youtube_dl/extractor/tenplay.pyi deleted file mode 100644 index 5b57395..0000000 --- a/typings/youtube_dl/extractor/tenplay.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TenPlayIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - _FASTLY_URL_TEMPL = ... - - diff --git a/typings/youtube_dl/extractor/testurl.pyi b/typings/youtube_dl/extractor/testurl.pyi deleted file mode 100644 index 65920a0..0000000 --- a/typings/youtube_dl/extractor/testurl.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TestURLIE(InfoExtractor): - """ Allows addressing of the test cases as test:yout.*be_1 """ - IE_DESC = ... - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/tf1.pyi b/typings/youtube_dl/extractor/tf1.pyi deleted file mode 100644 index 11a6ef8..0000000 --- a/typings/youtube_dl/extractor/tf1.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TF1IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tfo.pyi b/typings/youtube_dl/extractor/tfo.pyi deleted file mode 100644 index 9be0b22..0000000 --- a/typings/youtube_dl/extractor/tfo.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TFOIE(InfoExtractor): - _GEO_COUNTRIES = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/theintercept.pyi b/typings/youtube_dl/extractor/theintercept.pyi deleted file mode 100644 index 245316a..0000000 --- a/typings/youtube_dl/extractor/theintercept.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TheInterceptIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/theplatform.pyi b/typings/youtube_dl/extractor/theplatform.pyi deleted file mode 100644 index f87c76c..0000000 --- a/typings/youtube_dl/extractor/theplatform.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .once import OnceIE -from .adobepass import AdobePassIE - -default_ns = ... -_x = ... -class ThePlatformBaseIE(OnceIE): - _TP_TLD = ... - - -class ThePlatformIE(ThePlatformBaseIE, AdobePassIE): - _VALID_URL = ... - _TESTS = ... - - -class ThePlatformFeedIE(ThePlatformBaseIE): - _URL_TEMPLATE = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/thescene.pyi b/typings/youtube_dl/extractor/thescene.pyi deleted file mode 100644 index 248deb9..0000000 --- a/typings/youtube_dl/extractor/thescene.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TheSceneIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/thestar.pyi b/typings/youtube_dl/extractor/thestar.pyi deleted file mode 100644 index 2c27dda..0000000 --- a/typings/youtube_dl/extractor/thestar.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TheStarIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/thesun.pyi b/typings/youtube_dl/extractor/thesun.pyi deleted file mode 100644 index 6f59171..0000000 --- a/typings/youtube_dl/extractor/thesun.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TheSunIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/theweatherchannel.pyi b/typings/youtube_dl/extractor/theweatherchannel.pyi deleted file mode 100644 index b8521f1..0000000 --- a/typings/youtube_dl/extractor/theweatherchannel.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .theplatform import ThePlatformIE - -class TheWeatherChannelIE(ThePlatformIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/thisamericanlife.pyi b/typings/youtube_dl/extractor/thisamericanlife.pyi deleted file mode 100644 index f129682..0000000 --- a/typings/youtube_dl/extractor/thisamericanlife.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ThisAmericanLifeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/thisav.pyi b/typings/youtube_dl/extractor/thisav.pyi deleted file mode 100644 index 25cdc4d..0000000 --- a/typings/youtube_dl/extractor/thisav.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ThisAVIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/thisoldhouse.pyi b/typings/youtube_dl/extractor/thisoldhouse.pyi deleted file mode 100644 index 734b25f..0000000 --- a/typings/youtube_dl/extractor/thisoldhouse.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ThisOldHouseIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _ZYPE_TMPL = ... - - diff --git a/typings/youtube_dl/extractor/threeqsdn.pyi b/typings/youtube_dl/extractor/threeqsdn.pyi deleted file mode 100644 index 34eee32..0000000 --- a/typings/youtube_dl/extractor/threeqsdn.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ThreeQSDNIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tiktok.pyi b/typings/youtube_dl/extractor/tiktok.pyi deleted file mode 100644 index ecdc115..0000000 --- a/typings/youtube_dl/extractor/tiktok.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TikTokBaseIE(InfoExtractor): - ... - - -class TikTokIE(TikTokBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class TikTokUserIE(TikTokBaseIE): - _VALID_URL = ... - _TESTS = ... - _WORKING = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/tinypic.pyi b/typings/youtube_dl/extractor/tinypic.pyi deleted file mode 100644 index d70cea9..0000000 --- a/typings/youtube_dl/extractor/tinypic.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TinyPicIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tmz.pyi b/typings/youtube_dl/extractor/tmz.pyi deleted file mode 100644 index 2364d8b..0000000 --- a/typings/youtube_dl/extractor/tmz.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TMZIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class TMZArticleIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tnaflix.pyi b/typings/youtube_dl/extractor/tnaflix.pyi deleted file mode 100644 index cf4410f..0000000 --- a/typings/youtube_dl/extractor/tnaflix.pyi +++ /dev/null @@ -1,53 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TNAFlixNetworkBaseIE(InfoExtractor): - _CONFIG_REGEX = ... - _HOST = ... - _VKEY_SUFFIX = ... - _TITLE_REGEX = ... - _DESCRIPTION_REGEX = ... - _UPLOADER_REGEX = ... - _VIEW_COUNT_REGEX = ... - _COMMENT_COUNT_REGEX = ... - _AVERAGE_RATING_REGEX = ... - _CATEGORIES_REGEX = ... - - -class TNAFlixNetworkEmbedIE(TNAFlixNetworkBaseIE): - _VALID_URL = ... - _TITLE_REGEX = ... - _TESTS = ... - - -class TNAEMPFlixBaseIE(TNAFlixNetworkBaseIE): - _DESCRIPTION_REGEX = ... - _UPLOADER_REGEX = ... - _CATEGORIES_REGEX = ... - - -class TNAFlixIE(TNAEMPFlixBaseIE): - _VALID_URL = ... - _TITLE_REGEX = ... - _TESTS = ... - - -class EMPFlixIE(TNAEMPFlixBaseIE): - _VALID_URL = ... - _HOST = ... - _VKEY_SUFFIX = ... - _TESTS = ... - - -class MovieFapIE(TNAFlixNetworkBaseIE): - _VALID_URL = ... - _VIEW_COUNT_REGEX = ... - _COMMENT_COUNT_REGEX = ... - _AVERAGE_RATING_REGEX = ... - _CATEGORIES_REGEX = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/toggle.pyi b/typings/youtube_dl/extractor/toggle.pyi deleted file mode 100644 index 2403ff7..0000000 --- a/typings/youtube_dl/extractor/toggle.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ToggleIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _API_USER = ... - _API_PASS = ... - - -class MeWatchIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tonline.pyi b/typings/youtube_dl/extractor/tonline.pyi deleted file mode 100644 index 917b35d..0000000 --- a/typings/youtube_dl/extractor/tonline.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TOnlineIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/toongoggles.pyi b/typings/youtube_dl/extractor/toongoggles.pyi deleted file mode 100644 index 32a7e5f..0000000 --- a/typings/youtube_dl/extractor/toongoggles.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ToonGogglesIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/toutv.pyi b/typings/youtube_dl/extractor/toutv.pyi deleted file mode 100644 index 47b9903..0000000 --- a/typings/youtube_dl/extractor/toutv.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .radiocanada import RadioCanadaIE - -class TouTvIE(RadioCanadaIE): - _NETRC_MACHINE = ... - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _CLIENT_KEY = ... - - diff --git a/typings/youtube_dl/extractor/toypics.pyi b/typings/youtube_dl/extractor/toypics.pyi deleted file mode 100644 index 3d6cc14..0000000 --- a/typings/youtube_dl/extractor/toypics.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ToypicsIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class ToypicsUserIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/traileraddict.pyi b/typings/youtube_dl/extractor/traileraddict.pyi deleted file mode 100644 index 515f172..0000000 --- a/typings/youtube_dl/extractor/traileraddict.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TrailerAddictIE(InfoExtractor): - _WORKING = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/trilulilu.pyi b/typings/youtube_dl/extractor/trilulilu.pyi deleted file mode 100644 index 3ae2d1f..0000000 --- a/typings/youtube_dl/extractor/trilulilu.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TriluliluIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/trovo.pyi b/typings/youtube_dl/extractor/trovo.pyi deleted file mode 100644 index 4dc69e5..0000000 --- a/typings/youtube_dl/extractor/trovo.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TrovoBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class TrovoIE(TrovoBaseIE): - _VALID_URL = ... - - -class TrovoVodIE(TrovoBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/trunews.pyi b/typings/youtube_dl/extractor/trunews.pyi deleted file mode 100644 index aed9bb2..0000000 --- a/typings/youtube_dl/extractor/trunews.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TruNewsIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _ZYPE_TEMPL = ... - - diff --git a/typings/youtube_dl/extractor/trutv.pyi b/typings/youtube_dl/extractor/trutv.pyi deleted file mode 100644 index 98addda..0000000 --- a/typings/youtube_dl/extractor/trutv.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .turner import TurnerBaseIE - -class TruTVIE(TurnerBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tube8.pyi b/typings/youtube_dl/extractor/tube8.pyi deleted file mode 100644 index 03c0363..0000000 --- a/typings/youtube_dl/extractor/tube8.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .keezmovies import KeezMoviesIE - -class Tube8IE(KeezMoviesIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tubitv.pyi b/typings/youtube_dl/extractor/tubitv.pyi deleted file mode 100644 index be9f12c..0000000 --- a/typings/youtube_dl/extractor/tubitv.pyi +++ /dev/null @@ -1,14 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TubiTvIE(InfoExtractor): - _VALID_URL = ... - _LOGIN_URL = ... - _NETRC_MACHINE = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tumblr.pyi b/typings/youtube_dl/extractor/tumblr.pyi deleted file mode 100644 index 84fad24..0000000 --- a/typings/youtube_dl/extractor/tumblr.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TumblrIE(InfoExtractor): - _VALID_URL = ... - _NETRC_MACHINE = ... - _LOGIN_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tunein.pyi b/typings/youtube_dl/extractor/tunein.pyi deleted file mode 100644 index c8006ad..0000000 --- a/typings/youtube_dl/extractor/tunein.pyi +++ /dev/null @@ -1,49 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TuneInBaseIE(InfoExtractor): - _API_BASE_URL = ... - - -class TuneInClipIE(TuneInBaseIE): - IE_NAME = ... - _VALID_URL = ... - _API_URL_QUERY = ... - _TESTS = ... - - -class TuneInStationIE(TuneInBaseIE): - IE_NAME = ... - _VALID_URL = ... - _API_URL_QUERY = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - _TESTS = ... - - -class TuneInProgramIE(TuneInBaseIE): - IE_NAME = ... - _VALID_URL = ... - _API_URL_QUERY = ... - _TESTS = ... - - -class TuneInTopicIE(TuneInBaseIE): - IE_NAME = ... - _VALID_URL = ... - _API_URL_QUERY = ... - _TESTS = ... - - -class TuneInShortenerIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tunepk.pyi b/typings/youtube_dl/extractor/tunepk.pyi deleted file mode 100644 index 4a3584e..0000000 --- a/typings/youtube_dl/extractor/tunepk.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TunePkIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/turbo.pyi b/typings/youtube_dl/extractor/turbo.pyi deleted file mode 100644 index 35f7646..0000000 --- a/typings/youtube_dl/extractor/turbo.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TurboIE(InfoExtractor): - _VALID_URL = ... - _API_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/turner.pyi b/typings/youtube_dl/extractor/turner.pyi deleted file mode 100644 index 1f4226a..0000000 --- a/typings/youtube_dl/extractor/turner.pyi +++ /dev/null @@ -1,10 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE - -class TurnerBaseIE(AdobePassIE): - _AKAMAI_SPE_TOKEN_CACHE = ... - - diff --git a/typings/youtube_dl/extractor/tv2.pyi b/typings/youtube_dl/extractor/tv2.pyi deleted file mode 100644 index 305332f..0000000 --- a/typings/youtube_dl/extractor/tv2.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TV2IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _API_DOMAIN = ... - _PROTOCOLS = ... - _GEO_COUNTRIES = ... - - -class TV2ArticleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class KatsomoIE(TV2IE): - _VALID_URL = ... - _TESTS = ... - _API_DOMAIN = ... - _PROTOCOLS = ... - _GEO_COUNTRIES = ... - - -class MTVUutisetArticleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tv2dk.pyi b/typings/youtube_dl/extractor/tv2dk.pyi deleted file mode 100644 index 09e371b..0000000 --- a/typings/youtube_dl/extractor/tv2dk.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TV2DKIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class TV2DKBornholmPlayIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tv2hu.pyi b/typings/youtube_dl/extractor/tv2hu.pyi deleted file mode 100644 index 847d38c..0000000 --- a/typings/youtube_dl/extractor/tv2hu.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TV2HuIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tv4.pyi b/typings/youtube_dl/extractor/tv4.pyi deleted file mode 100644 index c9e5973..0000000 --- a/typings/youtube_dl/extractor/tv4.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TV4IE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tv5mondeplus.pyi b/typings/youtube_dl/extractor/tv5mondeplus.pyi deleted file mode 100644 index 8618f98..0000000 --- a/typings/youtube_dl/extractor/tv5mondeplus.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TV5MondePlusIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - - diff --git a/typings/youtube_dl/extractor/tv5unis.pyi b/typings/youtube_dl/extractor/tv5unis.pyi deleted file mode 100644 index c07feb9..0000000 --- a/typings/youtube_dl/extractor/tv5unis.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TV5UnisBaseIE(InfoExtractor): - _GEO_COUNTRIES = ... - - -class TV5UnisVideoIE(TV5UnisBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - _GQL_QUERY_NAME = ... - - -class TV5UnisIE(TV5UnisBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _GQL_QUERY_NAME = ... - - diff --git a/typings/youtube_dl/extractor/tva.pyi b/typings/youtube_dl/extractor/tva.pyi deleted file mode 100644 index 0375d9e..0000000 --- a/typings/youtube_dl/extractor/tva.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVAIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - -class QubIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvanouvelles.pyi b/typings/youtube_dl/extractor/tvanouvelles.pyi deleted file mode 100644 index 8de2b3e..0000000 --- a/typings/youtube_dl/extractor/tvanouvelles.pyi +++ /dev/null @@ -1,21 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVANouvellesIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - -class TVANouvellesArticleIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/tvc.pyi b/typings/youtube_dl/extractor/tvc.pyi deleted file mode 100644 index 116289a..0000000 --- a/typings/youtube_dl/extractor/tvc.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVCIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class TVCArticleIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tver.pyi b/typings/youtube_dl/extractor/tver.pyi deleted file mode 100644 index f23b73d..0000000 --- a/typings/youtube_dl/extractor/tver.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _TOKEN = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/tvigle.pyi b/typings/youtube_dl/extractor/tvigle.pyi deleted file mode 100644 index c0594f6..0000000 --- a/typings/youtube_dl/extractor/tvigle.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TvigleIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _GEO_BYPASS = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvland.pyi b/typings/youtube_dl/extractor/tvland.pyi deleted file mode 100644 index b17102d..0000000 --- a/typings/youtube_dl/extractor/tvland.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .spike import ParamountNetworkIE - -class TVLandIE(ParamountNetworkIE): - IE_NAME = ... - _VALID_URL = ... - _FEED_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvn24.pyi b/typings/youtube_dl/extractor/tvn24.pyi deleted file mode 100644 index fa77f13..0000000 --- a/typings/youtube_dl/extractor/tvn24.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVN24IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvnet.pyi b/typings/youtube_dl/extractor/tvnet.pyi deleted file mode 100644 index bcea0fb..0000000 --- a/typings/youtube_dl/extractor/tvnet.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVNetIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvnoe.pyi b/typings/youtube_dl/extractor/tvnoe.pyi deleted file mode 100644 index a2317a2..0000000 --- a/typings/youtube_dl/extractor/tvnoe.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVNoeIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tvnow.pyi b/typings/youtube_dl/extractor/tvnow.pyi deleted file mode 100644 index 321d55f..0000000 --- a/typings/youtube_dl/extractor/tvnow.pyi +++ /dev/null @@ -1,55 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVNowBaseIE(InfoExtractor): - _VIDEO_FIELDS = ... - - -class TVNowIE(TVNowBaseIE): - _VALID_URL = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - _TESTS = ... - - -class TVNowNewIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class TVNowNewBaseIE(InfoExtractor): - ... - - -class TVNowListBaseIE(TVNowNewBaseIE): - _SHOW_VALID_URL = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class TVNowSeasonIE(TVNowListBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class TVNowAnnualIE(TVNowListBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class TVNowShowIE(TVNowListBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/tvp.pyi b/typings/youtube_dl/extractor/tvp.pyi deleted file mode 100644 index d14382a..0000000 --- a/typings/youtube_dl/extractor/tvp.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVPIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class TVPEmbedIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class TVPWebsiteIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvplay.pyi b/typings/youtube_dl/extractor/tvplay.pyi deleted file mode 100644 index d180518..0000000 --- a/typings/youtube_dl/extractor/tvplay.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVPlayIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class ViafreeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class TVPlayHomeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/tvplayer.pyi b/typings/youtube_dl/extractor/tvplayer.pyi deleted file mode 100644 index 64cef83..0000000 --- a/typings/youtube_dl/extractor/tvplayer.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TVPlayerIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/tweakers.pyi b/typings/youtube_dl/extractor/tweakers.pyi deleted file mode 100644 index 3598dd2..0000000 --- a/typings/youtube_dl/extractor/tweakers.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TweakersIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/twentyfourvideo.pyi b/typings/youtube_dl/extractor/twentyfourvideo.pyi deleted file mode 100644 index 4b76366..0000000 --- a/typings/youtube_dl/extractor/twentyfourvideo.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TwentyFourVideoIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/twentymin.pyi b/typings/youtube_dl/extractor/twentymin.pyi deleted file mode 100644 index f19c3c3..0000000 --- a/typings/youtube_dl/extractor/twentymin.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TwentyMinutenIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/twentythreevideo.pyi b/typings/youtube_dl/extractor/twentythreevideo.pyi deleted file mode 100644 index 25fae71..0000000 --- a/typings/youtube_dl/extractor/twentythreevideo.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TwentyThreeVideoIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/twitcasting.pyi b/typings/youtube_dl/extractor/twitcasting.pyi deleted file mode 100644 index c9fac80..0000000 --- a/typings/youtube_dl/extractor/twitcasting.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TwitCastingIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/twitch.pyi b/typings/youtube_dl/extractor/twitch.pyi deleted file mode 100644 index e2f2e32..0000000 --- a/typings/youtube_dl/extractor/twitch.pyi +++ /dev/null @@ -1,89 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class TwitchBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - _API_BASE = ... - _USHER_BASE = ... - _LOGIN_FORM_URL = ... - _LOGIN_POST_URL = ... - _CLIENT_ID = ... - _NETRC_MACHINE = ... - _OPERATION_HASHES = ... - - -class TwitchVodIE(TwitchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class TwitchCollectionIE(TwitchBaseIE): - _VALID_URL = ... - _TESTS = ... - _OPERATION_NAME = ... - - -class TwitchPlaylistBaseIE(TwitchBaseIE): - _PAGE_LIMIT = ... - - -class TwitchVideosIE(TwitchPlaylistBaseIE): - _VALID_URL = ... - _TESTS = ... - Broadcast = ... - _DEFAULT_BROADCAST = ... - _BROADCASTS = ... - _DEFAULT_SORTED_BY = ... - _SORTED_BY = ... - _OPERATION_NAME = ... - _ENTRY_KIND = ... - _EDGE_KIND = ... - _NODE_KIND = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class TwitchVideosClipsIE(TwitchPlaylistBaseIE): - _VALID_URL = ... - _TESTS = ... - Clip = ... - _DEFAULT_CLIP = ... - _RANGE = ... - _PAGE_LIMIT = ... - _OPERATION_NAME = ... - _ENTRY_KIND = ... - _EDGE_KIND = ... - _NODE_KIND = ... - - -class TwitchVideosCollectionsIE(TwitchPlaylistBaseIE): - _VALID_URL = ... - _TESTS = ... - _OPERATION_NAME = ... - _ENTRY_KIND = ... - _EDGE_KIND = ... - _NODE_KIND = ... - - -class TwitchStreamIE(TwitchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class TwitchClipsIE(TwitchBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/twitter.pyi b/typings/youtube_dl/extractor/twitter.pyi deleted file mode 100644 index bc4d00b..0000000 --- a/typings/youtube_dl/extractor/twitter.pyi +++ /dev/null @@ -1,37 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .periscope import PeriscopeBaseIE - -class TwitterBaseIE(InfoExtractor): - _API_BASE = ... - _BASE_REGEX = ... - _GUEST_TOKEN = ... - - -class TwitterCardIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class TwitterIE(TwitterBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class TwitterAmplifyIE(TwitterBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class TwitterBroadcastIE(TwitterBaseIE, PeriscopeBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/udemy.pyi b/typings/youtube_dl/extractor/udemy.pyi deleted file mode 100644 index 4d3efc5..0000000 --- a/typings/youtube_dl/extractor/udemy.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UdemyIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _LOGIN_URL = ... - _ORIGIN_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - - -class UdemyCourseIE(UdemyIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/udn.pyi b/typings/youtube_dl/extractor/udn.pyi deleted file mode 100644 index 21caf4f..0000000 --- a/typings/youtube_dl/extractor/udn.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UDNEmbedIE(InfoExtractor): - IE_DESC = ... - _PROTOCOL_RELATIVE_VALID_URL = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ufctv.pyi b/typings/youtube_dl/extractor/ufctv.pyi deleted file mode 100644 index 5f20ee7..0000000 --- a/typings/youtube_dl/extractor/ufctv.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .imggaming import ImgGamingBaseIE - -class UFCTVIE(ImgGamingBaseIE): - _VALID_URL = ... - _NETRC_MACHINE = ... - _REALM = ... - - -class UFCArabiaIE(ImgGamingBaseIE): - _VALID_URL = ... - _NETRC_MACHINE = ... - _REALM = ... - - diff --git a/typings/youtube_dl/extractor/uktvplay.pyi b/typings/youtube_dl/extractor/uktvplay.pyi deleted file mode 100644 index eea5138..0000000 --- a/typings/youtube_dl/extractor/uktvplay.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UKTVPlayIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/umg.pyi b/typings/youtube_dl/extractor/umg.pyi deleted file mode 100644 index d1cb1fa..0000000 --- a/typings/youtube_dl/extractor/umg.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UMGDeIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/unistra.pyi b/typings/youtube_dl/extractor/unistra.pyi deleted file mode 100644 index bec986d..0000000 --- a/typings/youtube_dl/extractor/unistra.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UnistraIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/unity.pyi b/typings/youtube_dl/extractor/unity.pyi deleted file mode 100644 index e3195ce..0000000 --- a/typings/youtube_dl/extractor/unity.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UnityIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/uol.pyi b/typings/youtube_dl/extractor/uol.pyi deleted file mode 100644 index befdc44..0000000 --- a/typings/youtube_dl/extractor/uol.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UOLIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/uplynk.pyi b/typings/youtube_dl/extractor/uplynk.pyi deleted file mode 100644 index 9004c06..0000000 --- a/typings/youtube_dl/extractor/uplynk.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UplynkIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class UplynkPreplayIE(UplynkIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/urort.pyi b/typings/youtube_dl/extractor/urort.pyi deleted file mode 100644 index 1d990ef..0000000 --- a/typings/youtube_dl/extractor/urort.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UrortIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/urplay.pyi b/typings/youtube_dl/extractor/urplay.pyi deleted file mode 100644 index 432258e..0000000 --- a/typings/youtube_dl/extractor/urplay.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class URPlayIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/usanetwork.pyi b/typings/youtube_dl/extractor/usanetwork.pyi deleted file mode 100644 index 52d0c15..0000000 --- a/typings/youtube_dl/extractor/usanetwork.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .nbc import NBCIE - -class USANetworkIE(NBCIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/usatoday.pyi b/typings/youtube_dl/extractor/usatoday.pyi deleted file mode 100644 index eb379ca..0000000 --- a/typings/youtube_dl/extractor/usatoday.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class USATodayIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/ustream.pyi b/typings/youtube_dl/extractor/ustream.pyi deleted file mode 100644 index 78b28d0..0000000 --- a/typings/youtube_dl/extractor/ustream.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UstreamIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class UstreamChannelIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ustudio.pyi b/typings/youtube_dl/extractor/ustudio.pyi deleted file mode 100644 index 40b0807..0000000 --- a/typings/youtube_dl/extractor/ustudio.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class UstudioIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class UstudioEmbedIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/varzesh3.pyi b/typings/youtube_dl/extractor/varzesh3.pyi deleted file mode 100644 index cc8eff2..0000000 --- a/typings/youtube_dl/extractor/varzesh3.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Varzesh3IE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vbox7.pyi b/typings/youtube_dl/extractor/vbox7.pyi deleted file mode 100644 index dcd5fea..0000000 --- a/typings/youtube_dl/extractor/vbox7.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class Vbox7IE(InfoExtractor): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/veehd.pyi b/typings/youtube_dl/extractor/veehd.pyi deleted file mode 100644 index b679d69..0000000 --- a/typings/youtube_dl/extractor/veehd.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VeeHDIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/veoh.pyi b/typings/youtube_dl/extractor/veoh.pyi deleted file mode 100644 index c8e0219..0000000 --- a/typings/youtube_dl/extractor/veoh.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VeohIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vesti.pyi b/typings/youtube_dl/extractor/vesti.pyi deleted file mode 100644 index af3257f..0000000 --- a/typings/youtube_dl/extractor/vesti.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VestiIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vevo.pyi b/typings/youtube_dl/extractor/vevo.pyi deleted file mode 100644 index d120c88..0000000 --- a/typings/youtube_dl/extractor/vevo.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VevoBaseIE(InfoExtractor): - ... - - -class VevoIE(VevoBaseIE): - ''' - Accepts urls from vevo.com or in the format 'vevo:{id}' - (currently used by MTVIE and MySpaceIE) - ''' - _VALID_URL = ... - _TESTS = ... - _VERSIONS = ... - - -class VevoPlaylistIE(VevoBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vgtv.pyi b/typings/youtube_dl/extractor/vgtv.pyi deleted file mode 100644 index 8956b47..0000000 --- a/typings/youtube_dl/extractor/vgtv.pyi +++ /dev/null @@ -1,30 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .xstream import XstreamIE - -class VGTVIE(XstreamIE): - IE_DESC = ... - _GEO_BYPASS = ... - _HOST_TO_APPNAME = ... - _APP_NAME_TO_VENDOR = ... - _VALID_URL = ... - _TESTS = ... - - -class BTArticleIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - -class BTVestlendingenIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vh1.pyi b/typings/youtube_dl/extractor/vh1.pyi deleted file mode 100644 index 5fab76c..0000000 --- a/typings/youtube_dl/extractor/vh1.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .mtv import MTVServicesInfoExtractor - -class VH1IE(MTVServicesInfoExtractor): - IE_NAME = ... - _FEED_URL = ... - _TESTS = ... - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/vice.pyi b/typings/youtube_dl/extractor/vice.pyi deleted file mode 100644 index 0343536..0000000 --- a/typings/youtube_dl/extractor/vice.pyi +++ /dev/null @@ -1,30 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .adobepass import AdobePassIE -from .common import InfoExtractor - -class ViceBaseIE(InfoExtractor): - ... - - -class ViceIE(ViceBaseIE, AdobePassIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ViceShowIE(ViceBaseIE): - IE_NAME = ... - _VALID_URL = ... - _PAGE_SIZE = ... - _TESTS = ... - - -class ViceArticleIE(ViceBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vidbit.pyi b/typings/youtube_dl/extractor/vidbit.pyi deleted file mode 100644 index 72c6d7f..0000000 --- a/typings/youtube_dl/extractor/vidbit.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VidbitIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/viddler.pyi b/typings/youtube_dl/extractor/viddler.pyi deleted file mode 100644 index a81a65f..0000000 --- a/typings/youtube_dl/extractor/viddler.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ViddlerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/videa.pyi b/typings/youtube_dl/extractor/videa.pyi deleted file mode 100644 index 862ffec..0000000 --- a/typings/youtube_dl/extractor/videa.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VideaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - _STATIC_SECRET = ... - @staticmethod - def rc4(cipher_text, key): # -> str: - ... - - - diff --git a/typings/youtube_dl/extractor/videodetective.pyi b/typings/youtube_dl/extractor/videodetective.pyi deleted file mode 100644 index cfbd602..0000000 --- a/typings/youtube_dl/extractor/videodetective.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VideoDetectiveIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/videofyme.pyi b/typings/youtube_dl/extractor/videofyme.pyi deleted file mode 100644 index 4141ab4..0000000 --- a/typings/youtube_dl/extractor/videofyme.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VideofyMeIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/videomore.pyi b/typings/youtube_dl/extractor/videomore.pyi deleted file mode 100644 index ef72718..0000000 --- a/typings/youtube_dl/extractor/videomore.pyi +++ /dev/null @@ -1,38 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VideomoreBaseIE(InfoExtractor): - _API_BASE_URL = ... - _VALID_URL_BASE = ... - - -class VideomoreIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - - -class VideomoreVideoIE(VideomoreBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class VideomoreSeasonIE(VideomoreBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/videopress.pyi b/typings/youtube_dl/extractor/videopress.pyi deleted file mode 100644 index 13abb7c..0000000 --- a/typings/youtube_dl/extractor/videopress.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VideoPressIE(InfoExtractor): - _ID_REGEX = ... - _PATH_REGEX = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vidio.pyi b/typings/youtube_dl/extractor/vidio.pyi deleted file mode 100644 index 8ea2834..0000000 --- a/typings/youtube_dl/extractor/vidio.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VidioIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vidlii.pyi b/typings/youtube_dl/extractor/vidlii.pyi deleted file mode 100644 index 81dff1f..0000000 --- a/typings/youtube_dl/extractor/vidlii.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VidLiiIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vidme.pyi b/typings/youtube_dl/extractor/vidme.pyi deleted file mode 100644 index ee41cf2..0000000 --- a/typings/youtube_dl/extractor/vidme.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VidmeIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class VidmeListBaseIE(InfoExtractor): - _LIMIT = ... - - -class VidmeUserIE(VidmeListBaseIE): - IE_NAME = ... - _VALID_URL = ... - _API_ITEM = ... - _TITLE = ... - _TESTS = ... - - -class VidmeUserLikesIE(VidmeListBaseIE): - IE_NAME = ... - _VALID_URL = ... - _API_ITEM = ... - _TITLE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vier.pyi b/typings/youtube_dl/extractor/vier.pyi deleted file mode 100644 index 25bc6a5..0000000 --- a/typings/youtube_dl/extractor/vier.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VierIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - - -class VierVideosIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/viewlift.pyi b/typings/youtube_dl/extractor/viewlift.pyi deleted file mode 100644 index 4f2dd6b..0000000 --- a/typings/youtube_dl/extractor/viewlift.pyi +++ /dev/null @@ -1,29 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ViewLiftBaseIE(InfoExtractor): - _API_BASE = ... - _DOMAINS_REGEX = ... - _SITE_MAP = ... - _TOKENS = ... - - -class ViewLiftEmbedIE(ViewLiftBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class ViewLiftIE(ViewLiftBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/viidea.pyi b/typings/youtube_dl/extractor/viidea.pyi deleted file mode 100644 index b5f022f..0000000 --- a/typings/youtube_dl/extractor/viidea.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ViideaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/viki.pyi b/typings/youtube_dl/extractor/viki.pyi deleted file mode 100644 index 0cb42d3..0000000 --- a/typings/youtube_dl/extractor/viki.pyi +++ /dev/null @@ -1,36 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VikiBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - _API_QUERY_TEMPLATE = ... - _API_URL_TEMPLATE = ... - _APP = ... - _APP_VERSION = ... - _APP_SECRET = ... - _GEO_BYPASS = ... - _NETRC_MACHINE = ... - _token = ... - _ERRORS = ... - @staticmethod - def dict_selection(dict_obj, preferred_key, allow_fallback=...): # -> None: - ... - - - -class VikiIE(VikiBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class VikiChannelIE(VikiBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _PER_PAGE = ... - - diff --git a/typings/youtube_dl/extractor/vimeo.pyi b/typings/youtube_dl/extractor/vimeo.pyi deleted file mode 100644 index b580e76..0000000 --- a/typings/youtube_dl/extractor/vimeo.pyi +++ /dev/null @@ -1,86 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VimeoBaseInfoExtractor(InfoExtractor): - _NETRC_MACHINE = ... - _LOGIN_REQUIRED = ... - _LOGIN_URL = ... - - -class VimeoIE(VimeoBaseInfoExtractor): - """Information extractor for vimeo.com.""" - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - -class VimeoOndemandIE(VimeoIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class VimeoChannelIE(VimeoBaseInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _MORE_PAGES_INDICATOR = ... - _TITLE = ... - _TITLE_RE = ... - _TESTS = ... - _BASE_URL_TEMPL = ... - - -class VimeoUserIE(VimeoChannelIE): - IE_NAME = ... - _VALID_URL = ... - _TITLE_RE = ... - _TESTS = ... - _BASE_URL_TEMPL = ... - - -class VimeoAlbumIE(VimeoBaseInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TITLE_RE = ... - _TESTS = ... - _PAGE_SIZE = ... - - -class VimeoGroupsIE(VimeoChannelIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _BASE_URL_TEMPL = ... - - -class VimeoReviewIE(VimeoBaseInfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class VimeoWatchLaterIE(VimeoChannelIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TITLE = ... - _LOGIN_REQUIRED = ... - _TESTS = ... - - -class VimeoLikesIE(VimeoChannelIE): - _VALID_URL = ... - IE_NAME = ... - IE_DESC = ... - _TESTS = ... - - -class VHXEmbedIE(VimeoBaseInfoExtractor): - IE_NAME = ... - _VALID_URL = ... - - diff --git a/typings/youtube_dl/extractor/vimple.pyi b/typings/youtube_dl/extractor/vimple.pyi deleted file mode 100644 index 67a7c77..0000000 --- a/typings/youtube_dl/extractor/vimple.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class SprutoBaseIE(InfoExtractor): - ... - - -class VimpleIE(SprutoBaseIE): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vine.pyi b/typings/youtube_dl/extractor/vine.pyi deleted file mode 100644 index a805086..0000000 --- a/typings/youtube_dl/extractor/vine.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VineIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class VineUserIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _VINE_BASE_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/viqeo.pyi b/typings/youtube_dl/extractor/viqeo.pyi deleted file mode 100644 index efe3e2c..0000000 --- a/typings/youtube_dl/extractor/viqeo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ViqeoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/viu.pyi b/typings/youtube_dl/extractor/viu.pyi deleted file mode 100644 index 6b56648..0000000 --- a/typings/youtube_dl/extractor/viu.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ViuBaseIE(InfoExtractor): - ... - - -class ViuIE(ViuBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class ViuPlaylistIE(ViuBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - -class ViuOTTIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _AREA_ID = ... - - diff --git a/typings/youtube_dl/extractor/vk.pyi b/typings/youtube_dl/extractor/vk.pyi deleted file mode 100644 index 3c0c352..0000000 --- a/typings/youtube_dl/extractor/vk.pyi +++ /dev/null @@ -1,35 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VKBaseIE(InfoExtractor): - _NETRC_MACHINE = ... - - -class VKIE(VKBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class VKUserVideosIE(VKBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEMPLATE_URL = ... - _TESTS = ... - _PAGE_SIZE = ... - _VIDEO = ... - - -class VKWallPostIE(VKBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _BASE64_CHARS = ... - _AUDIO = ... - - diff --git a/typings/youtube_dl/extractor/vlive.pyi b/typings/youtube_dl/extractor/vlive.pyi deleted file mode 100644 index 90c0dae..0000000 --- a/typings/youtube_dl/extractor/vlive.pyi +++ /dev/null @@ -1,32 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .naver import NaverBaseIE - -class VLiveBaseIE(NaverBaseIE): - _APP_ID = ... - - -class VLiveIE(VLiveBaseIE): - IE_NAME = ... - _VALID_URL = ... - _NETRC_MACHINE = ... - _TESTS = ... - - -class VLivePostIE(VLiveIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _FVIDEO_TMPL = ... - _SOS_TMPL = ... - _INKEY_TMPL = ... - - -class VLiveChannelIE(VLiveBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vodlocker.pyi b/typings/youtube_dl/extractor/vodlocker.pyi deleted file mode 100644 index 90d9412..0000000 --- a/typings/youtube_dl/extractor/vodlocker.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VodlockerIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vodpl.pyi b/typings/youtube_dl/extractor/vodpl.pyi deleted file mode 100644 index 3884eec..0000000 --- a/typings/youtube_dl/extractor/vodpl.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .onet import OnetBaseIE - -class VODPlIE(OnetBaseIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vodplatform.pyi b/typings/youtube_dl/extractor/vodplatform.pyi deleted file mode 100644 index ff3ff16..0000000 --- a/typings/youtube_dl/extractor/vodplatform.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VODPlatformIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/voicerepublic.pyi b/typings/youtube_dl/extractor/voicerepublic.pyi deleted file mode 100644 index 33981aa..0000000 --- a/typings/youtube_dl/extractor/voicerepublic.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VoiceRepublicIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/voot.pyi b/typings/youtube_dl/extractor/voot.pyi deleted file mode 100644 index 4def764..0000000 --- a/typings/youtube_dl/extractor/voot.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VootIE(InfoExtractor): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/voxmedia.pyi b/typings/youtube_dl/extractor/voxmedia.pyi deleted file mode 100644 index 72f5ea6..0000000 --- a/typings/youtube_dl/extractor/voxmedia.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor -from .once import OnceIE - -class VoxMediaVolumeIE(OnceIE): - _VALID_URL = ... - - -class VoxMediaIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vrak.pyi b/typings/youtube_dl/extractor/vrak.pyi deleted file mode 100644 index fb6356f..0000000 --- a/typings/youtube_dl/extractor/vrak.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VrakIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - BRIGHTCOVE_URL_TEMPLATE = ... - - diff --git a/typings/youtube_dl/extractor/vrt.pyi b/typings/youtube_dl/extractor/vrt.pyi deleted file mode 100644 index 15fbcd0..0000000 --- a/typings/youtube_dl/extractor/vrt.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VRTIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _CLIENT_MAP = ... - - diff --git a/typings/youtube_dl/extractor/vrv.pyi b/typings/youtube_dl/extractor/vrv.pyi deleted file mode 100644 index f75132e..0000000 --- a/typings/youtube_dl/extractor/vrv.pyi +++ /dev/null @@ -1,27 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VRVBaseIE(InfoExtractor): - _API_DOMAIN = ... - _API_PARAMS = ... - _CMS_SIGNING = ... - _TOKEN = ... - _TOKEN_SECRET = ... - - -class VRVIE(VRVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _NETRC_MACHINE = ... - - -class VRVSeriesIE(VRVBaseIE): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/vshare.pyi b/typings/youtube_dl/extractor/vshare.pyi deleted file mode 100644 index 6a35c19..0000000 --- a/typings/youtube_dl/extractor/vshare.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VShareIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vtm.pyi b/typings/youtube_dl/extractor/vtm.pyi deleted file mode 100644 index e377cdf..0000000 --- a/typings/youtube_dl/extractor/vtm.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VTMIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/vube.pyi b/typings/youtube_dl/extractor/vube.pyi deleted file mode 100644 index 77e6744..0000000 --- a/typings/youtube_dl/extractor/vube.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VubeIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vuclip.pyi b/typings/youtube_dl/extractor/vuclip.pyi deleted file mode 100644 index b7ee0fe..0000000 --- a/typings/youtube_dl/extractor/vuclip.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VuClipIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/vvvvid.pyi b/typings/youtube_dl/extractor/vvvvid.pyi deleted file mode 100644 index b9c0d5a..0000000 --- a/typings/youtube_dl/extractor/vvvvid.pyi +++ /dev/null @@ -1,18 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VVVVIDIE(InfoExtractor): - _VALID_URL_BASE = ... - _VALID_URL = ... - _TESTS = ... - _conn_id = ... - - -class VVVVIDShowIE(VVVVIDIE): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vyborymos.pyi b/typings/youtube_dl/extractor/vyborymos.pyi deleted file mode 100644 index 0b283dd..0000000 --- a/typings/youtube_dl/extractor/vyborymos.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VyboryMosIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/vzaar.pyi b/typings/youtube_dl/extractor/vzaar.pyi deleted file mode 100644 index 312defd..0000000 --- a/typings/youtube_dl/extractor/vzaar.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class VzaarIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/wakanim.pyi b/typings/youtube_dl/extractor/wakanim.pyi deleted file mode 100644 index 72ef6d9..0000000 --- a/typings/youtube_dl/extractor/wakanim.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WakanimIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/walla.pyi b/typings/youtube_dl/extractor/walla.pyi deleted file mode 100644 index e592e62..0000000 --- a/typings/youtube_dl/extractor/walla.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WallaIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - _SUBTITLE_LANGS = ... - - diff --git a/typings/youtube_dl/extractor/washingtonpost.pyi b/typings/youtube_dl/extractor/washingtonpost.pyi deleted file mode 100644 index d5687a6..0000000 --- a/typings/youtube_dl/extractor/washingtonpost.pyi +++ /dev/null @@ -1,23 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WashingtonPostIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _EMBED_URL = ... - _TESTS = ... - - -class WashingtonPostArticleIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/wat.pyi b/typings/youtube_dl/extractor/wat.pyi deleted file mode 100644 index 61263ee..0000000 --- a/typings/youtube_dl/extractor/wat.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WatIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - _GEO_BYPASS = ... - - diff --git a/typings/youtube_dl/extractor/watchbox.pyi b/typings/youtube_dl/extractor/watchbox.pyi deleted file mode 100644 index 472d552..0000000 --- a/typings/youtube_dl/extractor/watchbox.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WatchBoxIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/watchindianporn.pyi b/typings/youtube_dl/extractor/watchindianporn.pyi deleted file mode 100644 index 6a969f8..0000000 --- a/typings/youtube_dl/extractor/watchindianporn.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WatchIndianPornIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/wdr.pyi b/typings/youtube_dl/extractor/wdr.pyi deleted file mode 100644 index 7cd5b02..0000000 --- a/typings/youtube_dl/extractor/wdr.pyi +++ /dev/null @@ -1,30 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WDRIE(InfoExtractor): - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TEST = ... - - -class WDRPageIE(InfoExtractor): - _CURRENT_MAUS_URL = ... - _PAGE_REGEX = ... - _VALID_URL = ... - _TESTS = ... - - -class WDRElefantIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class WDRMobileIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/webcaster.pyi b/typings/youtube_dl/extractor/webcaster.pyi deleted file mode 100644 index 1e858d9..0000000 --- a/typings/youtube_dl/extractor/webcaster.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WebcasterIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class WebcasterFeedIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/webofstories.pyi b/typings/youtube_dl/extractor/webofstories.pyi deleted file mode 100644 index 900088b..0000000 --- a/typings/youtube_dl/extractor/webofstories.pyi +++ /dev/null @@ -1,19 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WebOfStoriesIE(InfoExtractor): - _VALID_URL = ... - _VIDEO_DOMAIN = ... - _GREAT_LIFE_STREAMER = ... - _USER_STREAMER = ... - _TESTS = ... - - -class WebOfStoriesPlaylistIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/weibo.pyi b/typings/youtube_dl/extractor/weibo.pyi deleted file mode 100644 index d7acd6e..0000000 --- a/typings/youtube_dl/extractor/weibo.pyi +++ /dev/null @@ -1,16 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WeiboIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class WeiboMobileIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/weiqitv.pyi b/typings/youtube_dl/extractor/weiqitv.pyi deleted file mode 100644 index bbf8e43..0000000 --- a/typings/youtube_dl/extractor/weiqitv.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WeiqiTVIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/wistia.pyi b/typings/youtube_dl/extractor/wistia.pyi deleted file mode 100644 index 81aec1f..0000000 --- a/typings/youtube_dl/extractor/wistia.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WistiaBaseIE(InfoExtractor): - _VALID_ID_REGEX = ... - _VALID_URL_BASE = ... - _EMBED_BASE_URL = ... - - -class WistiaIE(WistiaBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class WistiaPlaylistIE(WistiaBaseIE): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/worldstarhiphop.pyi b/typings/youtube_dl/extractor/worldstarhiphop.pyi deleted file mode 100644 index 726269f..0000000 --- a/typings/youtube_dl/extractor/worldstarhiphop.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WorldStarHipHopIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/wsj.pyi b/typings/youtube_dl/extractor/wsj.pyi deleted file mode 100644 index c83ea22..0000000 --- a/typings/youtube_dl/extractor/wsj.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WSJIE(InfoExtractor): - _VALID_URL = ... - IE_DESC = ... - _TESTS = ... - - -class WSJArticleIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/wwe.pyi b/typings/youtube_dl/extractor/wwe.pyi deleted file mode 100644 index 96f0344..0000000 --- a/typings/youtube_dl/extractor/wwe.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class WWEBaseIE(InfoExtractor): - _SUBTITLE_LANGS = ... - - -class WWEIE(WWEBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class WWEPlaylistIE(WWEBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/xbef.pyi b/typings/youtube_dl/extractor/xbef.pyi deleted file mode 100644 index acd29bb..0000000 --- a/typings/youtube_dl/extractor/xbef.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XBefIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/xboxclips.pyi b/typings/youtube_dl/extractor/xboxclips.pyi deleted file mode 100644 index 5d541db..0000000 --- a/typings/youtube_dl/extractor/xboxclips.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XboxClipsIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xfileshare.pyi b/typings/youtube_dl/extractor/xfileshare.pyi deleted file mode 100644 index 9176709..0000000 --- a/typings/youtube_dl/extractor/xfileshare.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -def aa_decode(aa_code): # -> Literal['']: - ... - -class XFileShareIE(InfoExtractor): - _SITES = ... - IE_DESC = ... - _VALID_URL = ... - _FILE_NOT_FOUND_REGEXES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xhamster.pyi b/typings/youtube_dl/extractor/xhamster.pyi deleted file mode 100644 index fc53e11..0000000 --- a/typings/youtube_dl/extractor/xhamster.pyi +++ /dev/null @@ -1,22 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XHamsterIE(InfoExtractor): - _DOMAINS = ... - _VALID_URL = ... - _TESTS = ... - - -class XHamsterEmbedIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class XHamsterUserIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xiami.pyi b/typings/youtube_dl/extractor/xiami.pyi deleted file mode 100644 index 01d14ad..0000000 --- a/typings/youtube_dl/extractor/xiami.pyi +++ /dev/null @@ -1,45 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XiamiBaseIE(InfoExtractor): - _API_BASE_URL = ... - - -class XiamiSongIE(XiamiBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class XiamiPlaylistBaseIE(XiamiBaseIE): - ... - - -class XiamiAlbumIE(XiamiPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TYPE = ... - _TESTS = ... - - -class XiamiArtistIE(XiamiPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TYPE = ... - _TESTS = ... - - -class XiamiCollectionIE(XiamiPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TYPE = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/ximalaya.pyi b/typings/youtube_dl/extractor/ximalaya.pyi deleted file mode 100644 index e4e0628..0000000 --- a/typings/youtube_dl/extractor/ximalaya.pyi +++ /dev/null @@ -1,28 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XimalayaBaseIE(InfoExtractor): - _GEO_COUNTRIES = ... - - -class XimalayaIE(XimalayaBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _USER_URL_FORMAT = ... - _TESTS = ... - - -class XimalayaAlbumIE(XimalayaBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TEMPLATE_URL = ... - _BASE_URL_TEMPL = ... - _LIST_VIDEO_RE = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xminus.pyi b/typings/youtube_dl/extractor/xminus.pyi deleted file mode 100644 index 82ba2a7..0000000 --- a/typings/youtube_dl/extractor/xminus.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XMinusIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/xnxx.pyi b/typings/youtube_dl/extractor/xnxx.pyi deleted file mode 100644 index ebacc70..0000000 --- a/typings/youtube_dl/extractor/xnxx.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XNXXIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xstream.pyi b/typings/youtube_dl/extractor/xstream.pyi deleted file mode 100644 index 2ea64a2..0000000 --- a/typings/youtube_dl/extractor/xstream.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XstreamIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xtube.pyi b/typings/youtube_dl/extractor/xtube.pyi deleted file mode 100644 index aceaaf3..0000000 --- a/typings/youtube_dl/extractor/xtube.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XTubeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class XTubeUserIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/xuite.pyi b/typings/youtube_dl/extractor/xuite.pyi deleted file mode 100644 index d716e29..0000000 --- a/typings/youtube_dl/extractor/xuite.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XuiteIE(InfoExtractor): - IE_DESC = ... - _REGEX_BASE64 = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xvideos.pyi b/typings/youtube_dl/extractor/xvideos.pyi deleted file mode 100644 index 5d1e766..0000000 --- a/typings/youtube_dl/extractor/xvideos.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XVideosIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/xxxymovies.pyi b/typings/youtube_dl/extractor/xxxymovies.pyi deleted file mode 100644 index faa0516..0000000 --- a/typings/youtube_dl/extractor/xxxymovies.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class XXXYMoviesIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/yahoo.pyi b/typings/youtube_dl/extractor/yahoo.pyi deleted file mode 100644 index ba78036..0000000 --- a/typings/youtube_dl/extractor/yahoo.pyi +++ /dev/null @@ -1,40 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor, SearchInfoExtractor - -class YahooIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class YahooSearchIE(SearchInfoExtractor): - IE_DESC = ... - _MAX_RESULTS = ... - IE_NAME = ... - _SEARCH_KEY = ... - - -class YahooGyaOPlayerIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - _GEO_BYPASS = ... - - -class YahooGyaOIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TESTS = ... - - -class YahooJapanNewsIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _GEO_COUNTRIES = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/yandexdisk.pyi b/typings/youtube_dl/extractor/yandexdisk.pyi deleted file mode 100644 index 9bd62f1..0000000 --- a/typings/youtube_dl/extractor/yandexdisk.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YandexDiskIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/yandexmusic.pyi b/typings/youtube_dl/extractor/yandexmusic.pyi deleted file mode 100644 index fc4d87c..0000000 --- a/typings/youtube_dl/extractor/yandexmusic.pyi +++ /dev/null @@ -1,61 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YandexMusicBaseIE(InfoExtractor): - _VALID_URL_BASE = ... - - -class YandexMusicTrackIE(YandexMusicBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class YandexMusicPlaylistBaseIE(YandexMusicBaseIE): - ... - - -class YandexMusicAlbumIE(YandexMusicPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class YandexMusicPlaylistIE(YandexMusicPlaylistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class YandexMusicArtistBaseIE(YandexMusicPlaylistBaseIE): - ... - - -class YandexMusicArtistTracksIE(YandexMusicArtistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _ARTIST_SORT = ... - _ARTIST_WHAT = ... - - -class YandexMusicArtistAlbumsIE(YandexMusicArtistBaseIE): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - _ARTIST_SORT = ... - _ARTIST_WHAT = ... - - diff --git a/typings/youtube_dl/extractor/yandexvideo.pyi b/typings/youtube_dl/extractor/yandexvideo.pyi deleted file mode 100644 index b7c2947..0000000 --- a/typings/youtube_dl/extractor/yandexvideo.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YandexVideoIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/yapfiles.pyi b/typings/youtube_dl/extractor/yapfiles.pyi deleted file mode 100644 index 32c3eaa..0000000 --- a/typings/youtube_dl/extractor/yapfiles.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YapFilesIE(InfoExtractor): - _YAPFILES_URL = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/yesjapan.pyi b/typings/youtube_dl/extractor/yesjapan.pyi deleted file mode 100644 index 62165fc..0000000 --- a/typings/youtube_dl/extractor/yesjapan.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YesJapanIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/yinyuetai.pyi b/typings/youtube_dl/extractor/yinyuetai.pyi deleted file mode 100644 index 4e8210a..0000000 --- a/typings/youtube_dl/extractor/yinyuetai.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YinYueTaiIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/ynet.pyi b/typings/youtube_dl/extractor/ynet.pyi deleted file mode 100644 index 73e4f7d..0000000 --- a/typings/youtube_dl/extractor/ynet.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YnetIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/youjizz.pyi b/typings/youtube_dl/extractor/youjizz.pyi deleted file mode 100644 index 0703003..0000000 --- a/typings/youtube_dl/extractor/youjizz.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YouJizzIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/youku.pyi b/typings/youtube_dl/extractor/youku.pyi deleted file mode 100644 index 482c09b..0000000 --- a/typings/youtube_dl/extractor/youku.pyi +++ /dev/null @@ -1,26 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YoukuIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - @staticmethod - def get_ysuid(): # -> str: - ... - - def get_format_name(self, fm): # -> str | None: - ... - - - -class YoukuShowIE(InfoExtractor): - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/younow.pyi b/typings/youtube_dl/extractor/younow.pyi deleted file mode 100644 index 1bfb88e..0000000 --- a/typings/youtube_dl/extractor/younow.pyi +++ /dev/null @@ -1,31 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -CDN_API_BASE = ... -MOMENT_URL_FORMAT = ... -class YouNowLiveIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class YouNowChannelIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - -class YouNowMomentIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/youporn.pyi b/typings/youtube_dl/extractor/youporn.pyi deleted file mode 100644 index d496366..0000000 --- a/typings/youtube_dl/extractor/youporn.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YouPornIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/yourporn.pyi b/typings/youtube_dl/extractor/yourporn.pyi deleted file mode 100644 index c2bf1e6..0000000 --- a/typings/youtube_dl/extractor/yourporn.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YourPornIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/yourupload.pyi b/typings/youtube_dl/extractor/yourupload.pyi deleted file mode 100644 index db1ff9c..0000000 --- a/typings/youtube_dl/extractor/yourupload.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class YourUploadIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/youtube.pyi b/typings/youtube_dl/extractor/youtube.pyi deleted file mode 100644 index f431fef..0000000 --- a/typings/youtube_dl/extractor/youtube.pyi +++ /dev/null @@ -1,158 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor, SearchInfoExtractor - -def parse_qs(url): # -> dict[str, list[str]]: - ... - -class YoutubeBaseInfoExtractor(InfoExtractor): - """Provide base functions for Youtube extractors""" - _LOGIN_URL = ... - _TWOFACTOR_URL = ... - _LOOKUP_URL = ... - _CHALLENGE_URL = ... - _TFA_URL = ... - _NETRC_MACHINE = ... - _LOGIN_REQUIRED = ... - _PLAYLIST_ID_RE = ... - _DEFAULT_API_DATA = ... - _YT_INITIAL_DATA_RE = ... - _YT_INITIAL_PLAYER_RESPONSE_RE = ... - _YT_INITIAL_BOUNDARY_RE = ... - - -class YoutubeIE(YoutubeBaseInfoExtractor): - IE_DESC = ... - _INVIDIOUS_SITES = ... - _VALID_URL = ... - _PLAYER_INFO_RE = ... - _SUBTITLE_FORMATS = ... - _GEO_BYPASS = ... - IE_NAME = ... - _TESTS = ... - _formats = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - def __init__(self, *args, **kwargs) -> None: - ... - - @classmethod - def extract_id(cls, url): # -> str | Any: - ... - - - -class YoutubeTabIE(YoutubeBaseInfoExtractor): - IE_DESC = ... - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class YoutubePlaylistIE(InfoExtractor): - IE_DESC = ... - _VALID_URL = ... - IE_NAME = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class YoutubeYtBeIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class YoutubeYtUserIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - -class YoutubeFavouritesIE(YoutubeBaseInfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _LOGIN_REQUIRED = ... - _TESTS = ... - - -class YoutubeSearchIE(SearchInfoExtractor, YoutubeBaseInfoExtractor): - IE_DESC = ... - _MAX_RESULTS = ... - IE_NAME = ... - _SEARCH_KEY = ... - _SEARCH_PARAMS = ... - _TESTS = ... - - -class YoutubeSearchDateIE(YoutubeSearchIE): - IE_NAME = ... - _SEARCH_KEY = ... - IE_DESC = ... - _SEARCH_PARAMS = ... - - -class YoutubeFeedsInfoExtractor(YoutubeTabIE): - """ - Base class for feed extractors - Subclasses must define the _FEED_NAME property. - """ - _LOGIN_REQUIRED = ... - @property - def IE_NAME(self): - ... - - - -class YoutubeWatchLaterIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class YoutubeRecommendedIE(YoutubeFeedsInfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _FEED_NAME = ... - _TESTS = ... - - -class YoutubeSubscriptionsIE(YoutubeFeedsInfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _FEED_NAME = ... - _TESTS = ... - - -class YoutubeHistoryIE(YoutubeFeedsInfoExtractor): - IE_DESC = ... - _VALID_URL = ... - _FEED_NAME = ... - _TESTS = ... - - -class YoutubeTruncatedURLIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - -class YoutubeTruncatedIDIE(InfoExtractor): - IE_NAME = ... - IE_DESC = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/zapiks.pyi b/typings/youtube_dl/extractor/zapiks.pyi deleted file mode 100644 index 58798a9..0000000 --- a/typings/youtube_dl/extractor/zapiks.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZapiksIE(InfoExtractor): - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/zattoo.pyi b/typings/youtube_dl/extractor/zattoo.pyi deleted file mode 100644 index 825ff6b..0000000 --- a/typings/youtube_dl/extractor/zattoo.pyi +++ /dev/null @@ -1,147 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZattooPlatformBaseIE(InfoExtractor): - _power_guide_hash = ... - - -class QuicklineBaseIE(ZattooPlatformBaseIE): - _NETRC_MACHINE = ... - _HOST = ... - - -class QuicklineIE(QuicklineBaseIE): - _VALID_URL = ... - _TEST = ... - - -class QuicklineLiveIE(QuicklineBaseIE): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class ZattooBaseIE(ZattooPlatformBaseIE): - _NETRC_MACHINE = ... - _HOST = ... - - -class ZattooIE(ZattooBaseIE): - _VALID_URL_TEMPLATE = ... - _VALID_URL = ... - _TESTS = ... - - -class ZattooLiveIE(ZattooBaseIE): - _VALID_URL = ... - _TEST = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - -class NetPlusIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class MNetTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class WalyTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class BBVTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class VTXTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class MyVisionTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class GlattvisionTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class SAKTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class EWETVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class QuantumTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class OsnatelTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class EinsUndEinsTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _API_HOST = ... - _VALID_URL = ... - _TESTS = ... - - -class SaltTVIE(ZattooIE): - _NETRC_MACHINE = ... - _HOST = ... - _VALID_URL = ... - _TESTS = ... - - diff --git a/typings/youtube_dl/extractor/zdf.pyi b/typings/youtube_dl/extractor/zdf.pyi deleted file mode 100644 index 5705d21..0000000 --- a/typings/youtube_dl/extractor/zdf.pyi +++ /dev/null @@ -1,25 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZDFBaseIE(InfoExtractor): - _GEO_COUNTRIES = ... - _QUALITIES = ... - - -class ZDFIE(ZDFBaseIE): - _VALID_URL = ... - _TESTS = ... - - -class ZDFChannelIE(ZDFBaseIE): - _VALID_URL = ... - _TESTS = ... - @classmethod - def suitable(cls, url): # -> bool: - ... - - - diff --git a/typings/youtube_dl/extractor/zhihu.pyi b/typings/youtube_dl/extractor/zhihu.pyi deleted file mode 100644 index 78ee41f..0000000 --- a/typings/youtube_dl/extractor/zhihu.pyi +++ /dev/null @@ -1,11 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZhihuIE(InfoExtractor): - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/zingmp3.pyi b/typings/youtube_dl/extractor/zingmp3.pyi deleted file mode 100644 index 62ee240..0000000 --- a/typings/youtube_dl/extractor/zingmp3.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZingMp3BaseIE(InfoExtractor): - _VALID_URL_TMPL = ... - _GEO_COUNTRIES = ... - - -class ZingMp3IE(ZingMp3BaseIE): - _VALID_URL = ... - _TESTS = ... - IE_NAME = ... - IE_DESC = ... - - -class ZingMp3AlbumIE(ZingMp3BaseIE): - _VALID_URL = ... - _TESTS = ... - IE_NAME = ... - - diff --git a/typings/youtube_dl/extractor/zoom.pyi b/typings/youtube_dl/extractor/zoom.pyi deleted file mode 100644 index aed0fe3..0000000 --- a/typings/youtube_dl/extractor/zoom.pyi +++ /dev/null @@ -1,12 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZoomIE(InfoExtractor): - IE_NAME = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/extractor/zype.pyi b/typings/youtube_dl/extractor/zype.pyi deleted file mode 100644 index 08316ae..0000000 --- a/typings/youtube_dl/extractor/zype.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import InfoExtractor - -class ZypeIE(InfoExtractor): - _ID_RE = ... - _COMMON_RE = ... - _VALID_URL = ... - _TEST = ... - - diff --git a/typings/youtube_dl/jsinterp.pyi b/typings/youtube_dl/jsinterp.pyi deleted file mode 100644 index a0c7847..0000000 --- a/typings/youtube_dl/jsinterp.pyi +++ /dev/null @@ -1,31 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -_OPERATORS = ... -_ASSIGN_OPERATORS = ... -_NAME_RE = ... -class JSInterpreter: - def __init__(self, code, objects=...) -> None: - ... - - def interpret_statement(self, stmt, local_vars, allow_recursion=...): # -> tuple[Unknown, bool]: - ... - - def interpret_expression(self, expr, local_vars, allow_recursion): - ... - - def extract_object(self, objname): # -> dict[Unknown, Unknown]: - ... - - def extract_function(self, funcname): # -> (args: Unknown) -> Unknown: - ... - - def call_function(self, funcname, *args): - ... - - def build_function(self, argnames, code): # -> (args: Unknown) -> Unknown: - ... - - - diff --git a/typings/youtube_dl/options.pyi b/typings/youtube_dl/options.pyi deleted file mode 100644 index 40fe9e6..0000000 --- a/typings/youtube_dl/options.pyi +++ /dev/null @@ -1,7 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -def parseOpts(overrideArguments=...): # -> tuple[OptionParser, Values, list[str]]: - ... - diff --git a/typings/youtube_dl/postprocessor/__init__.pyi b/typings/youtube_dl/postprocessor/__init__.pyi deleted file mode 100644 index d4f55f8..0000000 --- a/typings/youtube_dl/postprocessor/__init__.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from __future__ import unicode_literals -from .embedthumbnail import EmbedThumbnailPP -from .ffmpeg import FFmpegEmbedSubtitlePP, FFmpegExtractAudioPP, FFmpegFixupM3u8PP, FFmpegFixupM4aPP, FFmpegFixupStretchedPP, FFmpegMergerPP, FFmpegMetadataPP, FFmpegPostProcessor, FFmpegSubtitlesConvertorPP, FFmpegVideoConvertorPP -from .xattrpp import XAttrMetadataPP -from .execafterdownload import ExecAfterDownloadPP -from .metadatafromtitle import MetadataFromTitlePP - -def get_postprocessor(key): # -> Any: - ... - -__all__ = ['EmbedThumbnailPP', 'ExecAfterDownloadPP', 'FFmpegEmbedSubtitlePP', 'FFmpegExtractAudioPP', 'FFmpegFixupM3u8PP', 'FFmpegFixupM4aPP', 'FFmpegFixupStretchedPP', 'FFmpegMergerPP', 'FFmpegMetadataPP', 'FFmpegPostProcessor', 'FFmpegSubtitlesConvertorPP', 'FFmpegVideoConvertorPP', 'MetadataFromTitlePP', 'XAttrMetadataPP'] diff --git a/typings/youtube_dl/postprocessor/common.pyi b/typings/youtube_dl/postprocessor/common.pyi deleted file mode 100644 index 6b924a0..0000000 --- a/typings/youtube_dl/postprocessor/common.pyi +++ /dev/null @@ -1,59 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from ..utils import PostProcessingError - -class PostProcessor: - """Post Processor class. - - PostProcessor objects can be added to downloaders with their - add_post_processor() method. When the downloader has finished a - successful download, it will take its internal chain of PostProcessors - and start calling the run() method on each one of them, first with - an initial argument and then with the returned value of the previous - PostProcessor. - - The chain will be stopped if one of them ever returns None or the end - of the chain is reached. - - PostProcessor objects follow a "mutual registration" process similar - to InfoExtractor objects. - - Optionally PostProcessor can use a list of additional command-line arguments - with self._configuration_args. - """ - _downloader = ... - def __init__(self, downloader=...) -> None: - ... - - def set_downloader(self, downloader): # -> None: - """Sets the downloader for this PP.""" - ... - - def run(self, information): # -> tuple[list[Unknown], Unknown]: - """Run the PostProcessor. - - The "information" argument is a dictionary like the ones - composed by InfoExtractors. The only difference is that this - one has an extra field called "filepath" that points to the - downloaded file. - - This method returns a tuple, the first element is a list of the files - that can be deleted, and the second of which is the updated - information. - - In addition, this method may raise a PostProcessingError - exception if post processing fails. - """ - ... - - def try_utime(self, path, atime, mtime, errnote=...): # -> None: - ... - - - -class AudioConversionError(PostProcessingError): - ... - - diff --git a/typings/youtube_dl/postprocessor/embedthumbnail.pyi b/typings/youtube_dl/postprocessor/embedthumbnail.pyi deleted file mode 100644 index 018ec09..0000000 --- a/typings/youtube_dl/postprocessor/embedthumbnail.pyi +++ /dev/null @@ -1,20 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .ffmpeg import FFmpegPostProcessor -from ..utils import PostProcessingError - -class EmbedThumbnailPPError(PostProcessingError): - ... - - -class EmbedThumbnailPP(FFmpegPostProcessor): - def __init__(self, downloader=..., already_have_thumbnail=...) -> None: - ... - - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - diff --git a/typings/youtube_dl/postprocessor/execafterdownload.pyi b/typings/youtube_dl/postprocessor/execafterdownload.pyi deleted file mode 100644 index 8b80146..0000000 --- a/typings/youtube_dl/postprocessor/execafterdownload.pyi +++ /dev/null @@ -1,15 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import PostProcessor - -class ExecAfterDownloadPP(PostProcessor): - def __init__(self, downloader, exec_cmd) -> None: - ... - - def run(self, information): # -> tuple[list[Unknown], Unknown]: - ... - - - diff --git a/typings/youtube_dl/postprocessor/ffmpeg.pyi b/typings/youtube_dl/postprocessor/ffmpeg.pyi deleted file mode 100644 index 3f21d4f..0000000 --- a/typings/youtube_dl/postprocessor/ffmpeg.pyi +++ /dev/null @@ -1,120 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import PostProcessor -from ..utils import PostProcessingError - -EXT_TO_OUT_FORMATS = ... -ACODECS = ... -class FFmpegPostProcessorError(PostProcessingError): - ... - - -class FFmpegPostProcessor(PostProcessor): - def __init__(self, downloader=...) -> None: - ... - - def check_version(self): # -> None: - ... - - @staticmethod - def get_versions(downloader=...): # -> dict[str, str | Any | Literal[False]] | None: - ... - - @property - def available(self): # -> bool: - ... - - @property - def executable(self): # -> str: - ... - - @property - def probe_available(self): # -> bool: - ... - - @property - def probe_executable(self): # -> str: - ... - - def get_audio_codec(self, path): - ... - - def run_ffmpeg_multiple_files(self, input_paths, out_path, opts): # -> None: - ... - - def run_ffmpeg(self, path, out_path, opts): # -> None: - ... - - - -class FFmpegExtractAudioPP(FFmpegPostProcessor): - def __init__(self, downloader=..., preferredcodec=..., preferredquality=..., nopostoverwrites=...) -> None: - ... - - def run_ffmpeg(self, path, out_path, codec, more_opts): # -> None: - ... - - def run(self, information): - ... - - - -class FFmpegVideoConvertorPP(FFmpegPostProcessor): - def __init__(self, downloader=..., preferedformat=...) -> None: - ... - - def run(self, information): # -> tuple[list[Unknown], Unknown]: - ... - - - -class FFmpegEmbedSubtitlePP(FFmpegPostProcessor): - def run(self, information): # -> tuple[list[Unknown], Unknown]: - ... - - - -class FFmpegMetadataPP(FFmpegPostProcessor): - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - -class FFmpegMergerPP(FFmpegPostProcessor): - def run(self, info): # -> tuple[Unknown, Unknown]: - ... - - def can_merge(self): # -> bool: - ... - - - -class FFmpegFixupStretchedPP(FFmpegPostProcessor): - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - -class FFmpegFixupM4aPP(FFmpegPostProcessor): - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - -class FFmpegFixupM3u8PP(FFmpegPostProcessor): - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - -class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor): - def __init__(self, downloader=..., format=...) -> None: - ... - - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - diff --git a/typings/youtube_dl/postprocessor/metadatafromtitle.pyi b/typings/youtube_dl/postprocessor/metadatafromtitle.pyi deleted file mode 100644 index ce8ccc6..0000000 --- a/typings/youtube_dl/postprocessor/metadatafromtitle.pyi +++ /dev/null @@ -1,24 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import PostProcessor - -class MetadataFromTitlePP(PostProcessor): - def __init__(self, downloader, titleformat) -> None: - ... - - def format_to_regex(self, fmt): # -> Literal['']: - r""" - Converts a string like - '%(title)s - %(artist)s' - to a regex like - '(?P.+)\ \-\ (?P<artist>.+)' - """ - ... - - def run(self, info): # -> tuple[list[Unknown], Unknown]: - ... - - - diff --git a/typings/youtube_dl/postprocessor/xattrpp.pyi b/typings/youtube_dl/postprocessor/xattrpp.pyi deleted file mode 100644 index 307d91b..0000000 --- a/typings/youtube_dl/postprocessor/xattrpp.pyi +++ /dev/null @@ -1,13 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -from .common import PostProcessor - -class XAttrMetadataPP(PostProcessor): - def run(self, info): # -> tuple[list[Unknown], Unknown]: - """ Set extended attributes on downloaded file (if xattr support is found). """ - ... - - - diff --git a/typings/youtube_dl/socks.pyi b/typings/youtube_dl/socks.pyi deleted file mode 100644 index cc8346b..0000000 --- a/typings/youtube_dl/socks.pyi +++ /dev/null @@ -1,83 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -import socket - -__author__ = ... -SOCKS4_VERSION = ... -SOCKS4_REPLY_VERSION = ... -SOCKS4_DEFAULT_DSTIP = ... -SOCKS5_VERSION = ... -SOCKS5_USER_AUTH_VERSION = ... -SOCKS5_USER_AUTH_SUCCESS = ... -class Socks4Command: - CMD_CONNECT = ... - CMD_BIND = ... - - -class Socks5Command(Socks4Command): - CMD_UDP_ASSOCIATE = ... - - -class Socks5Auth: - AUTH_NONE = ... - AUTH_GSSAPI = ... - AUTH_USER_PASS = ... - AUTH_NO_ACCEPTABLE = ... - - -class Socks5AddressType: - ATYP_IPV4 = ... - ATYP_DOMAINNAME = ... - ATYP_IPV6 = ... - - -class ProxyError(socket.error): - ERR_SUCCESS = ... - def __init__(self, code=..., msg=...) -> None: - ... - - - -class InvalidVersionError(ProxyError): - def __init__(self, expected_version, got_version) -> None: - ... - - - -class Socks4Error(ProxyError): - ERR_SUCCESS = ... - CODES = ... - - -class Socks5Error(ProxyError): - ERR_GENERAL_FAILURE = ... - CODES = ... - - -class ProxyType: - SOCKS4 = ... - SOCKS4A = ... - SOCKS5 = ... - - -Proxy = ... -class sockssocket(socket.socket): - def __init__(self, *args, **kwargs) -> None: - ... - - def setproxy(self, proxytype, addr, port, rdns=..., username=..., password=...): # -> None: - ... - - def recvall(self, cnt): # -> bytes: - ... - - def connect(self, address): # -> None: - ... - - def connect_ex(self, address): # -> int: - ... - - - diff --git a/typings/youtube_dl/swfinterp.pyi b/typings/youtube_dl/swfinterp.pyi deleted file mode 100644 index 63d47ef..0000000 --- a/typings/youtube_dl/swfinterp.pyi +++ /dev/null @@ -1,82 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -class _AVMClass_Object: - def __init__(self, avm_class) -> None: - ... - - def __repr__(self): # -> str: - ... - - - -class _ScopeDict(dict): - def __init__(self, avm_class) -> None: - ... - - def __repr__(self): # -> str: - ... - - - -class _AVMClass: - def __init__(self, name_idx, name, static_properties=...) -> None: - ... - - def make_object(self): # -> _AVMClass_Object: - ... - - def __repr__(self): # -> LiteralString: - ... - - def register_methods(self, methods): # -> None: - ... - - - -class _Multiname: - def __init__(self, kind) -> None: - ... - - def __repr__(self): # -> LiteralString: - ... - - - -_u32 = ... -StringClass = ... -ByteArrayClass = ... -TimerClass = ... -TimerEventClass = ... -_builtin_classes = ... -class _Undefined: - def __bool__(self): # -> Literal[False]: - ... - - __nonzero__ = ... - def __hash__(self) -> int: - ... - - def __str__(self) -> str: - ... - - __repr__ = ... - - -undefined = ... -class SWFInterpreter: - def __init__(self, file_contents) -> None: - ... - - def patch_function(self, avm_class, func_name, f): # -> None: - ... - - def extract_class(self, class_name, call_cinit=...): - ... - - def extract_function(self, avm_class, func_name): # -> ((params: Unknown) -> _Undefined) | ((args: Unknown) -> (_Undefined | Unknown | str)): - ... - - - diff --git a/typings/youtube_dl/update.pyi b/typings/youtube_dl/update.pyi deleted file mode 100644 index 3b02a24..0000000 --- a/typings/youtube_dl/update.pyi +++ /dev/null @@ -1,17 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -def rsa_verify(message, signature, key): # -> bool: - ... - -def update_self(to_screen, verbose, opener): - """Update the program file with the latest version from the repository""" - ... - -def get_notes(versions, fromVersion): # -> list[Unknown]: - ... - -def print_notes(to_screen, versions, fromVersion=...): # -> None: - ... - diff --git a/typings/youtube_dl/utils.pyi b/typings/youtube_dl/utils.pyi deleted file mode 100644 index 1514fda..0000000 --- a/typings/youtube_dl/utils.pyi +++ /dev/null @@ -1,912 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -import platform -import sys -from .compat import compat_HTMLParser, compat_cookiejar, compat_urllib_request - -def register_socks_protocols(): # -> None: - ... - -compiled_regex_type = ... -def random_user_agent(): # -> LiteralString: - ... - -std_headers = ... -USER_AGENTS = ... -NO_DEFAULT = ... -ENGLISH_MONTH_NAMES = ... -MONTH_NAMES = ... -KNOWN_EXTENSIONS = ... -ACCENT_CHARS = ... -DATE_FORMATS = ... -DATE_FORMATS_DAY_FIRST = ... -DATE_FORMATS_MONTH_FIRST = ... -PACKED_CODES_RE = ... -JSON_LD_RE = ... -def preferredencoding(): # -> str: - """Get preferred encoding. - - Returns the best encoding scheme for the system, based on - locale.getpreferredencoding() and some further tweaks. - """ - ... - -def write_json_file(obj, fn): # -> None: - """ Encode obj as JSON and write it to fn, atomically if possible """ - ... - -if sys.version_info >= (2, 7): - def find_xpath_attr(node, xpath, key, val=...): - """ Find the xpath xpath[@key=val] """ - ... - -else: - ... -def xpath_with_ns(path, ns_map): # -> LiteralString: - ... - -def xpath_element(node, xpath, name=..., fatal=..., default=...): # -> object | None: - ... - -def xpath_text(node, xpath, name=..., fatal=..., default=...): # -> object | None: - ... - -def xpath_attr(node, xpath, key, name=..., fatal=..., default=...): # -> object | None: - ... - -def get_element_by_id(id, html): # -> None: - """Return the content of the tag with the specified ID in the passed HTML document""" - ... - -def get_element_by_class(class_name, html): # -> None: - """Return the content of the first tag with the specified class in the passed HTML document""" - ... - -def get_element_by_attribute(attribute, value, html, escape_value=...): # -> None: - ... - -def get_elements_by_class(class_name, html): # -> list[Unknown]: - """Return the content of all tags with the specified class in the passed HTML document as a list""" - ... - -def get_elements_by_attribute(attribute, value, html, escape_value=...): # -> list[Unknown]: - """Return the content of the tag with the specified attribute in the passed HTML document""" - ... - -class HTMLAttributeParser(compat_HTMLParser): - """Trivial HTML parser to gather the attributes for a single element""" - def __init__(self) -> None: - ... - - def handle_starttag(self, tag, attrs): # -> None: - ... - - - -def extract_attributes(html_element): # -> dict[str, str | None]: - """Given a string for an HTML element such as - <el - a="foo" B="bar" c="&98;az" d=boz - empty= noval entity="&" - sq='"' dq="'" - > - Decode and return a dictionary of attributes. - { - 'a': 'foo', 'b': 'bar', c: 'baz', d: 'boz', - 'empty': '', 'noval': None, 'entity': '&', - 'sq': '"', 'dq': '\'' - }. - NB HTMLParser is stricter in Python 2.6 & 3.2 than in later versions, - but the cases in the unit test will work for all of 2.6, 2.7, 3.2-3.5. - """ - ... - -def clean_html(html): # -> str: - """Clean an HTML snippet into a readable string""" - ... - -def sanitize_open(filename, open_mode): # -> tuple[BinaryIO | TextIO, Unknown] | tuple[TextIOWrapper, Unknown]: - """Try to open the given filename, and slightly tweak it if this fails. - - Attempts to open the given filename. If this fails, it tries to change - the filename slightly, step by step, until it's either able to open it - or it fails and raises a final exception, like the standard open() - function. - - It returns the tuple (stream, definitive_file_name). - """ - ... - -def timeconvert(timestr): # -> int | None: - """Convert RFC 2822 defined time string into system timestamp""" - ... - -def sanitize_filename(s, restricted=..., is_id=...): # -> str: - """Sanitizes a string so it could be used as part of a filename. - If restricted is set, use a stricter subset of allowed characters. - Set is_id if this is not an arbitrary string, but an ID that should be kept - if possible. - """ - ... - -def sanitize_path(s): - """Sanitizes and normalizes path on Windows""" - ... - -def sanitize_url(url): # -> str: - ... - -def sanitized_Request(url, *args, **kwargs): # -> Request: - ... - -def expand_path(s): - """Expand shell variables and ~""" - ... - -def orderedSet(iterable): # -> list[Unknown]: - """ Remove all duplicates from the input iterable """ - ... - -def unescapeHTML(s): # -> str | None: - ... - -def get_subprocess_encoding(): # -> str: - ... - -def encodeFilename(s, for_subprocess=...): - """ - @param s The name of the file - """ - ... - -def decodeFilename(b, for_subprocess=...): - ... - -def encodeArgument(s): - ... - -def decodeArgument(b): - ... - -def decodeOption(optval): # -> str: - ... - -def formatSeconds(secs): # -> LiteralString: - ... - -def make_HTTPS_handler(params, **kwargs): # -> YoutubeDLHTTPSHandler: - ... - -def bug_reports_message(): # -> LiteralString: - ... - -class YoutubeDLError(Exception): - """Base exception for YoutubeDL errors.""" - ... - - -class ExtractorError(YoutubeDLError): - """Error during info extraction.""" - def __init__(self, msg, tb=..., expected=..., cause=..., video_id=...) -> None: - """ tb, if given, is the original traceback (so that it can be printed out). - If expected is set, this is a normal error message and most likely not a bug in youtube-dl. - """ - ... - - def format_traceback(self): # -> str | None: - ... - - - -class UnsupportedError(ExtractorError): - def __init__(self, url) -> None: - ... - - - -class RegexNotFoundError(ExtractorError): - """Error when a regex didn't match""" - ... - - -class GeoRestrictedError(ExtractorError): - """Geographic restriction Error exception. - - This exception may be thrown when a video is not available from your - geographic location due to geographic restrictions imposed by a website. - """ - def __init__(self, msg, countries=...) -> None: - ... - - - -class DownloadError(YoutubeDLError): - """Download Error exception. - - This exception may be thrown by FileDownloader objects if they are not - configured to continue on errors. They will contain the appropriate - error message. - """ - def __init__(self, msg, exc_info=...) -> None: - """ exc_info, if given, is the original exception that caused the trouble (as returned by sys.exc_info()). """ - ... - - - -class SameFileError(YoutubeDLError): - """Same File exception. - - This exception will be thrown by FileDownloader objects if they detect - multiple files would have to be downloaded to the same file on disk. - """ - ... - - -class PostProcessingError(YoutubeDLError): - """Post Processing exception. - - This exception may be raised by PostProcessor's .run() method to - indicate an error in the postprocessing task. - """ - def __init__(self, msg) -> None: - ... - - - -class MaxDownloadsReached(YoutubeDLError): - """ --max-downloads limit has been reached. """ - ... - - -class UnavailableVideoError(YoutubeDLError): - """Unavailable Format exception. - - This exception will be thrown when a video is requested - in a format that is not available for that video. - """ - ... - - -class ContentTooShortError(YoutubeDLError): - """Content Too Short exception. - - This exception may be raised by FileDownloader objects when a file they - download is too small for what the server announced first, indicating - the connection was probably interrupted. - """ - def __init__(self, downloaded, expected) -> None: - ... - - - -class XAttrMetadataError(YoutubeDLError): - def __init__(self, code=..., msg=...) -> None: - ... - - - -class XAttrUnavailableError(YoutubeDLError): - ... - - -def handle_youtubedl_headers(headers): # -> dict[Unknown, Unknown]: - ... - -class YoutubeDLHandler(compat_urllib_request.HTTPHandler): - """Handler for HTTP requests and responses. - - This class, when installed with an OpenerDirector, automatically adds - the standard headers to every HTTP request and handles gzipped and - deflated responses from web servers. If compression is to be avoided in - a particular request, the original request in the program code only has - to include the HTTP header "Youtubedl-no-compression", which will be - removed before making the real request. - - Part of this code was copied from: - - http://techknack.net/python-urllib2-handlers/ - - Andrew Rowls, the author of that code, agreed to release it to the - public domain. - """ - def __init__(self, params, *args, **kwargs) -> None: - ... - - def http_open(self, req): # -> HTTPResponse: - ... - - @staticmethod - def deflate(data): # -> bytes: - ... - - def http_request(self, req): # -> HEADRequest | PUTRequest | Request: - ... - - def http_response(self, req, resp): - ... - - https_request = ... - https_response = ... - - -def make_socks_conn_class(base_class, socks_proxy): # -> Type[SocksConnection]: - class SocksConnection(base_class): - ... - - - -class YoutubeDLHTTPSHandler(compat_urllib_request.HTTPSHandler): - def __init__(self, params, https_conn_class=..., *args, **kwargs) -> None: - ... - - def https_open(self, req): # -> HTTPResponse: - ... - - - -class YoutubeDLCookieJar(compat_cookiejar.MozillaCookieJar): - """ - See [1] for cookie file format. - - 1. https://curl.haxx.se/docs/http-cookies.html - """ - _HTTPONLY_PREFIX = ... - _ENTRY_LEN = ... - _HEADER = ... - _CookieFileEntry = ... - def save(self, filename=..., ignore_discard=..., ignore_expires=...): # -> None: - """ - Save cookies to a file. - - Most of the code is taken from CPython 3.8 and slightly adapted - to support cookie files with UTF-8 in both python 2 and 3. - """ - ... - - def load(self, filename=..., ignore_discard=..., ignore_expires=...): # -> None: - """Load cookies from a file.""" - ... - - - -class YoutubeDLCookieProcessor(compat_urllib_request.HTTPCookieProcessor): - def __init__(self, cookiejar=...) -> None: - ... - - def http_response(self, request, response): # -> HTTPResponse: - ... - - https_request = ... - https_response = ... - - -class YoutubeDLRedirectHandler(compat_urllib_request.HTTPRedirectHandler): - """YoutubeDL redirect handler - - The code is based on HTTPRedirectHandler implementation from CPython [1]. - - This redirect handler solves two issues: - - ensures redirect URL is always unicode under python 2 - - introduces support for experimental HTTP response status code - 308 Permanent Redirect [2] used by some sites [3] - - 1. https://github.com/python/cpython/blob/master/Lib/urllib/request.py - 2. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/308 - 3. https://github.com/ytdl-org/youtube-dl/issues/28768 - """ - http_error_301 = ... - def redirect_request(self, req, fp, code, msg, headers, newurl): # -> Request: - """Return a Request or None in response to a redirect. - - This is called by the http_error_30x methods when a - redirection response is received. If a redirection should - take place, return a new Request to allow http_error_30x to - perform the redirect. Otherwise, raise HTTPError if no-one - else should try to handle this url. Return None if you can't - but another Handler might. - """ - ... - - - -def extract_timezone(date_str): # -> tuple[timedelta, Unknown]: - ... - -def parse_iso8601(date_str, delimiter=..., timezone=...): # -> int | None: - """ Return a UNIX timestamp from the given date """ - ... - -def date_formats(day_first=...): # -> list[Literal['%d %B %Y', '%d %b %Y', '%B %d %Y', '%B %dst %Y', '%B %dnd %Y', '%B %drd %Y', '%B %dth %Y', '%b %d %Y', '%b %dst %Y', '%b %dnd %Y', '%b %drd %Y', '%b %dth %Y', '%b %dst %Y %I:%M', '%b %dnd %Y %I:%M', '%b %drd %Y %I:%M', '%b %dth %Y %I:%M', '%Y %m %d', '%Y-%m-%d', '%Y/%m/%d', '%Y/%m/%d %H:%M', '%Y/%m/%d %H:%M:%S', '%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%d.%m.%Y %H:%M', '%d.%m.%Y %H.%M', '%Y-%m-%dT%H:%M:%SZ', '%Y-%m-%dT%H:%M:%S.%fZ', '%Y-%m-%dT%H:%M:%S.%f0Z', '%Y-%m-%dT%H:%M:%S', '%Y-%m-%dT%H:%M:%S.%f', '%Y-%m-%dT%H:%M', '%b %d %Y at %H:%M', '%b %d %Y at %H:%M:%S', '%B %d %Y at %H:%M', '%B %d %Y at %H:%M:%S']]: - ... - -def unified_strdate(date_str, day_first=...): # -> None: - """Return a string with the date in the format YYYYMMDD""" - ... - -def unified_timestamp(date_str, day_first=...): # -> int | None: - ... - -def determine_ext(url, default_ext=...): # -> str: - ... - -def subtitles_filename(filename, sub_lang, sub_format, expected_real_ext=...): # -> LiteralString: - ... - -def date_from_str(date_str): # -> date: - """ - Return a datetime object from a string in the format YYYYMMDD or - (now|today)[+-][0-9](day|week|month|year)(s)?""" - ... - -def hyphenate_date(date_str): # -> str: - """ - Convert a date in 'YYYYMMDD' format to 'YYYY-MM-DD' format""" - ... - -class DateRange: - """Represents a time interval between two dates""" - def __init__(self, start=..., end=...) -> None: - """start and end must be strings in the format accepted by date""" - ... - - @classmethod - def day(cls, day): # -> Self@DateRange: - """Returns a range that only contains the given day""" - ... - - def __contains__(self, date): # -> bool: - """Check if the date is in the range""" - ... - - def __str__(self) -> str: - ... - - - -def platform_name(): # -> str: - """ Returns the platform name as a compat_str """ - ... - -def write_string(s, out=..., encoding=...): # -> None: - ... - -def bytes_to_intlist(bs): # -> list[Unknown] | list[int]: - ... - -def intlist_to_bytes(xs): # -> bytes: - ... - -if sys.platform == 'win32': - ... -else: - ... -class locked_file: - def __init__(self, filename, mode, encoding=...) -> None: - ... - - def __enter__(self): - ... - - def __exit__(self, etype, value, traceback): - ... - - def __iter__(self): # -> Iterator[str]: - ... - - def write(self, *args): # -> int: - ... - - def read(self, *args): # -> str: - ... - - - -def get_filesystem_encoding(): # -> str: - ... - -def shell_quote(args): # -> LiteralString: - ... - -def smuggle_url(url, data): - """ Pass additional data in a URL for internal use. """ - ... - -def unsmuggle_url(smug_url, default=...): # -> tuple[Unknown, Unknown | None] | tuple[Unknown, Any]: - ... - -def format_bytes(bytes): # -> str: - ... - -def lookup_unit_table(unit_table, s): # -> int | None: - ... - -def parse_filesize(s): # -> int | None: - ... - -def parse_count(s): # -> int | None: - ... - -def parse_resolution(s): # -> dict[str, int]: - ... - -def parse_bitrate(s): # -> int | None: - ... - -def month_by_name(name, lang=...): # -> int | None: - """ Return the number of a month by (locale-independently) English name """ - ... - -def month_by_abbreviation(abbrev): # -> int | None: - """ Return the number of a month by (locale-independently) English - abbreviations """ - ... - -def fix_xml_ampersands(xml_str): # -> str: - """Replace all the '&' by '&' in XML""" - ... - -def setproctitle(title): # -> None: - ... - -def remove_start(s, start): - ... - -def remove_end(s, end): - ... - -def remove_quotes(s): - ... - -def url_basename(url): # -> str: - ... - -def base_url(url): # -> str: - ... - -def urljoin(base, path): # -> str | None: - ... - -class HEADRequest(compat_urllib_request.Request): - def get_method(self): # -> Literal['HEAD']: - ... - - - -class PUTRequest(compat_urllib_request.Request): - def get_method(self): # -> Literal['PUT']: - ... - - - -def int_or_none(v, scale=..., default=..., get_attr=..., invscale=...): # -> int | None: - ... - -def str_or_none(v, default=...): # -> None: - ... - -def str_to_int(int_str): # -> int | None: - """ A more relaxed version of int_or_none """ - ... - -def float_or_none(v, scale=..., invscale=..., default=...): # -> float | None: - ... - -def bool_or_none(v, default=...): # -> bool | None: - ... - -def strip_or_none(v, default=...): # -> None: - ... - -def url_or_none(url): # -> None: - ... - -def parse_duration(s): # -> float | Literal[0] | None: - ... - -def prepend_extension(filename, ext, expected_real_ext=...): # -> LiteralString: - ... - -def replace_extension(filename, ext, expected_real_ext=...): # -> LiteralString: - ... - -def check_executable(exe, args=...): # -> Literal[False]: - """ Checks if the given binary is installed somewhere in PATH, and returns its name. - args can be a list of arguments for a short output (like -version) """ - ... - -def get_exe_version(exe, args=..., version_re=..., unrecognized=...): # -> str | Any | Literal[False]: - """ Returns the version of the specified executable, - or False if the executable is not present """ - ... - -def detect_exe_version(output, version_re=..., unrecognized=...): # -> str | Any: - ... - -class PagedList: - def __len__(self): # -> int: - ... - - - -class OnDemandPagedList(PagedList): - def __init__(self, pagefunc, pagesize, use_cache=...) -> None: - ... - - def getslice(self, start=..., end=...): # -> list[Unknown]: - ... - - - -class InAdvancePagedList(PagedList): - def __init__(self, pagefunc, pagecount, pagesize) -> None: - ... - - def getslice(self, start=..., end=...): # -> list[Unknown]: - ... - - - -def uppercase_escape(s): # -> str: - ... - -def lowercase_escape(s): # -> str: - ... - -def escape_rfc3986(s): - """Escape non-ASCII characters as suggested by RFC 3986""" - ... - -def escape_url(url): # -> str: - """Escape URL as suggested by RFC 3986""" - ... - -def read_batch_urls(batch_fd): # -> list[Unknown | bool]: - ... - -def urlencode_postdata(*args, **kargs): # -> bytes: - ... - -def update_url_query(url, query): # -> str: - ... - -def update_Request(req, url=..., data=..., headers=..., query=...): # -> HEADRequest | PUTRequest | Request: - ... - -def multipart_encode(data, boundary=...): # -> tuple[Unknown | bytes, str | Unknown]: - ''' - Encode a dict to RFC 7578-compliant form-data - - data: - A dict where keys and values can be either Unicode or bytes-like - objects. - boundary: - If specified a Unicode object, it's used as the boundary. Otherwise - a random boundary is generated. - - Reference: https://tools.ietf.org/html/rfc7578 - ''' - ... - -def dict_get(d, key_or_keys, default=..., skip_false_values=...): # -> None: - ... - -def try_get(src, getter, expected_type=...): # -> None: - ... - -def merge_dicts(*dicts): # -> dict[Unknown, Unknown]: - ... - -def encode_compat_str(string, encoding=..., errors=...): - ... - -US_RATINGS = ... -TV_PARENTAL_GUIDELINES = ... -def parse_age_limit(s): # -> int | None: - ... - -def strip_jsonp(code): # -> str: - ... - -def js_to_json(code): # -> str: - ... - -def qualities(quality_ids): # -> (qid: Unknown) -> (Unknown | Literal[-1]): - """ Get a numeric quality value out of a list of possible values """ - ... - -DEFAULT_OUTTMPL = ... -def limit_length(s, length): # -> None: - """ Add ellipses to overly long strings """ - ... - -def version_tuple(v): # -> tuple[int, ...]: - ... - -def is_outdated_version(version, limit, assume_new=...): # -> bool: - ... - -def ytdl_is_updateable(): # -> bool: - """ Returns if youtube-dl can be updated with -U """ - ... - -def args_to_str(args): # -> LiteralString: - ... - -def error_to_compat_str(err): # -> str: - ... - -def mimetype2ext(mt): # -> str | None: - ... - -def parse_codecs(codecs_str): # -> dict[str, Any] | dict[str, Any | str]: - ... - -def urlhandle_detect_ext(url_handle): # -> str | Any | None: - ... - -def encode_data_uri(data, mime_type): # -> str: - ... - -def age_restricted(content_limit, age_limit): # -> Literal[False]: - """ Returns True iff the content should be blocked """ - ... - -def is_html(first_bytes): # -> Match[str] | None: - """ Detect whether a file contains HTML by examining its first bytes. """ - ... - -def determine_protocol(info_dict): # -> str: - ... - -def render_table(header_row, data): # -> LiteralString: - """ Render a list of rows, each as a list of values """ - ... - -def match_str(filter_str, dct): # -> bool: - """ Filter a dictionary with a simple string syntax. Returns True (=passes filter) or false """ - ... - -def match_filter_func(filter_str): # -> (info_dict: Unknown) -> (LiteralString | None): - ... - -def parse_dfxp_time_expr(time_expr): # -> float | None: - ... - -def srt_subtitles_timecode(seconds): # -> LiteralString: - ... - -def dfxp2srt(dfxp_data): # -> LiteralString: - ''' - @param dfxp_data A bytes-like object containing DFXP data - @returns A unicode object containing converted SRT data - ''' - class TTMLPElementParser: - ... - - - -def cli_option(params, command_option, param): # -> list[Unknown]: - ... - -def cli_bool_option(params, command_option, param, true_value=..., false_value=..., separator=...): # -> list[Unknown] | list[Unknown | str]: - ... - -def cli_valueless_option(params, command_option, param, expected_value=...): # -> list[Unknown]: - ... - -def cli_configuration_args(params, param, default=...): # -> list[Unknown]: - ... - -class ISO639Utils: - _lang_map = ... - @classmethod - def short2long(cls, code): # -> str | None: - """Convert language code from ISO 639-1 to ISO 639-2/T""" - ... - - @classmethod - def long2short(cls, code): # -> str | None: - """Convert language code from ISO 639-2/T to ISO 639-1""" - ... - - - -class ISO3166Utils: - _country_map = ... - @classmethod - def short2full(cls, code): # -> str | None: - """Convert an ISO 3166-2 country code to the corresponding full name""" - ... - - - -class GeoUtils: - _country_ip_map = ... - @classmethod - def random_ipv4(cls, code_or_block): # -> None: - ... - - - -class PerRequestProxyHandler(compat_urllib_request.ProxyHandler): - def __init__(self, proxies=...) -> None: - ... - - def proxy_open(self, req, proxy, type): # -> _UrlopenRet | None: - ... - - - -def long_to_bytes(n, blocksize=...): # -> bytes: - """long_to_bytes(n:long, blocksize:int) : string - Convert a long integer to a byte string. - - If optional blocksize is given and greater than zero, pad the front of the - byte string with binary zeros so that the length is a multiple of - blocksize. - """ - ... - -def bytes_to_long(s): # -> Any | Literal[0]: - """bytes_to_long(string) : long - Convert a byte string to a long integer. - - This is (essentially) the inverse of long_to_bytes(). - """ - ... - -def ohdave_rsa_encrypt(data, exponent, modulus): # -> str: - ''' - Implement OHDave's RSA algorithm. See http://www.ohdave.com/rsa/ - - Input: - data: data to encrypt, bytes-like object - exponent, modulus: parameter e and N of RSA algorithm, both integer - Output: hex string of encrypted data - - Limitation: supports one block encryption only - ''' - ... - -def pkcs1pad(data, length): - """ - Padding input data with PKCS#1 scheme - - @param {int[]} data input data - @param {int} length target length - @returns {int[]} padded data - """ - ... - -def encode_base_n(num, n, table=...): # -> str: - ... - -def decode_packed_codes(code): # -> str: - ... - -def caesar(s, alphabet, shift): # -> LiteralString: - ... - -def rot47(s): # -> LiteralString: - ... - -def parse_m3u8_attributes(attrib): # -> dict[Unknown, Unknown]: - ... - -def urshift(val, n): - ... - -def decode_png(png_data): # -> tuple[Any, Any, list[Unknown]]: - ... - -def write_xattr(path, key, value): # -> None: - ... - -def random_birthday(year_field, month_field, day_field): # -> dict[Unknown, str]: - ... - -def clean_podcast_url(url): # -> str: - ... - diff --git a/typings/youtube_dl/version.pyi b/typings/youtube_dl/version.pyi deleted file mode 100644 index fc797c9..0000000 --- a/typings/youtube_dl/version.pyi +++ /dev/null @@ -1,5 +0,0 @@ -""" -This type stub file was generated by pyright. -""" - -__version__ = ... From eae43cd1d8503355eb0ce183fa990e9894ff1695 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim <code.yeon.gyu@gmail.com> Date: Tue, 22 Nov 2022 13:56:43 +0900 Subject: [PATCH 5/5] Make mypy to ignore missing imports --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1e4c5b3..6db653f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ check_untyped_defs = true warn_return_any = true show_error_codes = true warn_unused_ignores = true +ignore_missing_imports = true # for 3rd party modules that aren't typed well python_version = 3.9 disable_error_code = ["no-untyped-call"]