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.

995 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 .dumpert import DumpertIE
  196. from .defense import DefenseGouvFrIE
  197. from .discovery import DiscoveryIE
  198. from .dispeak import DigitallySpeakingIE
  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 .mgtv import MGTVIE
  409. from .minhateca import MinhatecaIE
  410. from .ministrygrid import MinistryGridIE
  411. from .minoto import MinotoIE
  412. from .miomio import MioMioIE
  413. from .mit import TechTVMITIE, MITIE, OCWMITIE
  414. from .mitele import MiTeleIE
  415. from .mixcloud import (
  416. MixcloudIE,
  417. MixcloudUserIE,
  418. MixcloudPlaylistIE,
  419. MixcloudStreamIE,
  420. )
  421. from .mlb import MLBIE
  422. from .mnet import MnetIE
  423. from .mpora import MporaIE
  424. from .moevideo import MoeVideoIE
  425. from .mofosex import MofosexIE
  426. from .mojvideo import MojvideoIE
  427. from .moniker import MonikerIE
  428. from .morningstar import MorningstarIE
  429. from .motherless import MotherlessIE
  430. from .motorsport import MotorsportIE
  431. from .movieclips import MovieClipsIE
  432. from .moviezine import MoviezineIE
  433. from .mtv import (
  434. MTVIE,
  435. MTVServicesEmbeddedIE,
  436. MTVIggyIE,
  437. MTVDEIE,
  438. )
  439. from .muenchentv import MuenchenTVIE
  440. from .musicplayon import MusicPlayOnIE
  441. from .muzu import MuzuTVIE
  442. from .mwave import MwaveIE
  443. from .myspace import MySpaceIE, MySpaceAlbumIE
  444. from .myspass import MySpassIE
  445. from .myvi import MyviIE
  446. from .myvideo import MyVideoIE
  447. from .myvidster import MyVidsterIE
  448. from .nationalgeographic import (
  449. NationalGeographicIE,
  450. NationalGeographicChannelIE,
  451. )
  452. from .naver import NaverIE
  453. from .nba import NBAIE
  454. from .nbc import (
  455. CSNNEIE,
  456. NBCIE,
  457. NBCNewsIE,
  458. NBCSportsIE,
  459. NBCSportsVPlayerIE,
  460. MSNBCIE,
  461. )
  462. from .ndr import (
  463. NDRIE,
  464. NJoyIE,
  465. NDREmbedBaseIE,
  466. NDREmbedIE,
  467. NJoyEmbedIE,
  468. )
  469. from .ndtv import NDTVIE
  470. from .netzkino import NetzkinoIE
  471. from .nerdcubed import NerdCubedFeedIE
  472. from .neteasemusic import (
  473. NetEaseMusicIE,
  474. NetEaseMusicAlbumIE,
  475. NetEaseMusicSingerIE,
  476. NetEaseMusicListIE,
  477. NetEaseMusicMvIE,
  478. NetEaseMusicProgramIE,
  479. NetEaseMusicDjRadioIE,
  480. )
  481. from .newgrounds import NewgroundsIE
  482. from .newstube import NewstubeIE
  483. from .nextmedia import (
  484. NextMediaIE,
  485. NextMediaActionNewsIE,
  486. AppleDailyIE,
  487. )
  488. from .nextmovie import NextMovieIE
  489. from .nfb import NFBIE
  490. from .nfl import NFLIE
  491. from .nhl import (
  492. NHLVideocenterIE,
  493. NHLNewsIE,
  494. NHLVideocenterCategoryIE,
  495. NHLIE,
  496. )
  497. from .nick import NickIE
  498. from .niconico import NiconicoIE, NiconicoPlaylistIE
  499. from .ninegag import NineGagIE
  500. from .noco import NocoIE
  501. from .normalboots import NormalbootsIE
  502. from .nosvideo import NosVideoIE
  503. from .nova import NovaIE
  504. from .novamov import (
  505. AuroraVidIE,
  506. CloudTimeIE,
  507. NowVideoIE,
  508. VideoWeedIE,
  509. WholeCloudIE,
  510. )
  511. from .nowness import (
  512. NownessIE,
  513. NownessPlaylistIE,
  514. NownessSeriesIE,
  515. )
  516. from .nowtv import (
  517. NowTVIE,
  518. NowTVListIE,
  519. )
  520. from .noz import NozIE
  521. from .npo import (
  522. NPOIE,
  523. NPOLiveIE,
  524. NPORadioIE,
  525. NPORadioFragmentIE,
  526. SchoolTVIE,
  527. VPROIE,
  528. WNLIE
  529. )
  530. from .npr import NprIE
  531. from .nrk import (
  532. NRKIE,
  533. NRKPlaylistIE,
  534. NRKSkoleIE,
  535. NRKTVIE,
  536. )
  537. from .ntvde import NTVDeIE
  538. from .ntvru import NTVRuIE
  539. from .nytimes import (
  540. NYTimesIE,
  541. NYTimesArticleIE,
  542. )
  543. from .nuvid import NuvidIE
  544. from .odnoklassniki import OdnoklassnikiIE
  545. from .oktoberfesttv import OktoberfestTVIE
  546. from .onionstudios import OnionStudiosIE
  547. from .ooyala import (
  548. OoyalaIE,
  549. OoyalaExternalIE,
  550. )
  551. from .openload import OpenloadIE
  552. from .ora import OraTVIE
  553. from .orf import (
  554. ORFTVthekIE,
  555. ORFOE1IE,
  556. ORFFM4IE,
  557. ORFIPTVIE,
  558. )
  559. from .pandoratv import PandoraTVIE
  560. from .parliamentliveuk import ParliamentLiveUKIE
  561. from .patreon import PatreonIE
  562. from .pbs import PBSIE
  563. from .people import PeopleIE
  564. from .periscope import PeriscopeIE
  565. from .philharmoniedeparis import PhilharmonieDeParisIE
  566. from .phoenix import PhoenixIE
  567. from .photobucket import PhotobucketIE
  568. from .pinkbike import PinkbikeIE
  569. from .pladform import PladformIE
  570. from .played import PlayedIE
  571. from .playfm import PlayFMIE
  572. from .plays import PlaysTVIE
  573. from .playtvak import PlaytvakIE
  574. from .playvid import PlayvidIE
  575. from .playwire import PlaywireIE
  576. from .pluralsight import (
  577. PluralsightIE,
  578. PluralsightCourseIE,
  579. )
  580. from .podomatic import PodomaticIE
  581. from .porn91 import Porn91IE
  582. from .pornhd import PornHdIE
  583. from .pornhub import (
  584. PornHubIE,
  585. PornHubPlaylistIE,
  586. PornHubUserVideosIE,
  587. )
  588. from .pornotube import PornotubeIE
  589. from .pornovoisines import PornoVoisinesIE
  590. from .pornoxo import PornoXOIE
  591. from .presstv import PressTVIE
  592. from .primesharetv import PrimeShareTVIE
  593. from .promptfile import PromptFileIE
  594. from .prosiebensat1 import ProSiebenSat1IE
  595. from .puls4 import Puls4IE
  596. from .pyvideo import PyvideoIE
  597. from .qqmusic import (
  598. QQMusicIE,
  599. QQMusicSingerIE,
  600. QQMusicAlbumIE,
  601. QQMusicToplistIE,
  602. QQMusicPlaylistIE,
  603. )
  604. from .r7 import R7IE
  605. from .radiode import RadioDeIE
  606. from .radiojavan import RadioJavanIE
  607. from .radiobremen import RadioBremenIE
  608. from .radiofrance import RadioFranceIE
  609. from .rai import (
  610. RaiTVIE,
  611. RaiIE,
  612. )
  613. from .rbmaradio import RBMARadioIE
  614. from .rds import RDSIE
  615. from .redtube import RedTubeIE
  616. from .regiotv import RegioTVIE
  617. from .restudy import RestudyIE
  618. from .reverbnation import ReverbNationIE
  619. from .revision3 import Revision3IE
  620. from .rice import RICEIE
  621. from .ringtv import RingTVIE
  622. from .ro220 import Ro220IE
  623. from .rottentomatoes import RottenTomatoesIE
  624. from .roxwel import RoxwelIE
  625. from .rtbf import RTBFIE
  626. from .rte import RteIE, RteRadioIE
  627. from .rtlnl import RtlNlIE
  628. from .rtl2 import RTL2IE
  629. from .rtp import RTPIE
  630. from .rts import RTSIE
  631. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  632. from .rtvnh import RTVNHIE
  633. from .ruhd import RUHDIE
  634. from .ruleporn import RulePornIE
  635. from .rutube import (
  636. RutubeIE,
  637. RutubeChannelIE,
  638. RutubeEmbedIE,
  639. RutubeMovieIE,
  640. RutubePersonIE,
  641. )
  642. from .rutv import RUTVIE
  643. from .ruutu import RuutuIE
  644. from .sandia import SandiaIE
  645. from .safari import (
  646. SafariIE,
  647. SafariApiIE,
  648. SafariCourseIE,
  649. )
  650. from .sapo import SapoIE
  651. from .savefrom import SaveFromIE
  652. from .sbs import SBSIE
  653. from .scivee import SciVeeIE
  654. from .screencast import ScreencastIE
  655. from .screencastomatic import ScreencastOMaticIE
  656. from .screenjunkies import ScreenJunkiesIE
  657. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  658. from .senateisvp import SenateISVPIE
  659. from .servingsys import ServingSysIE
  660. from .sexu import SexuIE
  661. from .sexykarma import SexyKarmaIE
  662. from .shahid import ShahidIE
  663. from .shared import SharedIE
  664. from .sharesix import ShareSixIE
  665. from .sina import SinaIE
  666. from .skynewsarabia import (
  667. SkyNewsArabiaIE,
  668. SkyNewsArabiaArticleIE,
  669. )
  670. from .slideshare import SlideshareIE
  671. from .slutload import SlutloadIE
  672. from .smotri import (
  673. SmotriIE,
  674. SmotriCommunityIE,
  675. SmotriUserIE,
  676. SmotriBroadcastIE,
  677. )
  678. from .snagfilms import (
  679. SnagFilmsIE,
  680. SnagFilmsEmbedIE,
  681. )
  682. from .snotr import SnotrIE
  683. from .sohu import SohuIE
  684. from .soundcloud import (
  685. SoundcloudIE,
  686. SoundcloudSetIE,
  687. SoundcloudUserIE,
  688. SoundcloudPlaylistIE,
  689. SoundcloudSearchIE
  690. )
  691. from .soundgasm import (
  692. SoundgasmIE,
  693. SoundgasmProfileIE
  694. )
  695. from .southpark import (
  696. SouthParkIE,
  697. SouthParkDeIE,
  698. SouthParkDkIE,
  699. SouthParkEsIE,
  700. SouthParkNlIE
  701. )
  702. from .spankbang import SpankBangIE
  703. from .spankwire import SpankwireIE
  704. from .spiegel import SpiegelIE, SpiegelArticleIE
  705. from .spiegeltv import SpiegeltvIE
  706. from .spike import SpikeIE
  707. from .stitcher import StitcherIE
  708. from .sport5 import Sport5IE
  709. from .sportbox import (
  710. SportBoxIE,
  711. SportBoxEmbedIE,
  712. )
  713. from .sportdeutschland import SportDeutschlandIE
  714. from .srgssr import (
  715. SRGSSRIE,
  716. SRGSSRPlayIE,
  717. )
  718. from .srmediathek import SRMediathekIE
  719. from .ssa import SSAIE
  720. from .stanfordoc import StanfordOpenClassroomIE
  721. from .steam import SteamIE
  722. from .streamcloud import StreamcloudIE
  723. from .streamcz import StreamCZIE
  724. from .streetvoice import StreetVoiceIE
  725. from .sunporno import SunPornoIE
  726. from .svt import (
  727. SVTIE,
  728. SVTPlayIE,
  729. )
  730. from .swrmediathek import SWRMediathekIE
  731. from .syfy import SyfyIE
  732. from .sztvhu import SztvHuIE
  733. from .tagesschau import TagesschauIE
  734. from .tapely import TapelyIE
  735. from .tass import TassIE
  736. from .tdslifeway import TDSLifewayIE
  737. from .teachertube import (
  738. TeacherTubeIE,
  739. TeacherTubeUserIE,
  740. )
  741. from .teachingchannel import TeachingChannelIE
  742. from .teamcoco import TeamcocoIE
  743. from .techtalks import TechTalksIE
  744. from .ted import TEDIE
  745. from .tele13 import Tele13IE
  746. from .telebruxelles import TeleBruxellesIE
  747. from .telecinco import TelecincoIE
  748. from .telegraaf import TelegraafIE
  749. from .telemb import TeleMBIE
  750. from .teletask import TeleTaskIE
  751. from .testurl import TestURLIE
  752. from .tf1 import TF1IE
  753. from .theintercept import TheInterceptIE
  754. from .theplatform import (
  755. ThePlatformIE,
  756. ThePlatformFeedIE,
  757. )
  758. from .thescene import TheSceneIE
  759. from .thesixtyone import TheSixtyOneIE
  760. from .thestar import TheStarIE
  761. from .thisamericanlife import ThisAmericanLifeIE
  762. from .thisav import ThisAVIE
  763. from .tinypic import TinyPicIE
  764. from .tlc import TlcDeIE
  765. from .tmz import (
  766. TMZIE,
  767. TMZArticleIE,
  768. )
  769. from .tnaflix import (
  770. TNAFlixNetworkEmbedIE,
  771. TNAFlixIE,
  772. EMPFlixIE,
  773. MovieFapIE,
  774. )
  775. from .toggle import ToggleIE
  776. from .thvideo import (
  777. THVideoIE,
  778. THVideoPlaylistIE
  779. )
  780. from .toutv import TouTvIE
  781. from .toypics import ToypicsUserIE, ToypicsIE
  782. from .traileraddict import TrailerAddictIE
  783. from .trilulilu import TriluliluIE
  784. from .trollvids import TrollvidsIE
  785. from .trutube import TruTubeIE
  786. from .tube8 import Tube8IE
  787. from .tubitv import TubiTvIE
  788. from .tudou import (
  789. TudouIE,
  790. TudouPlaylistIE,
  791. TudouAlbumIE,
  792. )
  793. from .tumblr import TumblrIE
  794. from .tunein import (
  795. TuneInClipIE,
  796. TuneInStationIE,
  797. TuneInProgramIE,
  798. TuneInTopicIE,
  799. TuneInShortenerIE,
  800. )
  801. from .turbo import TurboIE
  802. from .tutv import TutvIE
  803. from .tv2 import (
  804. TV2IE,
  805. TV2ArticleIE,
  806. )
  807. from .tv3 import TV3IE
  808. from .tv4 import TV4IE
  809. from .tvc import (
  810. TVCIE,
  811. TVCArticleIE,
  812. )
  813. from .tvigle import TvigleIE
  814. from .tvland import TVLandIE
  815. from .tvp import TvpIE, TvpSeriesIE
  816. from .tvplay import TVPlayIE
  817. from .tweakers import TweakersIE
  818. from .twentyfourvideo import TwentyFourVideoIE
  819. from .twentymin import TwentyMinutenIE
  820. from .twentytwotracks import (
  821. TwentyTwoTracksIE,
  822. TwentyTwoTracksGenreIE
  823. )
  824. from .twitch import (
  825. TwitchVideoIE,
  826. TwitchChapterIE,
  827. TwitchVodIE,
  828. TwitchProfileIE,
  829. TwitchPastBroadcastsIE,
  830. TwitchBookmarksIE,
  831. TwitchStreamIE,
  832. )
  833. from .twitter import (
  834. TwitterCardIE,
  835. TwitterIE,
  836. TwitterAmplifyIE,
  837. )
  838. from .udemy import (
  839. UdemyIE,
  840. UdemyCourseIE
  841. )
  842. from .udn import UDNEmbedIE
  843. from .digiteka import DigitekaIE
  844. from .unistra import UnistraIE
  845. from .urort import UrortIE
  846. from .usatoday import USATodayIE
  847. from .ustream import UstreamIE, UstreamChannelIE
  848. from .ustudio import UstudioIE
  849. from .varzesh3 import Varzesh3IE
  850. from .vbox7 import Vbox7IE
  851. from .veehd import VeeHDIE
  852. from .veoh import VeohIE
  853. from .vessel import VesselIE
  854. from .vesti import VestiIE
  855. from .vevo import VevoIE
  856. from .vgtv import (
  857. BTArticleIE,
  858. BTVestlendingenIE,
  859. VGTVIE,
  860. )
  861. from .vh1 import VH1IE
  862. from .vice import (
  863. ViceIE,
  864. ViceShowIE,
  865. )
  866. from .viddler import ViddlerIE
  867. from .videodetective import VideoDetectiveIE
  868. from .videofyme import VideofyMeIE
  869. from .videomega import VideoMegaIE
  870. from .videomore import (
  871. VideomoreIE,
  872. VideomoreVideoIE,
  873. VideomoreSeasonIE,
  874. )
  875. from .videopremium import VideoPremiumIE
  876. from .videott import VideoTtIE
  877. from .vidme import (
  878. VidmeIE,
  879. VidmeUserIE,
  880. VidmeUserLikesIE,
  881. )
  882. from .vidzi import VidziIE
  883. from .vier import VierIE, VierVideosIE
  884. from .viewster import ViewsterIE
  885. from .viidea import ViideaIE
  886. from .vimeo import (
  887. VimeoIE,
  888. VimeoAlbumIE,
  889. VimeoChannelIE,
  890. VimeoGroupsIE,
  891. VimeoLikesIE,
  892. VimeoOndemandIE,
  893. VimeoReviewIE,
  894. VimeoUserIE,
  895. VimeoWatchLaterIE,
  896. )
  897. from .vimple import VimpleIE
  898. from .vine import (
  899. VineIE,
  900. VineUserIE,
  901. )
  902. from .viki import (
  903. VikiIE,
  904. VikiChannelIE,
  905. )
  906. from .vk import (
  907. VKIE,
  908. VKUserVideosIE,
  909. )
  910. from .vlive import VLiveIE
  911. from .vodlocker import VodlockerIE
  912. from .voicerepublic import VoiceRepublicIE
  913. from .voxmedia import VoxMediaIE
  914. from .vporn import VpornIE
  915. from .vrt import VRTIE
  916. from .vube import VubeIE
  917. from .vuclip import VuClipIE
  918. from .vulture import VultureIE
  919. from .walla import WallaIE
  920. from .washingtonpost import WashingtonPostIE
  921. from .wat import WatIE
  922. from .wdr import (
  923. WDRIE,
  924. WDRMobileIE,
  925. WDRMausIE,
  926. )
  927. from .webofstories import (
  928. WebOfStoriesIE,
  929. WebOfStoriesPlaylistIE,
  930. )
  931. from .weibo import WeiboIE
  932. from .weiqitv import WeiqiTVIE
  933. from .wimp import WimpIE
  934. from .wistia import WistiaIE
  935. from .worldstarhiphop import WorldStarHipHopIE
  936. from .wrzuta import WrzutaIE
  937. from .wsj import WSJIE
  938. from .xbef import XBefIE
  939. from .xboxclips import XboxClipsIE
  940. from .xfileshare import XFileShareIE
  941. from .xhamster import (
  942. XHamsterIE,
  943. XHamsterEmbedIE,
  944. )
  945. from .xminus import XMinusIE
  946. from .xnxx import XNXXIE
  947. from .xstream import XstreamIE
  948. from .xtube import XTubeUserIE, XTubeIE
  949. from .xuite import XuiteIE
  950. from .xvideos import XVideosIE
  951. from .xxxymovies import XXXYMoviesIE
  952. from .yahoo import (
  953. YahooIE,
  954. YahooSearchIE,
  955. )
  956. from .yam import YamIE
  957. from .yandexmusic import (
  958. YandexMusicTrackIE,
  959. YandexMusicAlbumIE,
  960. YandexMusicPlaylistIE,
  961. )
  962. from .yesjapan import YesJapanIE
  963. from .yinyuetai import YinYueTaiIE
  964. from .ynet import YnetIE
  965. from .youjizz import YouJizzIE
  966. from .youku import YoukuIE
  967. from .youporn import YouPornIE
  968. from .yourupload import YourUploadIE
  969. from .youtube import (
  970. YoutubeIE,
  971. YoutubeChannelIE,
  972. YoutubeFavouritesIE,
  973. YoutubeHistoryIE,
  974. YoutubeLiveIE,
  975. YoutubePlaylistIE,
  976. YoutubePlaylistsIE,
  977. YoutubeRecommendedIE,
  978. YoutubeSearchDateIE,
  979. YoutubeSearchIE,
  980. YoutubeSearchURLIE,
  981. YoutubeShowIE,
  982. YoutubeSubscriptionsIE,
  983. YoutubeTruncatedIDIE,
  984. YoutubeTruncatedURLIE,
  985. YoutubeUserIE,
  986. YoutubeWatchLaterIE,
  987. )
  988. from .zapiks import ZapiksIE
  989. from .zdf import ZDFIE, ZDFChannelIE
  990. from .zingmp3 import (
  991. ZingMp3SongIE,
  992. ZingMp3AlbumIE,
  993. )
  994. from .zippcast import ZippCastIE