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