[godtv] Remove extractor (closes #13175)
[youtube-dl] / youtube_dl / extractor / extractors.py
1 # flake8: noqa
2 from __future__ import unicode_literals
3
4 from .abc import (
5     ABCIE,
6     ABCIViewIE,
7 )
8 from .abcnews import (
9     AbcNewsIE,
10     AbcNewsVideoIE,
11 )
12 from .abcotvs import (
13     ABCOTVSIE,
14     ABCOTVSClipsIE,
15 )
16 from .academicearth import AcademicEarthCourseIE
17 from .acast import (
18     ACastIE,
19     ACastChannelIE,
20 )
21 from .addanime import AddAnimeIE
22 from .adn import ADNIE
23 from .adobetv import (
24     AdobeTVIE,
25     AdobeTVShowIE,
26     AdobeTVChannelIE,
27     AdobeTVVideoIE,
28 )
29 from .adultswim import AdultSwimIE
30 from .aenetworks import (
31     AENetworksIE,
32     HistoryTopicIE,
33 )
34 from .afreecatv import (
35     AfreecaTVIE,
36     AfreecaTVGlobalIE,
37 )
38 from .airmozilla import AirMozillaIE
39 from .aljazeera import AlJazeeraIE
40 from .alphaporno import AlphaPornoIE
41 from .amcnetworks import AMCNetworksIE
42 from .animeondemand import AnimeOnDemandIE
43 from .anitube import AnitubeIE
44 from .anvato import AnvatoIE
45 from .anysex import AnySexIE
46 from .aol import AolIE
47 from .allocine import AllocineIE
48 from .aparat import AparatIE
49 from .appleconnect import AppleConnectIE
50 from .appletrailers import (
51     AppleTrailersIE,
52     AppleTrailersSectionIE,
53 )
54 from .archiveorg import ArchiveOrgIE
55 from .arkena import ArkenaIE
56 from .ard import (
57     ARDIE,
58     ARDMediathekIE,
59 )
60 from .arte import (
61     ArteTvIE,
62     ArteTVPlus7IE,
63     ArteTVCreativeIE,
64     ArteTVConcertIE,
65     ArteTVInfoIE,
66     ArteTVFutureIE,
67     ArteTVCinemaIE,
68     ArteTVDDCIE,
69     ArteTVMagazineIE,
70     ArteTVEmbedIE,
71     TheOperaPlatformIE,
72     ArteTVPlaylistIE,
73 )
74 from .atresplayer import AtresPlayerIE
75 from .atttechchannel import ATTTechChannelIE
76 from .atvat import ATVAtIE
77 from .audimedia import AudiMediaIE
78 from .audioboom import AudioBoomIE
79 from .audiomack import AudiomackIE, AudiomackAlbumIE
80 from .awaan import (
81     AWAANIE,
82     AWAANVideoIE,
83     AWAANLiveIE,
84     AWAANSeasonIE,
85 )
86 from .azmedien import (
87     AZMedienIE,
88     AZMedienPlaylistIE,
89     AZMedienShowPlaylistIE,
90 )
91 from .baidu import BaiduVideoIE
92 from .bambuser import BambuserIE, BambuserChannelIE
93 from .bandcamp import BandcampIE, BandcampAlbumIE
94 from .bbc import (
95     BBCCoUkIE,
96     BBCCoUkArticleIE,
97     BBCCoUkIPlayerPlaylistIE,
98     BBCCoUkPlaylistIE,
99     BBCIE,
100 )
101 from .beampro import (
102     BeamProLiveIE,
103     BeamProVodIE,
104 )
105 from .beeg import BeegIE
106 from .behindkink import BehindKinkIE
107 from .bellmedia import BellMediaIE
108 from .beatport import BeatportIE
109 from .bet import BetIE
110 from .bigflix import BigflixIE
111 from .bild import BildIE
112 from .bilibili import (
113     BiliBiliIE,
114     BiliBiliBangumiIE,
115 )
116 from .biobiochiletv import BioBioChileTVIE
117 from .biqle import BIQLEIE
118 from .bleacherreport import (
119     BleacherReportIE,
120     BleacherReportCMSIE,
121 )
122 from .blinkx import BlinkxIE
123 from .bloomberg import BloombergIE
124 from .bokecc import BokeCCIE
125 from .bostonglobe import BostonGlobeIE
126 from .bpb import BpbIE
127 from .br import BRIE
128 from .bravotv import BravoTVIE
129 from .breakcom import BreakIE
130 from .brightcove import (
131     BrightcoveLegacyIE,
132     BrightcoveNewIE,
133 )
134 from .buzzfeed import BuzzFeedIE
135 from .byutv import (
136     BYUtvIE,
137     BYUtvEventIE,
138 )
139 from .c56 import C56IE
140 from .camdemy import (
141     CamdemyIE,
142     CamdemyFolderIE
143 )
144 from .camwithher import CamWithHerIE
145 from .canalplus import CanalplusIE
146 from .canalc2 import Canalc2IE
147 from .canvas import CanvasIE
148 from .carambatv import (
149     CarambaTVIE,
150     CarambaTVPageIE,
151 )
152 from .cartoonnetwork import CartoonNetworkIE
153 from .cbc import (
154     CBCIE,
155     CBCPlayerIE,
156     CBCWatchVideoIE,
157     CBCWatchIE,
158 )
159 from .cbs import CBSIE
160 from .cbslocal import CBSLocalIE
161 from .cbsinteractive import CBSInteractiveIE
162 from .cbsnews import (
163     CBSNewsIE,
164     CBSNewsLiveVideoIE,
165 )
166 from .cbssports import CBSSportsIE
167 from .ccc import CCCIE
168 from .ccma import CCMAIE
169 from .cctv import CCTVIE
170 from .cda import CDAIE
171 from .ceskatelevize import (
172     CeskaTelevizeIE,
173     CeskaTelevizePoradyIE,
174 )
175 from .channel9 import Channel9IE
176 from .charlierose import CharlieRoseIE
177 from .chaturbate import ChaturbateIE
178 from .chilloutzone import ChilloutzoneIE
179 from .chirbit import (
180     ChirbitIE,
181     ChirbitProfileIE,
182 )
183 from .cinchcast import CinchcastIE
184 from .clipfish import ClipfishIE
185 from .cliphunter import CliphunterIE
186 from .cliprs import ClipRsIE
187 from .clipsyndicate import ClipsyndicateIE
188 from .closertotruth import CloserToTruthIE
189 from .cloudy import CloudyIE
190 from .clubic import ClubicIE
191 from .clyp import ClypIE
192 from .cmt import CMTIE
193 from .cnbc import CNBCIE
194 from .cnn import (
195     CNNIE,
196     CNNBlogsIE,
197     CNNArticleIE,
198 )
199 from .coub import CoubIE
200 from .collegerama import CollegeRamaIE
201 from .comedycentral import (
202     ComedyCentralFullEpisodesIE,
203     ComedyCentralIE,
204     ComedyCentralShortnameIE,
205     ComedyCentralTVIE,
206     ToshIE,
207 )
208 from .comcarcoff import ComCarCoffIE
209 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
210 from .commonprotocols import (
211     MmsIE,
212     RtmpIE,
213 )
214 from .condenast import CondeNastIE
215 from .corus import CorusIE
216 from .cracked import CrackedIE
217 from .crackle import CrackleIE
218 from .criterion import CriterionIE
219 from .crooksandliars import CrooksAndLiarsIE
220 from .crunchyroll import (
221     CrunchyrollIE,
222     CrunchyrollShowPlaylistIE
223 )
224 from .cspan import CSpanIE
225 from .ctsnews import CtsNewsIE
226 from .ctvnews import CTVNewsIE
227 from .cultureunplugged import CultureUnpluggedIE
228 from .curiositystream import (
229     CuriosityStreamIE,
230     CuriosityStreamCollectionIE,
231 )
232 from .cwtv import CWTVIE
233 from .dailymail import DailyMailIE
234 from .dailymotion import (
235     DailymotionIE,
236     DailymotionPlaylistIE,
237     DailymotionUserIE,
238     DailymotionCloudIE,
239 )
240 from .daisuki import (
241     DaisukiIE,
242     DaisukiPlaylistIE,
243 )
244 from .daum import (
245     DaumIE,
246     DaumClipIE,
247     DaumPlaylistIE,
248     DaumUserIE,
249 )
250 from .dbtv import DBTVIE
251 from .dctp import DctpTvIE
252 from .deezer import DeezerPlaylistIE
253 from .democracynow import DemocracynowIE
254 from .dfb import DFBIE
255 from .dhm import DHMIE
256 from .dotsub import DotsubIE
257 from .douyutv import (
258     DouyuShowIE,
259     DouyuTVIE,
260 )
261 from .dplay import (
262     DPlayIE,
263     DPlayItIE,
264 )
265 from .dramafever import (
266     DramaFeverIE,
267     DramaFeverSeriesIE,
268 )
269 from .dreisat import DreiSatIE
270 from .drbonanza import DRBonanzaIE
271 from .drtuber import DrTuberIE
272 from .drtv import (
273     DRTVIE,
274     DRTVLiveIE,
275 )
276 from .dvtv import DVTVIE
277 from .dumpert import DumpertIE
278 from .defense import DefenseGouvFrIE
279 from .discovery import DiscoveryIE
280 from .discoverygo import (
281     DiscoveryGoIE,
282     DiscoveryGoPlaylistIE,
283 )
284 from .discoverynetworks import DiscoveryNetworksDeIE
285 from .discoveryvr import DiscoveryVRIE
286 from .disney import DisneyIE
287 from .dispeak import DigitallySpeakingIE
288 from .dropbox import DropboxIE
289 from .dw import (
290     DWIE,
291     DWArticleIE,
292 )
293 from .eagleplatform import EaglePlatformIE
294 from .ebaumsworld import EbaumsWorldIE
295 from .echomsk import EchoMskIE
296 from .egghead import EggheadCourseIE
297 from .ehow import EHowIE
298 from .eighttracks import EightTracksIE
299 from .einthusan import EinthusanIE
300 from .eitb import EitbIE
301 from .ellentv import (
302     EllenTVIE,
303     EllenTVClipsIE,
304 )
305 from .elpais import ElPaisIE
306 from .embedly import EmbedlyIE
307 from .engadget import EngadgetIE
308 from .eporner import EpornerIE
309 from .eroprofile import EroProfileIE
310 from .escapist import EscapistIE
311 from .espn import (
312     ESPNIE,
313     ESPNArticleIE,
314 )
315 from .esri import EsriVideoIE
316 from .etonline import ETOnlineIE
317 from .europa import EuropaIE
318 from .everyonesmixtape import EveryonesMixtapeIE
319 from .expotv import ExpoTVIE
320 from .extremetube import ExtremeTubeIE
321 from .eyedotv import EyedoTVIE
322 from .facebook import (
323     FacebookIE,
324     FacebookPluginsVideoIE,
325 )
326 from .faz import FazIE
327 from .fc2 import (
328     FC2IE,
329     FC2EmbedIE,
330 )
331 from .fczenit import FczenitIE
332 from .filmon import (
333     FilmOnIE,
334     FilmOnChannelIE,
335 )
336 from .firstpost import FirstpostIE
337 from .firsttv import FirstTVIE
338 from .fivemin import FiveMinIE
339 from .fivetv import FiveTVIE
340 from .fktv import FKTVIE
341 from .flickr import FlickrIE
342 from .flipagram import FlipagramIE
343 from .folketinget import FolketingetIE
344 from .footyroom import FootyRoomIE
345 from .formula1 import Formula1IE
346 from .fourtube import FourTubeIE
347 from .fox import FOXIE
348 from .fox9 import FOX9IE
349 from .foxgay import FoxgayIE
350 from .foxnews import (
351     FoxNewsIE,
352     FoxNewsArticleIE,
353     FoxNewsInsiderIE,
354 )
355 from .foxsports import FoxSportsIE
356 from .franceculture import FranceCultureIE
357 from .franceinter import FranceInterIE
358 from .francetv import (
359     FranceTVIE,
360     FranceTVEmbedIE,
361     FranceTVInfoIE,
362     GenerationQuoiIE,
363     CultureboxIE,
364 )
365 from .freesound import FreesoundIE
366 from .freespeech import FreespeechIE
367 from .freshlive import FreshLiveIE
368 from .funimation import FunimationIE
369 from .funnyordie import FunnyOrDieIE
370 from .fusion import FusionIE
371 from .fxnetworks import FXNetworksIE
372 from .gameinformer import GameInformerIE
373 from .gameone import (
374     GameOneIE,
375     GameOnePlaylistIE,
376 )
377 from .gamersyde import GamersydeIE
378 from .gamespot import GameSpotIE
379 from .gamestar import GameStarIE
380 from .gaskrank import GaskrankIE
381 from .gazeta import GazetaIE
382 from .gdcvault import GDCVaultIE
383 from .generic import GenericIE
384 from .gfycat import GfycatIE
385 from .giantbomb import GiantBombIE
386 from .giga import GigaIE
387 from .glide import GlideIE
388 from .globo import (
389     GloboIE,
390     GloboArticleIE,
391 )
392 from .go import GoIE
393 from .go90 import Go90IE
394 from .godtube import GodTubeIE
395 from .golem import GolemIE
396 from .googledrive import GoogleDriveIE
397 from .googleplus import GooglePlusIE
398 from .googlesearch import GoogleSearchIE
399 from .goshgay import GoshgayIE
400 from .gputechconf import GPUTechConfIE
401 from .groupon import GrouponIE
402 from .hark import HarkIE
403 from .hbo import (
404     HBOIE,
405     HBOEpisodeIE,
406 )
407 from .hearthisat import HearThisAtIE
408 from .heise import HeiseIE
409 from .hellporno import HellPornoIE
410 from .helsinki import HelsinkiIE
411 from .hentaistigma import HentaiStigmaIE
412 from .hgtv import HGTVComShowIE
413 from .historicfilms import HistoricFilmsIE
414 from .hitbox import HitboxIE, HitboxLiveIE
415 from .hitrecord import HitRecordIE
416 from .hornbunny import HornBunnyIE
417 from .hotnewhiphop import HotNewHipHopIE
418 from .hotstar import HotStarIE
419 from .howcast import HowcastIE
420 from .howstuffworks import HowStuffWorksIE
421 from .hrti import (
422     HRTiIE,
423     HRTiPlaylistIE,
424 )
425 from .huajiao import HuajiaoIE
426 from .huffpost import HuffPostIE
427 from .hypem import HypemIE
428 from .iconosquare import IconosquareIE
429 from .ign import (
430     IGNIE,
431     OneUPIE,
432     PCMagIE,
433 )
434 from .imdb import (
435     ImdbIE,
436     ImdbListIE
437 )
438 from .imgur import (
439     ImgurIE,
440     ImgurAlbumIE,
441 )
442 from .ina import InaIE
443 from .inc import IncIE
444 from .indavideo import (
445     IndavideoIE,
446     IndavideoEmbedIE,
447 )
448 from .infoq import InfoQIE
449 from .instagram import InstagramIE, InstagramUserIE
450 from .internetvideoarchive import InternetVideoArchiveIE
451 from .iprima import IPrimaIE
452 from .iqiyi import IqiyiIE
453 from .ir90tv import Ir90TvIE
454 from .itv import ITVIE
455 from .ivi import (
456     IviIE,
457     IviCompilationIE
458 )
459 from .ivideon import IvideonIE
460 from .iwara import IwaraIE
461 from .izlesene import IzleseneIE
462 from .jamendo import (
463     JamendoIE,
464     JamendoAlbumIE,
465 )
466 from .jeuxvideo import JeuxVideoIE
467 from .jove import JoveIE
468 from .jwplatform import JWPlatformIE
469 from .jpopsukitv import JpopsukiIE
470 from .kaltura import KalturaIE
471 from .kamcord import KamcordIE
472 from .kanalplay import KanalPlayIE
473 from .kankan import KankanIE
474 from .karaoketv import KaraoketvIE
475 from .karrierevideos import KarriereVideosIE
476 from .keezmovies import KeezMoviesIE
477 from .ketnet import KetnetIE
478 from .khanacademy import KhanAcademyIE
479 from .kickstarter import KickStarterIE
480 from .keek import KeekIE
481 from .konserthusetplay import KonserthusetPlayIE
482 from .kontrtube import KontrTubeIE
483 from .krasview import KrasViewIE
484 from .ku6 import Ku6IE
485 from .kusi import KUSIIE
486 from .kuwo import (
487     KuwoIE,
488     KuwoAlbumIE,
489     KuwoChartIE,
490     KuwoSingerIE,
491     KuwoCategoryIE,
492     KuwoMvIE,
493 )
494 from .la7 import LA7IE
495 from .laola1tv import (
496     Laola1TvEmbedIE,
497     Laola1TvIE,
498 )
499 from .lci import LCIIE
500 from .lcp import (
501     LcpPlayIE,
502     LcpIE,
503 )
504 from .learnr import LearnrIE
505 from .lecture2go import Lecture2GoIE
506 from .lego import LEGOIE
507 from .lemonde import LemondeIE
508 from .leeco import (
509     LeIE,
510     LePlaylistIE,
511     LetvCloudIE,
512 )
513 from .libraryofcongress import LibraryOfCongressIE
514 from .libsyn import LibsynIE
515 from .lifenews import (
516     LifeNewsIE,
517     LifeEmbedIE,
518 )
519 from .limelight import (
520     LimelightMediaIE,
521     LimelightChannelIE,
522     LimelightChannelListIE,
523 )
524 from .litv import LiTVIE
525 from .liveleak import LiveLeakIE
526 from .livestream import (
527     LivestreamIE,
528     LivestreamOriginalIE,
529     LivestreamShortenerIE,
530 )
531 from .lnkgo import LnkGoIE
532 from .localnews8 import LocalNews8IE
533 from .lovehomeporn import LoveHomePornIE
534 from .lrt import LRTIE
535 from .lynda import (
536     LyndaIE,
537     LyndaCourseIE
538 )
539 from .m6 import M6IE
540 from .macgamestore import MacGameStoreIE
541 from .mailru import MailRuIE
542 from .makerschannel import MakersChannelIE
543 from .makertv import MakerTVIE
544 from .mangomolo import (
545     MangomoloVideoIE,
546     MangomoloLiveIE,
547 )
548 from .matchtv import MatchTVIE
549 from .mdr import MDRIE
550 from .mediaset import MediasetIE
551 from .medici import MediciIE
552 from .meipai import MeipaiIE
553 from .melonvod import MelonVODIE
554 from .meta import METAIE
555 from .metacafe import MetacafeIE
556 from .metacritic import MetacriticIE
557 from .mgoon import MgoonIE
558 from .mgtv import MGTVIE
559 from .miaopai import MiaoPaiIE
560 from .microsoftvirtualacademy import (
561     MicrosoftVirtualAcademyIE,
562     MicrosoftVirtualAcademyCourseIE,
563 )
564 from .minhateca import MinhatecaIE
565 from .ministrygrid import MinistryGridIE
566 from .minoto import MinotoIE
567 from .miomio import MioMioIE
568 from .mit import TechTVMITIE, MITIE, OCWMITIE
569 from .mitele import MiTeleIE
570 from .mixcloud import (
571     MixcloudIE,
572     MixcloudUserIE,
573     MixcloudPlaylistIE,
574     MixcloudStreamIE,
575 )
576 from .mlb import MLBIE
577 from .mnet import MnetIE
578 from .mpora import MporaIE
579 from .moevideo import MoeVideoIE
580 from .mofosex import MofosexIE
581 from .mojvideo import MojvideoIE
582 from .moniker import MonikerIE
583 from .morningstar import MorningstarIE
584 from .motherless import MotherlessIE
585 from .motorsport import MotorsportIE
586 from .movieclips import MovieClipsIE
587 from .moviezine import MoviezineIE
588 from .movingimage import MovingImageIE
589 from .msn import MSNIE
590 from .mtv import (
591     MTVIE,
592     MTVVideoIE,
593     MTVServicesEmbeddedIE,
594     MTVDEIE,
595     MTV81IE,
596 )
597 from .muenchentv import MuenchenTVIE
598 from .musicplayon import MusicPlayOnIE
599 from .mwave import MwaveIE, MwaveMeetGreetIE
600 from .myspace import MySpaceIE, MySpaceAlbumIE
601 from .myspass import MySpassIE
602 from .myvi import MyviIE
603 from .myvideo import MyVideoIE
604 from .myvidster import MyVidsterIE
605 from .nationalgeographic import (
606     NationalGeographicVideoIE,
607     NationalGeographicIE,
608     NationalGeographicEpisodeGuideIE,
609 )
610 from .naver import NaverIE
611 from .nba import NBAIE
612 from .nbc import (
613     CSNNEIE,
614     NBCIE,
615     NBCNewsIE,
616     NBCOlympicsIE,
617     NBCSportsIE,
618     NBCSportsVPlayerIE,
619 )
620 from .ndr import (
621     NDRIE,
622     NJoyIE,
623     NDREmbedBaseIE,
624     NDREmbedIE,
625     NJoyEmbedIE,
626 )
627 from .ndtv import NDTVIE
628 from .netzkino import NetzkinoIE
629 from .nerdcubed import NerdCubedFeedIE
630 from .neteasemusic import (
631     NetEaseMusicIE,
632     NetEaseMusicAlbumIE,
633     NetEaseMusicSingerIE,
634     NetEaseMusicListIE,
635     NetEaseMusicMvIE,
636     NetEaseMusicProgramIE,
637     NetEaseMusicDjRadioIE,
638 )
639 from .newgrounds import NewgroundsIE
640 from .newstube import NewstubeIE
641 from .nextmedia import (
642     NextMediaIE,
643     NextMediaActionNewsIE,
644     AppleDailyIE,
645     NextTVIE,
646 )
647 from .nfb import NFBIE
648 from .nfl import NFLIE
649 from .nhk import NhkVodIE
650 from .nhl import (
651     NHLVideocenterIE,
652     NHLNewsIE,
653     NHLVideocenterCategoryIE,
654     NHLIE,
655 )
656 from .nick import (
657     NickIE,
658     NickDeIE,
659     NickNightIE,
660 )
661 from .niconico import NiconicoIE, NiconicoPlaylistIE
662 from .ninecninemedia import (
663     NineCNineMediaStackIE,
664     NineCNineMediaIE,
665 )
666 from .ninegag import NineGagIE
667 from .ninenow import NineNowIE
668 from .nintendo import NintendoIE
669 from .njpwworld import NJPWWorldIE
670 from .nobelprize import NobelPrizeIE
671 from .noco import NocoIE
672 from .nonktube import NonkTubeIE
673 from .noovo import NoovoIE
674 from .normalboots import NormalbootsIE
675 from .nosvideo import NosVideoIE
676 from .nova import NovaIE
677 from .novamov import (
678     AuroraVidIE,
679     CloudTimeIE,
680     NowVideoIE,
681     VideoWeedIE,
682     WholeCloudIE,
683 )
684 from .nowness import (
685     NownessIE,
686     NownessPlaylistIE,
687     NownessSeriesIE,
688 )
689 from .nowtv import (
690     NowTVIE,
691     NowTVListIE,
692 )
693 from .noz import NozIE
694 from .npo import (
695     AndereTijdenIE,
696     NPOIE,
697     NPOLiveIE,
698     NPORadioIE,
699     NPORadioFragmentIE,
700     SchoolTVIE,
701     HetKlokhuisIE,
702     VPROIE,
703     WNLIE,
704 )
705 from .npr import NprIE
706 from .nrk import (
707     NRKIE,
708     NRKPlaylistIE,
709     NRKSkoleIE,
710     NRKTVIE,
711     NRKTVDirekteIE,
712     NRKTVEpisodesIE,
713     NRKTVSeriesIE,
714 )
715 from .ntvde import NTVDeIE
716 from .ntvru import NTVRuIE
717 from .nytimes import (
718     NYTimesIE,
719     NYTimesArticleIE,
720 )
721 from .nuvid import NuvidIE
722 from .nzz import NZZIE
723 from .odatv import OdaTVIE
724 from .odnoklassniki import OdnoklassnikiIE
725 from .oktoberfesttv import OktoberfestTVIE
726 from .ondemandkorea import OnDemandKoreaIE
727 from .onet import (
728     OnetIE,
729     OnetChannelIE,
730     OnetMVPIE,
731     OnetPlIE,
732 )
733 from .onionstudios import OnionStudiosIE
734 from .ooyala import (
735     OoyalaIE,
736     OoyalaExternalIE,
737 )
738 from .openload import OpenloadIE
739 from .ora import OraTVIE
740 from .orf import (
741     ORFTVthekIE,
742     ORFFM4IE,
743     ORFOE1IE,
744     ORFIPTVIE,
745 )
746 from .packtpub import (
747     PacktPubIE,
748     PacktPubCourseIE,
749 )
750 from .pandatv import PandaTVIE
751 from .pandoratv import PandoraTVIE
752 from .parliamentliveuk import ParliamentLiveUKIE
753 from .patreon import PatreonIE
754 from .pbs import PBSIE
755 from .people import PeopleIE
756 from .periscope import (
757     PeriscopeIE,
758     PeriscopeUserIE,
759 )
760 from .philharmoniedeparis import PhilharmonieDeParisIE
761 from .phoenix import PhoenixIE
762 from .photobucket import PhotobucketIE
763 from .piksel import PikselIE
764 from .pinkbike import PinkbikeIE
765 from .pladform import PladformIE
766 from .playfm import PlayFMIE
767 from .plays import PlaysTVIE
768 from .playtvak import PlaytvakIE
769 from .playvid import PlayvidIE
770 from .playwire import PlaywireIE
771 from .pluralsight import (
772     PluralsightIE,
773     PluralsightCourseIE,
774 )
775 from .podomatic import PodomaticIE
776 from .pokemon import PokemonIE
777 from .polskieradio import (
778     PolskieRadioIE,
779     PolskieRadioCategoryIE,
780 )
781 from .porn91 import Porn91IE
782 from .porncom import PornComIE
783 from .pornflip import PornFlipIE
784 from .pornhd import PornHdIE
785 from .pornhub import (
786     PornHubIE,
787     PornHubPlaylistIE,
788     PornHubUserVideosIE,
789 )
790 from .pornotube import PornotubeIE
791 from .pornovoisines import PornoVoisinesIE
792 from .pornoxo import PornoXOIE
793 from .presstv import PressTVIE
794 from .primesharetv import PrimeShareTVIE
795 from .promptfile import PromptFileIE
796 from .prosiebensat1 import ProSiebenSat1IE
797 from .puls4 import Puls4IE
798 from .pyvideo import PyvideoIE
799 from .qqmusic import (
800     QQMusicIE,
801     QQMusicSingerIE,
802     QQMusicAlbumIE,
803     QQMusicToplistIE,
804     QQMusicPlaylistIE,
805 )
806 from .r7 import (
807     R7IE,
808     R7ArticleIE,
809 )
810 from .radiocanada import (
811     RadioCanadaIE,
812     RadioCanadaAudioVideoIE,
813 )
814 from .radiode import RadioDeIE
815 from .radiojavan import RadioJavanIE
816 from .radiobremen import RadioBremenIE
817 from .radiofrance import RadioFranceIE
818 from .rai import (
819     RaiPlayIE,
820     RaiIE,
821 )
822 from .rbmaradio import RBMARadioIE
823 from .rds import RDSIE
824 from .redbulltv import RedBullTVIE
825 from .redtube import RedTubeIE
826 from .regiotv import RegioTVIE
827 from .rentv import (
828     RENTVIE,
829     RENTVArticleIE,
830 )
831 from .restudy import RestudyIE
832 from .reuters import ReutersIE
833 from .reverbnation import ReverbNationIE
834 from .revision3 import (
835     Revision3EmbedIE,
836     Revision3IE,
837 )
838 from .rice import RICEIE
839 from .ringtv import RingTVIE
840 from .rmcdecouverte import RMCDecouverteIE
841 from .ro220 import Ro220IE
842 from .rockstargames import RockstarGamesIE
843 from .roosterteeth import RoosterTeethIE
844 from .rottentomatoes import RottenTomatoesIE
845 from .roxwel import RoxwelIE
846 from .rozhlas import RozhlasIE
847 from .rtbf import RTBFIE
848 from .rte import RteIE, RteRadioIE
849 from .rtlnl import RtlNlIE
850 from .rtl2 import (
851     RTL2IE,
852     RTL2YouIE,
853     RTL2YouSeriesIE,
854 )
855 from .rtp import RTPIE
856 from .rts import RTSIE
857 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
858 from .rtvnh import RTVNHIE
859 from .rudo import RudoIE
860 from .ruhd import RUHDIE
861 from .ruleporn import RulePornIE
862 from .rutube import (
863     RutubeIE,
864     RutubeChannelIE,
865     RutubeEmbedIE,
866     RutubeMovieIE,
867     RutubePersonIE,
868 )
869 from .rutv import RUTVIE
870 from .ruutu import RuutuIE
871 from .sandia import SandiaIE
872 from .safari import (
873     SafariIE,
874     SafariApiIE,
875     SafariCourseIE,
876 )
877 from .sapo import SapoIE
878 from .savefrom import SaveFromIE
879 from .sbs import SBSIE
880 from .screencast import ScreencastIE
881 from .screencastomatic import ScreencastOMaticIE
882 from .scrippsnetworks import ScrippsNetworksWatchIE
883 from .seeker import SeekerIE
884 from .senateisvp import SenateISVPIE
885 from .sendtonews import SendtoNewsIE
886 from .servingsys import ServingSysIE
887 from .sexu import SexuIE
888 from .shahid import ShahidIE
889 from .shared import (
890     SharedIE,
891     VivoIE,
892 )
893 from .showroomlive import ShowRoomLiveIE
894 from .sina import SinaIE
895 from .sixplay import SixPlayIE
896 from .skylinewebcams import SkylineWebcamsIE
897 from .skynewsarabia import (
898     SkyNewsArabiaIE,
899     SkyNewsArabiaArticleIE,
900 )
901 from .skysports import SkySportsIE
902 from .slideshare import SlideshareIE
903 from .slutload import SlutloadIE
904 from .smotri import (
905     SmotriIE,
906     SmotriCommunityIE,
907     SmotriUserIE,
908     SmotriBroadcastIE,
909 )
910 from .snotr import SnotrIE
911 from .sohu import SohuIE
912 from .sonyliv import SonyLIVIE
913 from .soundcloud import (
914     SoundcloudIE,
915     SoundcloudSetIE,
916     SoundcloudUserIE,
917     SoundcloudPlaylistIE,
918     SoundcloudSearchIE
919 )
920 from .soundgasm import (
921     SoundgasmIE,
922     SoundgasmProfileIE
923 )
924 from .southpark import (
925     SouthParkIE,
926     SouthParkDeIE,
927     SouthParkDkIE,
928     SouthParkEsIE,
929     SouthParkNlIE
930 )
931 from .spankbang import SpankBangIE
932 from .spankwire import SpankwireIE
933 from .spiegel import SpiegelIE, SpiegelArticleIE
934 from .spiegeltv import SpiegeltvIE
935 from .spike import SpikeIE
936 from .stitcher import StitcherIE
937 from .sport5 import Sport5IE
938 from .sportbox import SportBoxEmbedIE
939 from .sportdeutschland import SportDeutschlandIE
940 from .sportschau import SportschauIE
941 from .sprout import SproutIE
942 from .srgssr import (
943     SRGSSRIE,
944     SRGSSRPlayIE,
945 )
946 from .srmediathek import SRMediathekIE
947 from .stanfordoc import StanfordOpenClassroomIE
948 from .steam import SteamIE
949 from .streamable import StreamableIE
950 from .streamango import StreamangoIE
951 from .streamcloud import StreamcloudIE
952 from .streamcz import StreamCZIE
953 from .streetvoice import StreetVoiceIE
954 from .sunporno import SunPornoIE
955 from .svt import (
956     SVTIE,
957     SVTPlayIE,
958 )
959 from .swrmediathek import SWRMediathekIE
960 from .syfy import SyfyIE
961 from .sztvhu import SztvHuIE
962 from .tagesschau import (
963     TagesschauPlayerIE,
964     TagesschauIE,
965 )
966 from .tass import TassIE
967 from .tbs import TBSIE
968 from .tdslifeway import TDSLifewayIE
969 from .teachertube import (
970     TeacherTubeIE,
971     TeacherTubeUserIE,
972 )
973 from .teachingchannel import TeachingChannelIE
974 from .teamcoco import TeamcocoIE
975 from .teamfourstar import TeamFourStarIE
976 from .techtalks import TechTalksIE
977 from .ted import TEDIE
978 from .tele13 import Tele13IE
979 from .telebruxelles import TeleBruxellesIE
980 from .telecinco import TelecincoIE
981 from .telegraaf import TelegraafIE
982 from .telemb import TeleMBIE
983 from .telequebec import TeleQuebecIE
984 from .teletask import TeleTaskIE
985 from .telewebion import TelewebionIE
986 from .testurl import TestURLIE
987 from .tf1 import TF1IE
988 from .tfo import TFOIE
989 from .theintercept import TheInterceptIE
990 from .theplatform import (
991     ThePlatformIE,
992     ThePlatformFeedIE,
993 )
994 from .thescene import TheSceneIE
995 from .thesixtyone import TheSixtyOneIE
996 from .thestar import TheStarIE
997 from .thesun import TheSunIE
998 from .theweatherchannel import TheWeatherChannelIE
999 from .thisamericanlife import ThisAmericanLifeIE
1000 from .thisav import ThisAVIE
1001 from .thisoldhouse import ThisOldHouseIE
1002 from .threeqsdn import ThreeQSDNIE
1003 from .tinypic import TinyPicIE
1004 from .tmz import (
1005     TMZIE,
1006     TMZArticleIE,
1007 )
1008 from .tnaflix import (
1009     TNAFlixNetworkEmbedIE,
1010     TNAFlixIE,
1011     EMPFlixIE,
1012     MovieFapIE,
1013 )
1014 from .toggle import ToggleIE
1015 from .tonline import TOnlineIE
1016 from .toongoggles import ToonGogglesIE
1017 from .toutv import TouTvIE
1018 from .toypics import ToypicsUserIE, ToypicsIE
1019 from .traileraddict import TrailerAddictIE
1020 from .trilulilu import TriluliluIE
1021 from .trutv import TruTVIE
1022 from .tube8 import Tube8IE
1023 from .tubitv import TubiTvIE
1024 from .tumblr import TumblrIE
1025 from .tunein import (
1026     TuneInClipIE,
1027     TuneInStationIE,
1028     TuneInProgramIE,
1029     TuneInTopicIE,
1030     TuneInShortenerIE,
1031 )
1032 from .tunepk import TunePkIE
1033 from .turbo import TurboIE
1034 from .tutv import TutvIE
1035 from .tv2 import (
1036     TV2IE,
1037     TV2ArticleIE,
1038 )
1039 from .tv2hu import TV2HuIE
1040 from .tv3 import TV3IE
1041 from .tv4 import TV4IE
1042 from .tv5mondeplus import TV5MondePlusIE
1043 from .tva import TVAIE
1044 from .tvanouvelles import (
1045     TVANouvellesIE,
1046     TVANouvellesArticleIE,
1047 )
1048 from .tvc import (
1049     TVCIE,
1050     TVCArticleIE,
1051 )
1052 from .tvigle import TvigleIE
1053 from .tvland import TVLandIE
1054 from .tvn24 import TVN24IE
1055 from .tvnoe import TVNoeIE
1056 from .tvp import (
1057     TVPEmbedIE,
1058     TVPIE,
1059     TVPSeriesIE,
1060 )
1061 from .tvplay import (
1062     TVPlayIE,
1063     ViafreeIE,
1064 )
1065 from .tvplayer import TVPlayerIE
1066 from .tweakers import TweakersIE
1067 from .twentyfourvideo import TwentyFourVideoIE
1068 from .twentymin import TwentyMinutenIE
1069 from .twentytwotracks import (
1070     TwentyTwoTracksIE,
1071     TwentyTwoTracksGenreIE
1072 )
1073 from .twitch import (
1074     TwitchVideoIE,
1075     TwitchChapterIE,
1076     TwitchVodIE,
1077     TwitchProfileIE,
1078     TwitchAllVideosIE,
1079     TwitchUploadsIE,
1080     TwitchPastBroadcastsIE,
1081     TwitchHighlightsIE,
1082     TwitchStreamIE,
1083     TwitchClipsIE,
1084 )
1085 from .twitter import (
1086     TwitterCardIE,
1087     TwitterIE,
1088     TwitterAmplifyIE,
1089 )
1090 from .udemy import (
1091     UdemyIE,
1092     UdemyCourseIE
1093 )
1094 from .udn import UDNEmbedIE
1095 from .uktvplay import UKTVPlayIE
1096 from .digiteka import DigitekaIE
1097 from .unistra import UnistraIE
1098 from .uol import UOLIE
1099 from .uplynk import (
1100     UplynkIE,
1101     UplynkPreplayIE,
1102 )
1103 from .upskill import (
1104     UpskillIE,
1105     UpskillCourseIE,
1106 )
1107 from .urort import UrortIE
1108 from .urplay import URPlayIE
1109 from .usanetwork import USANetworkIE
1110 from .usatoday import USATodayIE
1111 from .ustream import UstreamIE, UstreamChannelIE
1112 from .ustudio import (
1113     UstudioIE,
1114     UstudioEmbedIE,
1115 )
1116 from .varzesh3 import Varzesh3IE
1117 from .vbox7 import Vbox7IE
1118 from .veehd import VeeHDIE
1119 from .veoh import VeohIE
1120 from .vessel import VesselIE
1121 from .vesti import VestiIE
1122 from .vevo import (
1123     VevoIE,
1124     VevoPlaylistIE,
1125 )
1126 from .vgtv import (
1127     BTArticleIE,
1128     BTVestlendingenIE,
1129     VGTVIE,
1130 )
1131 from .vh1 import VH1IE
1132 from .vice import (
1133     ViceIE,
1134     ViceArticleIE,
1135     ViceShowIE,
1136 )
1137 from .viceland import VicelandIE
1138 from .vidbit import VidbitIE
1139 from .viddler import ViddlerIE
1140 from .videa import VideaIE
1141 from .videodetective import VideoDetectiveIE
1142 from .videofyme import VideofyMeIE
1143 from .videomega import VideoMegaIE
1144 from .videomore import (
1145     VideomoreIE,
1146     VideomoreVideoIE,
1147     VideomoreSeasonIE,
1148 )
1149 from .videopremium import VideoPremiumIE
1150 from .videopress import VideoPressIE
1151 from .vidio import VidioIE
1152 from .vidme import (
1153     VidmeIE,
1154     VidmeUserIE,
1155     VidmeUserLikesIE,
1156 )
1157 from .vidzi import VidziIE
1158 from .vier import VierIE, VierVideosIE
1159 from .viewlift import (
1160     ViewLiftIE,
1161     ViewLiftEmbedIE,
1162 )
1163 from .viewster import ViewsterIE
1164 from .viidea import ViideaIE
1165 from .vimeo import (
1166     VimeoIE,
1167     VimeoAlbumIE,
1168     VimeoChannelIE,
1169     VimeoGroupsIE,
1170     VimeoLikesIE,
1171     VimeoOndemandIE,
1172     VimeoReviewIE,
1173     VimeoUserIE,
1174     VimeoWatchLaterIE,
1175 )
1176 from .vimple import VimpleIE
1177 from .vine import (
1178     VineIE,
1179     VineUserIE,
1180 )
1181 from .viki import (
1182     VikiIE,
1183     VikiChannelIE,
1184 )
1185 from .viu import (
1186     ViuIE,
1187     ViuPlaylistIE,
1188     ViuOTTIE,
1189 )
1190 from .vk import (
1191     VKIE,
1192     VKUserVideosIE,
1193     VKWallPostIE,
1194 )
1195 from .vlive import (
1196     VLiveIE,
1197     VLiveChannelIE
1198 )
1199 from .vodlocker import VodlockerIE
1200 from .vodpl import VODPlIE
1201 from .vodplatform import VODPlatformIE
1202 from .voicerepublic import VoiceRepublicIE
1203 from .voxmedia import VoxMediaIE
1204 from .vporn import VpornIE
1205 from .vrt import VRTIE
1206 from .vrak import VrakIE
1207 from .vrv import (
1208     VRVIE,
1209     VRVSeriesIE,
1210 )
1211 from .vshare import VShareIE
1212 from .medialaan import MedialaanIE
1213 from .vube import VubeIE
1214 from .vuclip import VuClipIE
1215 from .vvvvid import VVVVIDIE
1216 from .vyborymos import VyboryMosIE
1217 from .vzaar import VzaarIE
1218 from .walla import WallaIE
1219 from .washingtonpost import (
1220     WashingtonPostIE,
1221     WashingtonPostArticleIE,
1222 )
1223 from .wat import WatIE
1224 from .watchindianporn import WatchIndianPornIE
1225 from .wdr import (
1226     WDRIE,
1227     WDRMobileIE,
1228 )
1229 from .webcaster import (
1230     WebcasterIE,
1231     WebcasterFeedIE,
1232 )
1233 from .webofstories import (
1234     WebOfStoriesIE,
1235     WebOfStoriesPlaylistIE,
1236 )
1237 from .weiqitv import WeiqiTVIE
1238 from .wimp import WimpIE
1239 from .wistia import WistiaIE
1240 from .worldstarhiphop import WorldStarHipHopIE
1241 from .wrzuta import (
1242     WrzutaIE,
1243     WrzutaPlaylistIE,
1244 )
1245 from .wsj import (
1246     WSJIE,
1247     WSJArticleIE,
1248 )
1249 from .xbef import XBefIE
1250 from .xboxclips import XboxClipsIE
1251 from .xfileshare import XFileShareIE
1252 from .xhamster import (
1253     XHamsterIE,
1254     XHamsterEmbedIE,
1255 )
1256 from .xiami import (
1257     XiamiSongIE,
1258     XiamiAlbumIE,
1259     XiamiArtistIE,
1260     XiamiCollectionIE
1261 )
1262 from .xminus import XMinusIE
1263 from .xnxx import XNXXIE
1264 from .xstream import XstreamIE
1265 from .xtube import XTubeUserIE, XTubeIE
1266 from .xuite import XuiteIE
1267 from .xvideos import XVideosIE
1268 from .xxxymovies import XXXYMoviesIE
1269 from .yahoo import (
1270     YahooIE,
1271     YahooSearchIE,
1272 )
1273 from .yam import YamIE
1274 from .yandexmusic import (
1275     YandexMusicTrackIE,
1276     YandexMusicAlbumIE,
1277     YandexMusicPlaylistIE,
1278 )
1279 from .yesjapan import YesJapanIE
1280 from .yinyuetai import YinYueTaiIE
1281 from .ynet import YnetIE
1282 from .youjizz import YouJizzIE
1283 from .youku import (
1284     YoukuIE,
1285     YoukuShowIE,
1286 )
1287 from .youporn import YouPornIE
1288 from .yourupload import YourUploadIE
1289 from .youtube import (
1290     YoutubeIE,
1291     YoutubeChannelIE,
1292     YoutubeFavouritesIE,
1293     YoutubeHistoryIE,
1294     YoutubeLiveIE,
1295     YoutubePlaylistIE,
1296     YoutubePlaylistsIE,
1297     YoutubeRecommendedIE,
1298     YoutubeSearchDateIE,
1299     YoutubeSearchIE,
1300     YoutubeSearchURLIE,
1301     YoutubeSharedVideoIE,
1302     YoutubeShowIE,
1303     YoutubeSubscriptionsIE,
1304     YoutubeTruncatedIDIE,
1305     YoutubeTruncatedURLIE,
1306     YoutubeUserIE,
1307     YoutubeWatchLaterIE,
1308 )
1309 from .zapiks import ZapiksIE
1310 from .zaq1 import Zaq1IE
1311 from .zdf import ZDFIE, ZDFChannelIE
1312 from .zingmp3 import ZingMp3IE