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