extractors.py 24 KB

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