[anvato] Improve extraction (closes #12913)
[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 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 .go90 import Go90IE
388 from .godtube import GodTubeIE
389 from .godtv import GodTVIE
390 from .golem import GolemIE
391 from .googledrive import GoogleDriveIE
392 from .googleplus import GooglePlusIE
393 from .googlesearch import GoogleSearchIE
394 from .goshgay import GoshgayIE
395 from .gputechconf import GPUTechConfIE
396 from .groupon import GrouponIE
397 from .hark import HarkIE
398 from .hbo import (
399     HBOIE,
400     HBOEpisodeIE,
401 )
402 from .hearthisat import HearThisAtIE
403 from .heise import HeiseIE
404 from .hellporno import HellPornoIE
405 from .helsinki import HelsinkiIE
406 from .hentaistigma import HentaiStigmaIE
407 from .hgtv import HGTVComShowIE
408 from .historicfilms import HistoricFilmsIE
409 from .hitbox import HitboxIE, HitboxLiveIE
410 from .hitrecord import HitRecordIE
411 from .hornbunny import HornBunnyIE
412 from .hotnewhiphop import HotNewHipHopIE
413 from .hotstar import HotStarIE
414 from .howcast import HowcastIE
415 from .howstuffworks import HowStuffWorksIE
416 from .hrti import (
417     HRTiIE,
418     HRTiPlaylistIE,
419 )
420 from .huajiao import HuajiaoIE
421 from .huffpost import HuffPostIE
422 from .hypem import HypemIE
423 from .iconosquare import IconosquareIE
424 from .ign import (
425     IGNIE,
426     OneUPIE,
427     PCMagIE,
428 )
429 from .imdb import (
430     ImdbIE,
431     ImdbListIE
432 )
433 from .imgur import (
434     ImgurIE,
435     ImgurAlbumIE,
436 )
437 from .ina import InaIE
438 from .inc import IncIE
439 from .indavideo import (
440     IndavideoIE,
441     IndavideoEmbedIE,
442 )
443 from .infoq import InfoQIE
444 from .instagram import InstagramIE, InstagramUserIE
445 from .internetvideoarchive import InternetVideoArchiveIE
446 from .iprima import IPrimaIE
447 from .iqiyi import IqiyiIE
448 from .ir90tv import Ir90TvIE
449 from .itv import ITVIE
450 from .ivi import (
451     IviIE,
452     IviCompilationIE
453 )
454 from .ivideon import IvideonIE
455 from .iwara import IwaraIE
456 from .izlesene import IzleseneIE
457 from .jamendo import (
458     JamendoIE,
459     JamendoAlbumIE,
460 )
461 from .jeuxvideo import JeuxVideoIE
462 from .jove import JoveIE
463 from .jwplatform import JWPlatformIE
464 from .jpopsukitv import JpopsukiIE
465 from .kaltura import KalturaIE
466 from .kamcord import KamcordIE
467 from .kanalplay import KanalPlayIE
468 from .kankan import KankanIE
469 from .karaoketv import KaraoketvIE
470 from .karrierevideos import KarriereVideosIE
471 from .keezmovies import KeezMoviesIE
472 from .ketnet import KetnetIE
473 from .khanacademy import KhanAcademyIE
474 from .kickstarter import KickStarterIE
475 from .keek import KeekIE
476 from .konserthusetplay import KonserthusetPlayIE
477 from .kontrtube import KontrTubeIE
478 from .krasview import KrasViewIE
479 from .ku6 import Ku6IE
480 from .kusi import KUSIIE
481 from .kuwo import (
482     KuwoIE,
483     KuwoAlbumIE,
484     KuwoChartIE,
485     KuwoSingerIE,
486     KuwoCategoryIE,
487     KuwoMvIE,
488 )
489 from .la7 import LA7IE
490 from .laola1tv import (
491     Laola1TvEmbedIE,
492     Laola1TvIE,
493 )
494 from .lci import LCIIE
495 from .lcp import (
496     LcpPlayIE,
497     LcpIE,
498 )
499 from .learnr import LearnrIE
500 from .lecture2go import Lecture2GoIE
501 from .lego import LEGOIE
502 from .lemonde import LemondeIE
503 from .leeco import (
504     LeIE,
505     LePlaylistIE,
506     LetvCloudIE,
507 )
508 from .libraryofcongress import LibraryOfCongressIE
509 from .libsyn import LibsynIE
510 from .lifenews import (
511     LifeNewsIE,
512     LifeEmbedIE,
513 )
514 from .limelight import (
515     LimelightMediaIE,
516     LimelightChannelIE,
517     LimelightChannelListIE,
518 )
519 from .litv import LiTVIE
520 from .liveleak import LiveLeakIE
521 from .livestream import (
522     LivestreamIE,
523     LivestreamOriginalIE,
524     LivestreamShortenerIE,
525 )
526 from .lnkgo import LnkGoIE
527 from .localnews8 import LocalNews8IE
528 from .lovehomeporn import LoveHomePornIE
529 from .lrt import LRTIE
530 from .lynda import (
531     LyndaIE,
532     LyndaCourseIE
533 )
534 from .m6 import M6IE
535 from .macgamestore import MacGameStoreIE
536 from .mailru import MailRuIE
537 from .makerschannel import MakersChannelIE
538 from .makertv import MakerTVIE
539 from .mangomolo import (
540     MangomoloVideoIE,
541     MangomoloLiveIE,
542 )
543 from .matchtv import MatchTVIE
544 from .mdr import MDRIE
545 from .medici import MediciIE
546 from .meipai import MeipaiIE
547 from .melonvod import MelonVODIE
548 from .meta import METAIE
549 from .metacafe import MetacafeIE
550 from .metacritic import MetacriticIE
551 from .mgoon import MgoonIE
552 from .mgtv import MGTVIE
553 from .miaopai import MiaoPaiIE
554 from .microsoftvirtualacademy import (
555     MicrosoftVirtualAcademyIE,
556     MicrosoftVirtualAcademyCourseIE,
557 )
558 from .minhateca import MinhatecaIE
559 from .ministrygrid import MinistryGridIE
560 from .minoto import MinotoIE
561 from .miomio import MioMioIE
562 from .mit import TechTVMITIE, MITIE, OCWMITIE
563 from .mitele import MiTeleIE
564 from .mixcloud import (
565     MixcloudIE,
566     MixcloudUserIE,
567     MixcloudPlaylistIE,
568     MixcloudStreamIE,
569 )
570 from .mlb import MLBIE
571 from .mnet import MnetIE
572 from .mpora import MporaIE
573 from .moevideo import MoeVideoIE
574 from .mofosex import MofosexIE
575 from .mojvideo import MojvideoIE
576 from .moniker import MonikerIE
577 from .morningstar import MorningstarIE
578 from .motherless import MotherlessIE
579 from .motorsport import MotorsportIE
580 from .movieclips import MovieClipsIE
581 from .moviezine import MoviezineIE
582 from .movingimage import MovingImageIE
583 from .msn import MSNIE
584 from .mtv import (
585     MTVIE,
586     MTVVideoIE,
587     MTVServicesEmbeddedIE,
588     MTVDEIE,
589     MTV81IE,
590 )
591 from .muenchentv import MuenchenTVIE
592 from .musicplayon import MusicPlayOnIE
593 from .mwave import MwaveIE, MwaveMeetGreetIE
594 from .myspace import MySpaceIE, MySpaceAlbumIE
595 from .myspass import MySpassIE
596 from .myvi import MyviIE
597 from .myvideo import MyVideoIE
598 from .myvidster import MyVidsterIE
599 from .nationalgeographic import (
600     NationalGeographicVideoIE,
601     NationalGeographicIE,
602     NationalGeographicEpisodeGuideIE,
603 )
604 from .naver import NaverIE
605 from .nba import NBAIE
606 from .nbc import (
607     CSNNEIE,
608     NBCIE,
609     NBCNewsIE,
610     NBCOlympicsIE,
611     NBCSportsIE,
612     NBCSportsVPlayerIE,
613 )
614 from .ndr import (
615     NDRIE,
616     NJoyIE,
617     NDREmbedBaseIE,
618     NDREmbedIE,
619     NJoyEmbedIE,
620 )
621 from .ndtv import NDTVIE
622 from .netzkino import NetzkinoIE
623 from .nerdcubed import NerdCubedFeedIE
624 from .neteasemusic import (
625     NetEaseMusicIE,
626     NetEaseMusicAlbumIE,
627     NetEaseMusicSingerIE,
628     NetEaseMusicListIE,
629     NetEaseMusicMvIE,
630     NetEaseMusicProgramIE,
631     NetEaseMusicDjRadioIE,
632 )
633 from .newgrounds import NewgroundsIE
634 from .newstube import NewstubeIE
635 from .nextmedia import (
636     NextMediaIE,
637     NextMediaActionNewsIE,
638     AppleDailyIE,
639     NextTVIE,
640 )
641 from .nfb import NFBIE
642 from .nfl import NFLIE
643 from .nhk import NhkVodIE
644 from .nhl import (
645     NHLVideocenterIE,
646     NHLNewsIE,
647     NHLVideocenterCategoryIE,
648     NHLIE,
649 )
650 from .nick import (
651     NickIE,
652     NickDeIE,
653     NickNightIE,
654 )
655 from .niconico import NiconicoIE, NiconicoPlaylistIE
656 from .ninecninemedia import (
657     NineCNineMediaStackIE,
658     NineCNineMediaIE,
659 )
660 from .ninegag import NineGagIE
661 from .ninenow import NineNowIE
662 from .nintendo import NintendoIE
663 from .njpwworld import NJPWWorldIE
664 from .nobelprize import NobelPrizeIE
665 from .noco import NocoIE
666 from .normalboots import NormalbootsIE
667 from .nosvideo import NosVideoIE
668 from .nova import NovaIE
669 from .novamov import (
670     AuroraVidIE,
671     CloudTimeIE,
672     NowVideoIE,
673     VideoWeedIE,
674     WholeCloudIE,
675 )
676 from .nowness import (
677     NownessIE,
678     NownessPlaylistIE,
679     NownessSeriesIE,
680 )
681 from .nowtv import (
682     NowTVIE,
683     NowTVListIE,
684 )
685 from .noz import NozIE
686 from .npo import (
687     AndereTijdenIE,
688     NPOIE,
689     NPOLiveIE,
690     NPORadioIE,
691     NPORadioFragmentIE,
692     SchoolTVIE,
693     HetKlokhuisIE,
694     VPROIE,
695     WNLIE,
696 )
697 from .npr import NprIE
698 from .nrk import (
699     NRKIE,
700     NRKPlaylistIE,
701     NRKSkoleIE,
702     NRKTVIE,
703     NRKTVDirekteIE,
704     NRKTVEpisodesIE,
705     NRKTVSeriesIE,
706 )
707 from .ntvde import NTVDeIE
708 from .ntvru import NTVRuIE
709 from .nytimes import (
710     NYTimesIE,
711     NYTimesArticleIE,
712 )
713 from .nuvid import NuvidIE
714 from .nzz import NZZIE
715 from .odatv import OdaTVIE
716 from .odnoklassniki import OdnoklassnikiIE
717 from .oktoberfesttv import OktoberfestTVIE
718 from .ondemandkorea import OnDemandKoreaIE
719 from .onet import (
720     OnetIE,
721     OnetChannelIE,
722     OnetMVPIE,
723     OnetPlIE,
724 )
725 from .onionstudios import OnionStudiosIE
726 from .ooyala import (
727     OoyalaIE,
728     OoyalaExternalIE,
729 )
730 from .openload import OpenloadIE
731 from .ora import OraTVIE
732 from .orf import (
733     ORFTVthekIE,
734     ORFOE1IE,
735     ORFFM4IE,
736     ORFIPTVIE,
737 )
738 from .packtpub import (
739     PacktPubIE,
740     PacktPubCourseIE,
741 )
742 from .pandatv import PandaTVIE
743 from .pandoratv import PandoraTVIE
744 from .parliamentliveuk import ParliamentLiveUKIE
745 from .patreon import PatreonIE
746 from .pbs import PBSIE
747 from .people import PeopleIE
748 from .periscope import (
749     PeriscopeIE,
750     PeriscopeUserIE,
751 )
752 from .philharmoniedeparis import PhilharmonieDeParisIE
753 from .phoenix import PhoenixIE
754 from .photobucket import PhotobucketIE
755 from .piksel import PikselIE
756 from .pinkbike import PinkbikeIE
757 from .pladform import PladformIE
758 from .playfm import PlayFMIE
759 from .plays import PlaysTVIE
760 from .playtvak import PlaytvakIE
761 from .playvid import PlayvidIE
762 from .playwire import PlaywireIE
763 from .pluralsight import (
764     PluralsightIE,
765     PluralsightCourseIE,
766 )
767 from .podomatic import PodomaticIE
768 from .pokemon import PokemonIE
769 from .polskieradio import (
770     PolskieRadioIE,
771     PolskieRadioCategoryIE,
772 )
773 from .porn91 import Porn91IE
774 from .porncom import PornComIE
775 from .pornflip import PornFlipIE
776 from .pornhd import PornHdIE
777 from .pornhub import (
778     PornHubIE,
779     PornHubPlaylistIE,
780     PornHubUserVideosIE,
781 )
782 from .pornotube import PornotubeIE
783 from .pornovoisines import PornoVoisinesIE
784 from .pornoxo import PornoXOIE
785 from .presstv import PressTVIE
786 from .primesharetv import PrimeShareTVIE
787 from .promptfile import PromptFileIE
788 from .prosiebensat1 import ProSiebenSat1IE
789 from .puls4 import Puls4IE
790 from .pyvideo import PyvideoIE
791 from .qqmusic import (
792     QQMusicIE,
793     QQMusicSingerIE,
794     QQMusicAlbumIE,
795     QQMusicToplistIE,
796     QQMusicPlaylistIE,
797 )
798 from .r7 import (
799     R7IE,
800     R7ArticleIE,
801 )
802 from .radiocanada import (
803     RadioCanadaIE,
804     RadioCanadaAudioVideoIE,
805 )
806 from .radiode import RadioDeIE
807 from .radiojavan import RadioJavanIE
808 from .radiobremen import RadioBremenIE
809 from .radiofrance import RadioFranceIE
810 from .rai import (
811     RaiPlayIE,
812     RaiIE,
813 )
814 from .rbmaradio import RBMARadioIE
815 from .rds import RDSIE
816 from .redbulltv import RedBullTVIE
817 from .redtube import RedTubeIE
818 from .regiotv import RegioTVIE
819 from .rentv import (
820     RENTVIE,
821     RENTVArticleIE,
822 )
823 from .restudy import RestudyIE
824 from .reuters import ReutersIE
825 from .reverbnation import ReverbNationIE
826 from .revision3 import (
827     Revision3EmbedIE,
828     Revision3IE,
829 )
830 from .rice import RICEIE
831 from .ringtv import RingTVIE
832 from .rmcdecouverte import RMCDecouverteIE
833 from .ro220 import Ro220IE
834 from .rockstargames import RockstarGamesIE
835 from .roosterteeth import RoosterTeethIE
836 from .rottentomatoes import RottenTomatoesIE
837 from .roxwel import RoxwelIE
838 from .rozhlas import RozhlasIE
839 from .rtbf import RTBFIE
840 from .rte import RteIE, RteRadioIE
841 from .rtlnl import RtlNlIE
842 from .rtl2 import (
843     RTL2IE,
844     RTL2YouIE,
845     RTL2YouSeriesIE,
846 )
847 from .rtp import RTPIE
848 from .rts import RTSIE
849 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
850 from .rtvnh import RTVNHIE
851 from .rudo import RudoIE
852 from .ruhd import RUHDIE
853 from .ruleporn import RulePornIE
854 from .rutube import (
855     RutubeIE,
856     RutubeChannelIE,
857     RutubeEmbedIE,
858     RutubeMovieIE,
859     RutubePersonIE,
860 )
861 from .rutv import RUTVIE
862 from .ruutu import RuutuIE
863 from .sandia import SandiaIE
864 from .safari import (
865     SafariIE,
866     SafariApiIE,
867     SafariCourseIE,
868 )
869 from .sapo import SapoIE
870 from .savefrom import SaveFromIE
871 from .sbs import SBSIE
872 from .screencast import ScreencastIE
873 from .screencastomatic import ScreencastOMaticIE
874 from .scrippsnetworks import ScrippsNetworksWatchIE
875 from .seeker import SeekerIE
876 from .senateisvp import SenateISVPIE
877 from .sendtonews import SendtoNewsIE
878 from .servingsys import ServingSysIE
879 from .sexu import SexuIE
880 from .shahid import ShahidIE
881 from .shared import (
882     SharedIE,
883     VivoIE,
884 )
885 from .showroomlive import ShowRoomLiveIE
886 from .sina import SinaIE
887 from .sixplay import SixPlayIE
888 from .skylinewebcams import SkylineWebcamsIE
889 from .skynewsarabia import (
890     SkyNewsArabiaIE,
891     SkyNewsArabiaArticleIE,
892 )
893 from .skysports import SkySportsIE
894 from .slideshare import SlideshareIE
895 from .slutload import SlutloadIE
896 from .smotri import (
897     SmotriIE,
898     SmotriCommunityIE,
899     SmotriUserIE,
900     SmotriBroadcastIE,
901 )
902 from .snotr import SnotrIE
903 from .sohu import SohuIE
904 from .sonyliv import SonyLIVIE
905 from .soundcloud import (
906     SoundcloudIE,
907     SoundcloudSetIE,
908     SoundcloudUserIE,
909     SoundcloudPlaylistIE,
910     SoundcloudSearchIE
911 )
912 from .soundgasm import (
913     SoundgasmIE,
914     SoundgasmProfileIE
915 )
916 from .southpark import (
917     SouthParkIE,
918     SouthParkDeIE,
919     SouthParkDkIE,
920     SouthParkEsIE,
921     SouthParkNlIE
922 )
923 from .spankbang import SpankBangIE
924 from .spankwire import SpankwireIE
925 from .spiegel import SpiegelIE, SpiegelArticleIE
926 from .spiegeltv import SpiegeltvIE
927 from .spike import SpikeIE
928 from .stitcher import StitcherIE
929 from .sport5 import Sport5IE
930 from .sportbox import SportBoxEmbedIE
931 from .sportdeutschland import SportDeutschlandIE
932 from .sportschau import SportschauIE
933 from .sprout import SproutIE
934 from .srgssr import (
935     SRGSSRIE,
936     SRGSSRPlayIE,
937 )
938 from .srmediathek import SRMediathekIE
939 from .stanfordoc import StanfordOpenClassroomIE
940 from .steam import SteamIE
941 from .streamable import StreamableIE
942 from .streamango import StreamangoIE
943 from .streamcloud import StreamcloudIE
944 from .streamcz import StreamCZIE
945 from .streetvoice import StreetVoiceIE
946 from .sunporno import SunPornoIE
947 from .svt import (
948     SVTIE,
949     SVTPlayIE,
950 )
951 from .swrmediathek import SWRMediathekIE
952 from .syfy import SyfyIE
953 from .sztvhu import SztvHuIE
954 from .tagesschau import (
955     TagesschauPlayerIE,
956     TagesschauIE,
957 )
958 from .tass import TassIE
959 from .tbs import TBSIE
960 from .tdslifeway import TDSLifewayIE
961 from .teachertube import (
962     TeacherTubeIE,
963     TeacherTubeUserIE,
964 )
965 from .teachingchannel import TeachingChannelIE
966 from .teamcoco import TeamcocoIE
967 from .teamfourstar import TeamFourStarIE
968 from .techtalks import TechTalksIE
969 from .ted import TEDIE
970 from .tele13 import Tele13IE
971 from .telebruxelles import TeleBruxellesIE
972 from .telecinco import TelecincoIE
973 from .telegraaf import TelegraafIE
974 from .telemb import TeleMBIE
975 from .telequebec import TeleQuebecIE
976 from .teletask import TeleTaskIE
977 from .telewebion import TelewebionIE
978 from .testurl import TestURLIE
979 from .tf1 import TF1IE
980 from .tfo import TFOIE
981 from .theintercept import TheInterceptIE
982 from .theplatform import (
983     ThePlatformIE,
984     ThePlatformFeedIE,
985 )
986 from .thescene import TheSceneIE
987 from .thesixtyone import TheSixtyOneIE
988 from .thestar import TheStarIE
989 from .thesun import TheSunIE
990 from .theweatherchannel import TheWeatherChannelIE
991 from .thisamericanlife import ThisAmericanLifeIE
992 from .thisav import ThisAVIE
993 from .thisoldhouse import ThisOldHouseIE
994 from .threeqsdn import ThreeQSDNIE
995 from .tinypic import TinyPicIE
996 from .tmz import (
997     TMZIE,
998     TMZArticleIE,
999 )
1000 from .tnaflix import (
1001     TNAFlixNetworkEmbedIE,
1002     TNAFlixIE,
1003     EMPFlixIE,
1004     MovieFapIE,
1005 )
1006 from .toggle import ToggleIE
1007 from .tonline import TOnlineIE
1008 from .toongoggles import ToonGogglesIE
1009 from .toutv import TouTvIE
1010 from .toypics import ToypicsUserIE, ToypicsIE
1011 from .traileraddict import TrailerAddictIE
1012 from .trilulilu import TriluliluIE
1013 from .trutv import TruTVIE
1014 from .tube8 import Tube8IE
1015 from .tubitv import TubiTvIE
1016 from .tudou import (
1017     TudouIE,
1018     TudouPlaylistIE,
1019     TudouAlbumIE,
1020 )
1021 from .tumblr import TumblrIE
1022 from .tunein import (
1023     TuneInClipIE,
1024     TuneInStationIE,
1025     TuneInProgramIE,
1026     TuneInTopicIE,
1027     TuneInShortenerIE,
1028 )
1029 from .tunepk import TunePkIE
1030 from .turbo import TurboIE
1031 from .tutv import TutvIE
1032 from .tv2 import (
1033     TV2IE,
1034     TV2ArticleIE,
1035 )
1036 from .tv2hu import TV2HuIE
1037 from .tv3 import TV3IE
1038 from .tv4 import TV4IE
1039 from .tv5mondeplus import TV5MondePlusIE
1040 from .tva import TVAIE
1041 from .tvanouvelles import (
1042     TVANouvellesIE,
1043     TVANouvellesArticleIE,
1044 )
1045 from .tvc import (
1046     TVCIE,
1047     TVCArticleIE,
1048 )
1049 from .tvigle import TvigleIE
1050 from .tvland import TVLandIE
1051 from .tvn24 import TVN24IE
1052 from .tvnoe import TVNoeIE
1053 from .tvp import (
1054     TVPEmbedIE,
1055     TVPIE,
1056     TVPSeriesIE,
1057 )
1058 from .tvplay import (
1059     TVPlayIE,
1060     ViafreeIE,
1061 )
1062 from .tvplayer import TVPlayerIE
1063 from .tweakers import TweakersIE
1064 from .twentyfourvideo import TwentyFourVideoIE
1065 from .twentymin import TwentyMinutenIE
1066 from .twentytwotracks import (
1067     TwentyTwoTracksIE,
1068     TwentyTwoTracksGenreIE
1069 )
1070 from .twitch import (
1071     TwitchVideoIE,
1072     TwitchChapterIE,
1073     TwitchVodIE,
1074     TwitchProfileIE,
1075     TwitchAllVideosIE,
1076     TwitchUploadsIE,
1077     TwitchPastBroadcastsIE,
1078     TwitchHighlightsIE,
1079     TwitchStreamIE,
1080     TwitchClipsIE,
1081 )
1082 from .twitter import (
1083     TwitterCardIE,
1084     TwitterIE,
1085     TwitterAmplifyIE,
1086 )
1087 from .udemy import (
1088     UdemyIE,
1089     UdemyCourseIE
1090 )
1091 from .udn import UDNEmbedIE
1092 from .uktvplay import UKTVPlayIE
1093 from .digiteka import DigitekaIE
1094 from .unistra import UnistraIE
1095 from .uol import UOLIE
1096 from .uplynk import (
1097     UplynkIE,
1098     UplynkPreplayIE,
1099 )
1100 from .urort import UrortIE
1101 from .urplay import URPlayIE
1102 from .usanetwork import USANetworkIE
1103 from .usatoday import USATodayIE
1104 from .ustream import UstreamIE, UstreamChannelIE
1105 from .ustudio import (
1106     UstudioIE,
1107     UstudioEmbedIE,
1108 )
1109 from .varzesh3 import Varzesh3IE
1110 from .vbox7 import Vbox7IE
1111 from .veehd import VeeHDIE
1112 from .veoh import VeohIE
1113 from .vessel import VesselIE
1114 from .vesti import VestiIE
1115 from .vevo import (
1116     VevoIE,
1117     VevoPlaylistIE,
1118 )
1119 from .vgtv import (
1120     BTArticleIE,
1121     BTVestlendingenIE,
1122     VGTVIE,
1123 )
1124 from .vh1 import VH1IE
1125 from .vice import (
1126     ViceIE,
1127     ViceShowIE,
1128 )
1129 from .viceland import VicelandIE
1130 from .vidbit import VidbitIE
1131 from .viddler import ViddlerIE
1132 from .videa import VideaIE
1133 from .videodetective import VideoDetectiveIE
1134 from .videofyme import VideofyMeIE
1135 from .videomega import VideoMegaIE
1136 from .videomore import (
1137     VideomoreIE,
1138     VideomoreVideoIE,
1139     VideomoreSeasonIE,
1140 )
1141 from .videopremium import VideoPremiumIE
1142 from .videopress import VideoPressIE
1143 from .vidio import VidioIE
1144 from .vidme import (
1145     VidmeIE,
1146     VidmeUserIE,
1147     VidmeUserLikesIE,
1148 )
1149 from .vidzi import VidziIE
1150 from .vier import VierIE, VierVideosIE
1151 from .viewlift import (
1152     ViewLiftIE,
1153     ViewLiftEmbedIE,
1154 )
1155 from .viewster import ViewsterIE
1156 from .viidea import ViideaIE
1157 from .vimeo import (
1158     VimeoIE,
1159     VimeoAlbumIE,
1160     VimeoChannelIE,
1161     VimeoGroupsIE,
1162     VimeoLikesIE,
1163     VimeoOndemandIE,
1164     VimeoReviewIE,
1165     VimeoUserIE,
1166     VimeoWatchLaterIE,
1167 )
1168 from .vimple import VimpleIE
1169 from .vine import (
1170     VineIE,
1171     VineUserIE,
1172 )
1173 from .viki import (
1174     VikiIE,
1175     VikiChannelIE,
1176 )
1177 from .viu import (
1178     ViuIE,
1179     ViuPlaylistIE,
1180     ViuOTTIE,
1181 )
1182 from .vk import (
1183     VKIE,
1184     VKUserVideosIE,
1185     VKWallPostIE,
1186 )
1187 from .vlive import (
1188     VLiveIE,
1189     VLiveChannelIE
1190 )
1191 from .vodlocker import VodlockerIE
1192 from .vodpl import VODPlIE
1193 from .vodplatform import VODPlatformIE
1194 from .voicerepublic import VoiceRepublicIE
1195 from .voxmedia import VoxMediaIE
1196 from .vporn import VpornIE
1197 from .vrt import VRTIE
1198 from .vrak import VrakIE
1199 from .vrv import (
1200     VRVIE,
1201     VRVSeriesIE,
1202 )
1203 from .vshare import VShareIE
1204 from .medialaan import MedialaanIE
1205 from .vube import VubeIE
1206 from .vuclip import VuClipIE
1207 from .vvvvid import VVVVIDIE
1208 from .vyborymos import VyboryMosIE
1209 from .vzaar import VzaarIE
1210 from .walla import WallaIE
1211 from .washingtonpost import (
1212     WashingtonPostIE,
1213     WashingtonPostArticleIE,
1214 )
1215 from .wat import WatIE
1216 from .watchindianporn import WatchIndianPornIE
1217 from .wdr import (
1218     WDRIE,
1219     WDRMobileIE,
1220 )
1221 from .webcaster import (
1222     WebcasterIE,
1223     WebcasterFeedIE,
1224 )
1225 from .webofstories import (
1226     WebOfStoriesIE,
1227     WebOfStoriesPlaylistIE,
1228 )
1229 from .weiqitv import WeiqiTVIE
1230 from .wimp import WimpIE
1231 from .wistia import WistiaIE
1232 from .worldstarhiphop import WorldStarHipHopIE
1233 from .wrzuta import (
1234     WrzutaIE,
1235     WrzutaPlaylistIE,
1236 )
1237 from .wsj import (
1238     WSJIE,
1239     WSJArticleIE,
1240 )
1241 from .xbef import XBefIE
1242 from .xboxclips import XboxClipsIE
1243 from .xfileshare import XFileShareIE
1244 from .xhamster import (
1245     XHamsterIE,
1246     XHamsterEmbedIE,
1247 )
1248 from .xiami import (
1249     XiamiSongIE,
1250     XiamiAlbumIE,
1251     XiamiArtistIE,
1252     XiamiCollectionIE
1253 )
1254 from .xminus import XMinusIE
1255 from .xnxx import XNXXIE
1256 from .xstream import XstreamIE
1257 from .xtube import XTubeUserIE, XTubeIE
1258 from .xuite import XuiteIE
1259 from .xvideos import XVideosIE
1260 from .xxxymovies import XXXYMoviesIE
1261 from .yahoo import (
1262     YahooIE,
1263     YahooSearchIE,
1264 )
1265 from .yam import YamIE
1266 from .yandexmusic import (
1267     YandexMusicTrackIE,
1268     YandexMusicAlbumIE,
1269     YandexMusicPlaylistIE,
1270 )
1271 from .yesjapan import YesJapanIE
1272 from .yinyuetai import YinYueTaiIE
1273 from .ynet import YnetIE
1274 from .youjizz import YouJizzIE
1275 from .youku import (
1276     YoukuIE,
1277     YoukuShowIE,
1278 )
1279 from .youporn import YouPornIE
1280 from .yourupload import YourUploadIE
1281 from .youtube import (
1282     YoutubeIE,
1283     YoutubeChannelIE,
1284     YoutubeFavouritesIE,
1285     YoutubeHistoryIE,
1286     YoutubeLiveIE,
1287     YoutubePlaylistIE,
1288     YoutubePlaylistsIE,
1289     YoutubeRecommendedIE,
1290     YoutubeSearchDateIE,
1291     YoutubeSearchIE,
1292     YoutubeSearchURLIE,
1293     YoutubeSharedVideoIE,
1294     YoutubeShowIE,
1295     YoutubeSubscriptionsIE,
1296     YoutubeTruncatedIDIE,
1297     YoutubeTruncatedURLIE,
1298     YoutubeUserIE,
1299     YoutubeWatchLaterIE,
1300 )
1301 from .zapiks import ZapiksIE
1302 from .zdf import ZDFIE, ZDFChannelIE
1303 from .zingmp3 import ZingMp3IE