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