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.

1028 lines
24 KiB

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