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