[bbccouk] Add support for playlists (Closes #9812)
[youtube-dl] / youtube_dl / extractor / extractors.py
1 # flake8: noqa
2 from __future__ import unicode_literals
3
4 from .abc import ABCIE
5 from .abc7news import Abc7NewsIE
6 from .abcnews import (
7     AbcNewsIE,
8     AbcNewsVideoIE,
9 )
10 from .academicearth import AcademicEarthCourseIE
11 from .acast import (
12     ACastIE,
13     ACastChannelIE,
14 )
15 from .addanime import AddAnimeIE
16 from .adobetv import (
17     AdobeTVIE,
18     AdobeTVShowIE,
19     AdobeTVChannelIE,
20     AdobeTVVideoIE,
21 )
22 from .adultswim import AdultSwimIE
23 from .aenetworks import AENetworksIE
24 from .afreecatv import AfreecaTVIE
25 from .aftonbladet import AftonbladetIE
26 from .airmozilla import AirMozillaIE
27 from .aljazeera import AlJazeeraIE
28 from .alphaporno import AlphaPornoIE
29 from .animeondemand import AnimeOnDemandIE
30 from .anitube import AnitubeIE
31 from .anysex import AnySexIE
32 from .aol import (
33     AolIE,
34     AolFeaturesIE,
35 )
36 from .allocine import AllocineIE
37 from .aparat import AparatIE
38 from .appleconnect import AppleConnectIE
39 from .appletrailers import (
40     AppleTrailersIE,
41     AppleTrailersSectionIE,
42 )
43 from .archiveorg import ArchiveOrgIE
44 from .ard import (
45     ARDIE,
46     ARDMediathekIE,
47     SportschauIE,
48 )
49 from .arte import (
50     ArteTvIE,
51     ArteTVPlus7IE,
52     ArteTVCreativeIE,
53     ArteTVConcertIE,
54     ArteTVInfoIE,
55     ArteTVFutureIE,
56     ArteTVCinemaIE,
57     ArteTVDDCIE,
58     ArteTVMagazineIE,
59     ArteTVEmbedIE,
60     ArteTVPlaylistIE,
61 )
62 from .atresplayer import AtresPlayerIE
63 from .atttechchannel import ATTTechChannelIE
64 from .audimedia import AudiMediaIE
65 from .audioboom import AudioBoomIE
66 from .audiomack import AudiomackIE, AudiomackAlbumIE
67 from .azubu import AzubuIE, AzubuLiveIE
68 from .baidu import BaiduVideoIE
69 from .bambuser import BambuserIE, BambuserChannelIE
70 from .bandcamp import BandcampIE, BandcampAlbumIE
71 from .bbc import (
72     BBCCoUkIE,
73     BBCCoUkArticleIE,
74     BBCCoUkIPlayerPlaylistIE,
75     BBCCoUkPlaylistIE,
76     BBCIE,
77 )
78 from .beeg import BeegIE
79 from .behindkink import BehindKinkIE
80 from .beatportpro import BeatportProIE
81 from .bet import BetIE
82 from .bigflix import BigflixIE
83 from .bild import BildIE
84 from .bilibili import BiliBiliIE
85 from .biobiochiletv import BioBioChileTVIE
86 from .biqle import BIQLEIE
87 from .bleacherreport import (
88     BleacherReportIE,
89     BleacherReportCMSIE,
90 )
91 from .blinkx import BlinkxIE
92 from .bloomberg import BloombergIE
93 from .bokecc import BokeCCIE
94 from .bpb import BpbIE
95 from .br import BRIE
96 from .bravotv import BravoTVIE
97 from .breakcom import BreakIE
98 from .brightcove import (
99     BrightcoveLegacyIE,
100     BrightcoveNewIE,
101 )
102 from .buzzfeed import BuzzFeedIE
103 from .byutv import BYUtvIE
104 from .c56 import C56IE
105 from .camdemy import (
106     CamdemyIE,
107     CamdemyFolderIE
108 )
109 from .camwithher import CamWithHerIE
110 from .canalplus import CanalplusIE
111 from .canalc2 import Canalc2IE
112 from .canvas import CanvasIE
113 from .cbc import (
114     CBCIE,
115     CBCPlayerIE,
116 )
117 from .cbs import CBSIE
118 from .cbslocal import CBSLocalIE
119 from .cbsinteractive import CBSInteractiveIE
120 from .cbsnews import (
121     CBSNewsIE,
122     CBSNewsLiveVideoIE,
123 )
124 from .cbssports import CBSSportsIE
125 from .ccc import CCCIE
126 from .cda import CDAIE
127 from .ceskatelevize import CeskaTelevizeIE
128 from .channel9 import Channel9IE
129 from .chaturbate import ChaturbateIE
130 from .chilloutzone import ChilloutzoneIE
131 from .chirbit import (
132     ChirbitIE,
133     ChirbitProfileIE,
134 )
135 from .cinchcast import CinchcastIE
136 from .cliprs import ClipRsIE
137 from .clipfish import ClipfishIE
138 from .cliphunter import CliphunterIE
139 from .clipsyndicate import ClipsyndicateIE
140 from .cloudy import CloudyIE
141 from .clubic import ClubicIE
142 from .clyp import ClypIE
143 from .cmt import CMTIE
144 from .cnbc import CNBCIE
145 from .cnn import (
146     CNNIE,
147     CNNBlogsIE,
148     CNNArticleIE,
149 )
150 from .coub import CoubIE
151 from .collegerama import CollegeRamaIE
152 from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
153 from .comcarcoff import ComCarCoffIE
154 from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
155 from .commonprotocols import RtmpIE
156 from .condenast import CondeNastIE
157 from .cracked import CrackedIE
158 from .crackle import CrackleIE
159 from .criterion import CriterionIE
160 from .crooksandliars import CrooksAndLiarsIE
161 from .crunchyroll import (
162     CrunchyrollIE,
163     CrunchyrollShowPlaylistIE
164 )
165 from .cspan import CSpanIE
166 from .ctsnews import CtsNewsIE
167 from .cultureunplugged import CultureUnpluggedIE
168 from .cwtv import CWTVIE
169 from .dailymail import DailyMailIE
170 from .dailymotion import (
171     DailymotionIE,
172     DailymotionPlaylistIE,
173     DailymotionUserIE,
174     DailymotionCloudIE,
175 )
176 from .daum import (
177     DaumIE,
178     DaumClipIE,
179     DaumPlaylistIE,
180     DaumUserIE,
181 )
182 from .dbtv import DBTVIE
183 from .dcn import (
184     DCNIE,
185     DCNVideoIE,
186     DCNLiveIE,
187     DCNSeasonIE,
188 )
189 from .dctp import DctpTvIE
190 from .deezer import DeezerPlaylistIE
191 from .democracynow import DemocracynowIE
192 from .dfb import DFBIE
193 from .dhm import DHMIE
194 from .dotsub import DotsubIE
195 from .douyutv import DouyuTVIE
196 from .dplay import DPlayIE
197 from .dramafever import (
198     DramaFeverIE,
199     DramaFeverSeriesIE,
200 )
201 from .dreisat import DreiSatIE
202 from .drbonanza import DRBonanzaIE
203 from .drtuber import DrTuberIE
204 from .drtv import DRTVIE
205 from .dvtv import DVTVIE
206 from .dumpert import DumpertIE
207 from .defense import DefenseGouvFrIE
208 from .discovery import DiscoveryIE
209 from .dispeak import DigitallySpeakingIE
210 from .dropbox import DropboxIE
211 from .dw import (
212     DWIE,
213     DWArticleIE,
214 )
215 from .eagleplatform import EaglePlatformIE
216 from .ebaumsworld import EbaumsWorldIE
217 from .echomsk import EchoMskIE
218 from .ehow import EHowIE
219 from .eighttracks import EightTracksIE
220 from .einthusan import EinthusanIE
221 from .eitb import EitbIE
222 from .ellentv import (
223     EllenTVIE,
224     EllenTVClipsIE,
225 )
226 from .elpais import ElPaisIE
227 from .embedly import EmbedlyIE
228 from .engadget import EngadgetIE
229 from .eporner import EpornerIE
230 from .eroprofile import EroProfileIE
231 from .escapist import EscapistIE
232 from .espn import ESPNIE
233 from .esri import EsriVideoIE
234 from .europa import EuropaIE
235 from .everyonesmixtape import EveryonesMixtapeIE
236 from .exfm import ExfmIE
237 from .expotv import ExpoTVIE
238 from .extremetube import ExtremeTubeIE
239 from .eyedotv import EyedoTVIE
240 from .facebook import FacebookIE
241 from .faz import FazIE
242 from .fc2 import FC2IE
243 from .fczenit import FczenitIE
244 from .firstpost import FirstpostIE
245 from .firsttv import FirstTVIE
246 from .fivemin import FiveMinIE
247 from .fivetv import FiveTVIE
248 from .fktv import FKTVIE
249 from .flickr import FlickrIE
250 from .folketinget import FolketingetIE
251 from .footyroom import FootyRoomIE
252 from .formula1 import Formula1IE
253 from .fourtube import FourTubeIE
254 from .fox import FOXIE
255 from .foxgay import FoxgayIE
256 from .foxnews import FoxNewsIE
257 from .foxsports import FoxSportsIE
258 from .franceculture import (
259     FranceCultureIE,
260     FranceCultureEmissionIE,
261 )
262 from .franceinter import FranceInterIE
263 from .francetv import (
264     PluzzIE,
265     FranceTvInfoIE,
266     FranceTVIE,
267     GenerationQuoiIE,
268     CultureboxIE,
269 )
270 from .freesound import FreesoundIE
271 from .freespeech import FreespeechIE
272 from .freevideo import FreeVideoIE
273 from .funimation import FunimationIE
274 from .funnyordie import FunnyOrDieIE
275 from .gameinformer import GameInformerIE
276 from .gamekings import GamekingsIE
277 from .gameone import (
278     GameOneIE,
279     GameOnePlaylistIE,
280 )
281 from .gamersyde import GamersydeIE
282 from .gamespot import GameSpotIE
283 from .gamestar import GameStarIE
284 from .gametrailers import GametrailersIE
285 from .gazeta import GazetaIE
286 from .gdcvault import GDCVaultIE
287 from .generic import GenericIE
288 from .gfycat import GfycatIE
289 from .giantbomb import GiantBombIE
290 from .giga import GigaIE
291 from .glide import GlideIE
292 from .globo import (
293     GloboIE,
294     GloboArticleIE,
295 )
296 from .godtube import GodTubeIE
297 from .godtv import GodTVIE
298 from .goldenmoustache import GoldenMoustacheIE
299 from .golem import GolemIE
300 from .googledrive import GoogleDriveIE
301 from .googleplus import GooglePlusIE
302 from .googlesearch import GoogleSearchIE
303 from .goshgay import GoshgayIE
304 from .gputechconf import GPUTechConfIE
305 from .groupon import GrouponIE
306 from .hark import HarkIE
307 from .hbo import HBOIE
308 from .hearthisat import HearThisAtIE
309 from .heise import HeiseIE
310 from .hellporno import HellPornoIE
311 from .helsinki import HelsinkiIE
312 from .hentaistigma import HentaiStigmaIE
313 from .historicfilms import HistoricFilmsIE
314 from .hitbox import HitboxIE, HitboxLiveIE
315 from .hornbunny import HornBunnyIE
316 from .hotnewhiphop import HotNewHipHopIE
317 from .hotstar import HotStarIE
318 from .howcast import HowcastIE
319 from .howstuffworks import HowStuffWorksIE
320 from .huffpost import HuffPostIE
321 from .hypem import HypemIE
322 from .iconosquare import IconosquareIE
323 from .ign import (
324     IGNIE,
325     OneUPIE,
326     PCMagIE,
327 )
328 from .imdb import (
329     ImdbIE,
330     ImdbListIE
331 )
332 from .imgur import (
333     ImgurIE,
334     ImgurAlbumIE,
335 )
336 from .ina import InaIE
337 from .indavideo import (
338     IndavideoIE,
339     IndavideoEmbedIE,
340 )
341 from .infoq import InfoQIE
342 from .instagram import InstagramIE, InstagramUserIE
343 from .internetvideoarchive import InternetVideoArchiveIE
344 from .iprima import IPrimaIE
345 from .iqiyi import IqiyiIE
346 from .ir90tv import Ir90TvIE
347 from .ivi import (
348     IviIE,
349     IviCompilationIE
350 )
351 from .ivideon import IvideonIE
352 from .izlesene import IzleseneIE
353 from .jeuxvideo import JeuxVideoIE
354 from .jove import JoveIE
355 from .jwplatform import JWPlatformIE
356 from .jpopsukitv import JpopsukiIE
357 from .kaltura import KalturaIE
358 from .kanalplay import KanalPlayIE
359 from .kankan import KankanIE
360 from .karaoketv import KaraoketvIE
361 from .karrierevideos import KarriereVideosIE
362 from .keezmovies import KeezMoviesIE
363 from .khanacademy import KhanAcademyIE
364 from .kickstarter import KickStarterIE
365 from .keek import KeekIE
366 from .konserthusetplay import KonserthusetPlayIE
367 from .kontrtube import KontrTubeIE
368 from .krasview import KrasViewIE
369 from .ku6 import Ku6IE
370 from .kusi import KUSIIE
371 from .kuwo import (
372     KuwoIE,
373     KuwoAlbumIE,
374     KuwoChartIE,
375     KuwoSingerIE,
376     KuwoCategoryIE,
377     KuwoMvIE,
378 )
379 from .la7 import LA7IE
380 from .laola1tv import Laola1TvIE
381 from .learnr import LearnrIE
382 from .lecture2go import Lecture2GoIE
383 from .lemonde import LemondeIE
384 from .leeco import (
385     LeIE,
386     LePlaylistIE,
387     LetvCloudIE,
388 )
389 from .libraryofcongress import LibraryOfCongressIE
390 from .libsyn import LibsynIE
391 from .lifenews import (
392     LifeNewsIE,
393     LifeEmbedIE,
394 )
395 from .limelight import (
396     LimelightMediaIE,
397     LimelightChannelIE,
398     LimelightChannelListIE,
399 )
400 from .litv import LiTVIE
401 from .liveleak import LiveLeakIE
402 from .livestream import (
403     LivestreamIE,
404     LivestreamOriginalIE,
405     LivestreamShortenerIE,
406 )
407 from .lnkgo import LnkGoIE
408 from .localnews8 import LocalNews8IE
409 from .lovehomeporn import LoveHomePornIE
410 from .lrt import LRTIE
411 from .lynda import (
412     LyndaIE,
413     LyndaCourseIE
414 )
415 from .m6 import M6IE
416 from .macgamestore import MacGameStoreIE
417 from .mailru import MailRuIE
418 from .makerschannel import MakersChannelIE
419 from .makertv import MakerTVIE
420 from .matchtv import MatchTVIE
421 from .mdr import MDRIE
422 from .metacafe import MetacafeIE
423 from .metacritic import MetacriticIE
424 from .mgoon import MgoonIE
425 from .mgtv import MGTVIE
426 from .microsoftvirtualacademy import (
427     MicrosoftVirtualAcademyIE,
428     MicrosoftVirtualAcademyCourseIE,
429 )
430 from .minhateca import MinhatecaIE
431 from .ministrygrid import MinistryGridIE
432 from .minoto import MinotoIE
433 from .miomio import MioMioIE
434 from .mit import TechTVMITIE, MITIE, OCWMITIE
435 from .mitele import MiTeleIE
436 from .mixcloud import (
437     MixcloudIE,
438     MixcloudUserIE,
439     MixcloudPlaylistIE,
440     MixcloudStreamIE,
441 )
442 from .mlb import MLBIE
443 from .mnet import MnetIE
444 from .mpora import MporaIE
445 from .moevideo import MoeVideoIE
446 from .mofosex import MofosexIE
447 from .mojvideo import MojvideoIE
448 from .moniker import MonikerIE
449 from .morningstar import MorningstarIE
450 from .motherless import MotherlessIE
451 from .motorsport import MotorsportIE
452 from .movieclips import MovieClipsIE
453 from .moviezine import MoviezineIE
454 from .mtv import (
455     MTVIE,
456     MTVServicesEmbeddedIE,
457     MTVIggyIE,
458     MTVDEIE,
459 )
460 from .muenchentv import MuenchenTVIE
461 from .musicplayon import MusicPlayOnIE
462 from .mwave import MwaveIE, MwaveMeetGreetIE
463 from .myspace import MySpaceIE, MySpaceAlbumIE
464 from .myspass import MySpassIE
465 from .myvi import MyviIE
466 from .myvideo import MyVideoIE
467 from .myvidster import MyVidsterIE
468 from .nationalgeographic import (
469     NationalGeographicIE,
470     NationalGeographicChannelIE,
471 )
472 from .naver import NaverIE
473 from .nba import NBAIE
474 from .nbc import (
475     CSNNEIE,
476     NBCIE,
477     NBCNewsIE,
478     NBCSportsIE,
479     NBCSportsVPlayerIE,
480     MSNBCIE,
481 )
482 from .ndr import (
483     NDRIE,
484     NJoyIE,
485     NDREmbedBaseIE,
486     NDREmbedIE,
487     NJoyEmbedIE,
488 )
489 from .ndtv import NDTVIE
490 from .netzkino import NetzkinoIE
491 from .nerdcubed import NerdCubedFeedIE
492 from .neteasemusic import (
493     NetEaseMusicIE,
494     NetEaseMusicAlbumIE,
495     NetEaseMusicSingerIE,
496     NetEaseMusicListIE,
497     NetEaseMusicMvIE,
498     NetEaseMusicProgramIE,
499     NetEaseMusicDjRadioIE,
500 )
501 from .newgrounds import NewgroundsIE
502 from .newstube import NewstubeIE
503 from .nextmedia import (
504     NextMediaIE,
505     NextMediaActionNewsIE,
506     AppleDailyIE,
507 )
508 from .nextmovie import NextMovieIE
509 from .nfb import NFBIE
510 from .nfl import NFLIE
511 from .nhl import (
512     NHLVideocenterIE,
513     NHLNewsIE,
514     NHLVideocenterCategoryIE,
515     NHLIE,
516 )
517 from .nick import NickIE
518 from .niconico import NiconicoIE, NiconicoPlaylistIE
519 from .ninegag import NineGagIE
520 from .noco import NocoIE
521 from .normalboots import NormalbootsIE
522 from .nosvideo import NosVideoIE
523 from .nova import NovaIE
524 from .novamov import (
525     AuroraVidIE,
526     CloudTimeIE,
527     NowVideoIE,
528     VideoWeedIE,
529     WholeCloudIE,
530 )
531 from .nowness import (
532     NownessIE,
533     NownessPlaylistIE,
534     NownessSeriesIE,
535 )
536 from .nowtv import (
537     NowTVIE,
538     NowTVListIE,
539 )
540 from .noz import NozIE
541 from .npo import (
542     NPOIE,
543     NPOLiveIE,
544     NPORadioIE,
545     NPORadioFragmentIE,
546     SchoolTVIE,
547     VPROIE,
548     WNLIE
549 )
550 from .npr import NprIE
551 from .nrk import (
552     NRKIE,
553     NRKPlaylistIE,
554     NRKSkoleIE,
555     NRKTVIE,
556 )
557 from .ntvde import NTVDeIE
558 from .ntvru import NTVRuIE
559 from .nytimes import (
560     NYTimesIE,
561     NYTimesArticleIE,
562 )
563 from .nuvid import NuvidIE
564 from .odnoklassniki import OdnoklassnikiIE
565 from .oktoberfesttv import OktoberfestTVIE
566 from .onionstudios import OnionStudiosIE
567 from .ooyala import (
568     OoyalaIE,
569     OoyalaExternalIE,
570 )
571 from .openload import OpenloadIE
572 from .ora import OraTVIE
573 from .orf import (
574     ORFTVthekIE,
575     ORFOE1IE,
576     ORFFM4IE,
577     ORFIPTVIE,
578 )
579 from .pandoratv import PandoraTVIE
580 from .parliamentliveuk import ParliamentLiveUKIE
581 from .patreon import PatreonIE
582 from .pbs import PBSIE
583 from .people import PeopleIE
584 from .periscope import (
585     PeriscopeIE,
586     PeriscopeUserIE,
587 )
588 from .philharmoniedeparis import PhilharmonieDeParisIE
589 from .phoenix import PhoenixIE
590 from .photobucket import PhotobucketIE
591 from .pinkbike import PinkbikeIE
592 from .pladform import PladformIE
593 from .played import PlayedIE
594 from .playfm import PlayFMIE
595 from .plays import PlaysTVIE
596 from .playtvak import PlaytvakIE
597 from .playvid import PlayvidIE
598 from .playwire import PlaywireIE
599 from .pluralsight import (
600     PluralsightIE,
601     PluralsightCourseIE,
602 )
603 from .podomatic import PodomaticIE
604 from .porn91 import Porn91IE
605 from .pornhd import PornHdIE
606 from .pornhub import (
607     PornHubIE,
608     PornHubPlaylistIE,
609     PornHubUserVideosIE,
610 )
611 from .pornotube import PornotubeIE
612 from .pornovoisines import PornoVoisinesIE
613 from .pornoxo import PornoXOIE
614 from .presstv import PressTVIE
615 from .primesharetv import PrimeShareTVIE
616 from .promptfile import PromptFileIE
617 from .prosiebensat1 import ProSiebenSat1IE
618 from .puls4 import Puls4IE
619 from .pyvideo import PyvideoIE
620 from .qqmusic import (
621     QQMusicIE,
622     QQMusicSingerIE,
623     QQMusicAlbumIE,
624     QQMusicToplistIE,
625     QQMusicPlaylistIE,
626 )
627 from .r7 import R7IE
628 from .radiocanada import (
629     RadioCanadaIE,
630     RadioCanadaAudioVideoIE,
631 )
632 from .radiode import RadioDeIE
633 from .radiojavan import RadioJavanIE
634 from .radiobremen import RadioBremenIE
635 from .radiofrance import RadioFranceIE
636 from .rai import (
637     RaiTVIE,
638     RaiIE,
639 )
640 from .rbmaradio import RBMARadioIE
641 from .rds import RDSIE
642 from .redtube import RedTubeIE
643 from .regiotv import RegioTVIE
644 from .restudy import RestudyIE
645 from .reuters import ReutersIE
646 from .reverbnation import ReverbNationIE
647 from .revision3 import (
648     Revision3EmbedIE,
649     Revision3IE,
650 )
651 from .rice import RICEIE
652 from .ringtv import RingTVIE
653 from .ro220 import Ro220IE
654 from .rockstargames import RockstarGamesIE
655 from .rottentomatoes import RottenTomatoesIE
656 from .roxwel import RoxwelIE
657 from .rtbf import RTBFIE
658 from .rte import RteIE, RteRadioIE
659 from .rtlnl import RtlNlIE
660 from .rtl2 import RTL2IE
661 from .rtp import RTPIE
662 from .rts import RTSIE
663 from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
664 from .rtvnh import RTVNHIE
665 from .ruhd import RUHDIE
666 from .ruleporn import RulePornIE
667 from .rutube import (
668     RutubeIE,
669     RutubeChannelIE,
670     RutubeEmbedIE,
671     RutubeMovieIE,
672     RutubePersonIE,
673 )
674 from .rutv import RUTVIE
675 from .ruutu import RuutuIE
676 from .sandia import SandiaIE
677 from .safari import (
678     SafariIE,
679     SafariApiIE,
680     SafariCourseIE,
681 )
682 from .sapo import SapoIE
683 from .savefrom import SaveFromIE
684 from .sbs import SBSIE
685 from .scivee import SciVeeIE
686 from .screencast import ScreencastIE
687 from .screencastomatic import ScreencastOMaticIE
688 from .screenjunkies import ScreenJunkiesIE
689 from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
690 from .seeker import SeekerIE
691 from .senateisvp import SenateISVPIE
692 from .sendtonews import SendtoNewsIE
693 from .servingsys import ServingSysIE
694 from .sexu import SexuIE
695 from .shahid import ShahidIE
696 from .shared import SharedIE
697 from .sharesix import ShareSixIE
698 from .sina import SinaIE
699 from .skynewsarabia import (
700     SkyNewsArabiaIE,
701     SkyNewsArabiaArticleIE,
702 )
703 from .slideshare import SlideshareIE
704 from .slutload import SlutloadIE
705 from .smotri import (
706     SmotriIE,
707     SmotriCommunityIE,
708     SmotriUserIE,
709     SmotriBroadcastIE,
710 )
711 from .snotr import SnotrIE
712 from .sohu import SohuIE
713 from .soundcloud import (
714     SoundcloudIE,
715     SoundcloudSetIE,
716     SoundcloudUserIE,
717     SoundcloudPlaylistIE,
718     SoundcloudSearchIE
719 )
720 from .soundgasm import (
721     SoundgasmIE,
722     SoundgasmProfileIE
723 )
724 from .southpark import (
725     SouthParkIE,
726     SouthParkDeIE,
727     SouthParkDkIE,
728     SouthParkEsIE,
729     SouthParkNlIE
730 )
731 from .spankbang import SpankBangIE
732 from .spankwire import SpankwireIE
733 from .spiegel import SpiegelIE, SpiegelArticleIE
734 from .spiegeltv import SpiegeltvIE
735 from .spike import SpikeIE
736 from .stitcher import StitcherIE
737 from .sport5 import Sport5IE
738 from .sportbox import (
739     SportBoxIE,
740     SportBoxEmbedIE,
741 )
742 from .sportdeutschland import SportDeutschlandIE
743 from .srgssr import (
744     SRGSSRIE,
745     SRGSSRPlayIE,
746 )
747 from .srmediathek import SRMediathekIE
748 from .ssa import SSAIE
749 from .stanfordoc import StanfordOpenClassroomIE
750 from .steam import SteamIE
751 from .streamcloud import StreamcloudIE
752 from .streamcz import StreamCZIE
753 from .streetvoice import StreetVoiceIE
754 from .sunporno import SunPornoIE
755 from .svt import (
756     SVTIE,
757     SVTPlayIE,
758 )
759 from .swrmediathek import SWRMediathekIE
760 from .syfy import SyfyIE
761 from .sztvhu import SztvHuIE
762 from .tagesschau import (
763     TagesschauPlayerIE,
764     TagesschauIE,
765 )
766 from .tapely import TapelyIE
767 from .tass import TassIE
768 from .tdslifeway import TDSLifewayIE
769 from .teachertube import (
770     TeacherTubeIE,
771     TeacherTubeUserIE,
772 )
773 from .teachingchannel import TeachingChannelIE
774 from .teamcoco import TeamcocoIE
775 from .techtalks import TechTalksIE
776 from .ted import TEDIE
777 from .tele13 import Tele13IE
778 from .telebruxelles import TeleBruxellesIE
779 from .telecinco import TelecincoIE
780 from .telegraaf import TelegraafIE
781 from .telemb import TeleMBIE
782 from .teletask import TeleTaskIE
783 from .telewebion import TelewebionIE
784 from .testurl import TestURLIE
785 from .tf1 import TF1IE
786 from .theintercept import TheInterceptIE
787 from .theplatform import (
788     ThePlatformIE,
789     ThePlatformFeedIE,
790 )
791 from .thescene import TheSceneIE
792 from .thesixtyone import TheSixtyOneIE
793 from .thestar import TheStarIE
794 from .thisamericanlife import ThisAmericanLifeIE
795 from .thisav import ThisAVIE
796 from .threeqsdn import ThreeQSDNIE
797 from .tinypic import TinyPicIE
798 from .tlc import TlcDeIE
799 from .tmz import (
800     TMZIE,
801     TMZArticleIE,
802 )
803 from .tnaflix import (
804     TNAFlixNetworkEmbedIE,
805     TNAFlixIE,
806     EMPFlixIE,
807     MovieFapIE,
808 )
809 from .toggle import ToggleIE
810 from .thvideo import (
811     THVideoIE,
812     THVideoPlaylistIE
813 )
814 from .toutv import TouTvIE
815 from .toypics import ToypicsUserIE, ToypicsIE
816 from .traileraddict import TrailerAddictIE
817 from .trilulilu import TriluliluIE
818 from .trollvids import TrollvidsIE
819 from .trutube import TruTubeIE
820 from .tube8 import Tube8IE
821 from .tubitv import TubiTvIE
822 from .tudou import (
823     TudouIE,
824     TudouPlaylistIE,
825     TudouAlbumIE,
826 )
827 from .tumblr import TumblrIE
828 from .tunein import (
829     TuneInClipIE,
830     TuneInStationIE,
831     TuneInProgramIE,
832     TuneInTopicIE,
833     TuneInShortenerIE,
834 )
835 from .turbo import TurboIE
836 from .tutv import TutvIE
837 from .tv2 import (
838     TV2IE,
839     TV2ArticleIE,
840 )
841 from .tv3 import TV3IE
842 from .tv4 import TV4IE
843 from .tvc import (
844     TVCIE,
845     TVCArticleIE,
846 )
847 from .tvigle import TvigleIE
848 from .tvland import TVLandIE
849 from .tvp import (
850     TVPIE,
851     TVPSeriesIE,
852 )
853 from .tvplay import TVPlayIE
854 from .tweakers import TweakersIE
855 from .twentyfourvideo import TwentyFourVideoIE
856 from .twentymin import TwentyMinutenIE
857 from .twentytwotracks import (
858     TwentyTwoTracksIE,
859     TwentyTwoTracksGenreIE
860 )
861 from .twitch import (
862     TwitchVideoIE,
863     TwitchChapterIE,
864     TwitchVodIE,
865     TwitchProfileIE,
866     TwitchPastBroadcastsIE,
867     TwitchStreamIE,
868     TwitchClipsIE,
869 )
870 from .twitter import (
871     TwitterCardIE,
872     TwitterIE,
873     TwitterAmplifyIE,
874 )
875 from .udemy import (
876     UdemyIE,
877     UdemyCourseIE
878 )
879 from .udn import UDNEmbedIE
880 from .digiteka import DigitekaIE
881 from .unistra import UnistraIE
882 from .urort import UrortIE
883 from .usatoday import USATodayIE
884 from .ustream import UstreamIE, UstreamChannelIE
885 from .ustudio import (
886     UstudioIE,
887     UstudioEmbedIE,
888 )
889 from .varzesh3 import Varzesh3IE
890 from .vbox7 import Vbox7IE
891 from .veehd import VeeHDIE
892 from .veoh import VeohIE
893 from .vessel import VesselIE
894 from .vesti import VestiIE
895 from .vevo import (
896     VevoIE,
897     VevoPlaylistIE,
898 )
899 from .vgtv import (
900     BTArticleIE,
901     BTVestlendingenIE,
902     VGTVIE,
903 )
904 from .vh1 import VH1IE
905 from .vice import (
906     ViceIE,
907     ViceShowIE,
908 )
909 from .viddler import ViddlerIE
910 from .videodetective import VideoDetectiveIE
911 from .videofyme import VideofyMeIE
912 from .videomega import VideoMegaIE
913 from .videomore import (
914     VideomoreIE,
915     VideomoreVideoIE,
916     VideomoreSeasonIE,
917 )
918 from .videopremium import VideoPremiumIE
919 from .videott import VideoTtIE
920 from .vidio import VidioIE
921 from .vidme import (
922     VidmeIE,
923     VidmeUserIE,
924     VidmeUserLikesIE,
925 )
926 from .vidzi import VidziIE
927 from .vier import VierIE, VierVideosIE
928 from .viewlift import (
929     ViewLiftIE,
930     ViewLiftEmbedIE,
931 )
932 from .viewster import ViewsterIE
933 from .viidea import ViideaIE
934 from .vimeo import (
935     VimeoIE,
936     VimeoAlbumIE,
937     VimeoChannelIE,
938     VimeoGroupsIE,
939     VimeoLikesIE,
940     VimeoOndemandIE,
941     VimeoReviewIE,
942     VimeoUserIE,
943     VimeoWatchLaterIE,
944 )
945 from .vimple import VimpleIE
946 from .vine import (
947     VineIE,
948     VineUserIE,
949 )
950 from .viki import (
951     VikiIE,
952     VikiChannelIE,
953 )
954 from .vk import (
955     VKIE,
956     VKUserVideosIE,
957 )
958 from .vlive import VLiveIE
959 from .vodlocker import VodlockerIE
960 from .voicerepublic import VoiceRepublicIE
961 from .voxmedia import VoxMediaIE
962 from .vporn import VpornIE
963 from .vrt import VRTIE
964 from .vube import VubeIE
965 from .vuclip import VuClipIE
966 from .walla import WallaIE
967 from .washingtonpost import (
968     WashingtonPostIE,
969     WashingtonPostArticleIE,
970 )
971 from .wat import WatIE
972 from .watchindianporn import WatchIndianPornIE
973 from .wdr import (
974     WDRIE,
975     WDRMobileIE,
976 )
977 from .webofstories import (
978     WebOfStoriesIE,
979     WebOfStoriesPlaylistIE,
980 )
981 from .weiqitv import WeiqiTVIE
982 from .wimp import WimpIE
983 from .wistia import WistiaIE
984 from .worldstarhiphop import WorldStarHipHopIE
985 from .wrzuta import (
986     WrzutaIE,
987     WrzutaPlaylistIE,
988 )
989 from .wsj import WSJIE
990 from .xbef import XBefIE
991 from .xboxclips import XboxClipsIE
992 from .xfileshare import XFileShareIE
993 from .xhamster import (
994     XHamsterIE,
995     XHamsterEmbedIE,
996 )
997 from .xiami import (
998     XiamiSongIE,
999     XiamiAlbumIE,
1000     XiamiArtistIE,
1001     XiamiCollectionIE
1002 )
1003 from .xminus import XMinusIE
1004 from .xnxx import XNXXIE
1005 from .xstream import XstreamIE
1006 from .xtube import XTubeUserIE, XTubeIE
1007 from .xuite import XuiteIE
1008 from .xvideos import XVideosIE
1009 from .xxxymovies import XXXYMoviesIE
1010 from .yahoo import (
1011     YahooIE,
1012     YahooSearchIE,
1013 )
1014 from .yam import YamIE
1015 from .yandexmusic import (
1016     YandexMusicTrackIE,
1017     YandexMusicAlbumIE,
1018     YandexMusicPlaylistIE,
1019 )
1020 from .yesjapan import YesJapanIE
1021 from .yinyuetai import YinYueTaiIE
1022 from .ynet import YnetIE
1023 from .youjizz import YouJizzIE
1024 from .youku import (
1025     YoukuIE,
1026     YoukuShowIE,
1027 )
1028 from .youporn import YouPornIE
1029 from .yourupload import YourUploadIE
1030 from .youtube import (
1031     YoutubeIE,
1032     YoutubeChannelIE,
1033     YoutubeFavouritesIE,
1034     YoutubeHistoryIE,
1035     YoutubeLiveIE,
1036     YoutubePlaylistIE,
1037     YoutubePlaylistsIE,
1038     YoutubeRecommendedIE,
1039     YoutubeSearchDateIE,
1040     YoutubeSearchIE,
1041     YoutubeSearchURLIE,
1042     YoutubeShowIE,
1043     YoutubeSubscriptionsIE,
1044     YoutubeTruncatedIDIE,
1045     YoutubeTruncatedURLIE,
1046     YoutubeUserIE,
1047     YoutubeWatchLaterIE,
1048 )
1049 from .zapiks import ZapiksIE
1050 from .zdf import ZDFIE, ZDFChannelIE
1051 from .zingmp3 import (
1052     ZingMp3SongIE,
1053     ZingMp3AlbumIE,
1054 )
1055 from .zippcast import ZippCastIE