You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

994 lines
24 KiB

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