extractors.py 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037
  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 .eyedotv import EyedoTVIE
  234. from .facebook import FacebookIE
  235. from .faz import FazIE
  236. from .fc2 import FC2IE
  237. from .fczenit import FczenitIE
  238. from .firstpost import FirstpostIE
  239. from .firsttv import FirstTVIE
  240. from .fivemin import FiveMinIE
  241. from .fivetv import FiveTVIE
  242. from .fktv import FKTVIE
  243. from .flickr import FlickrIE
  244. from .folketinget import FolketingetIE
  245. from .footyroom import FootyRoomIE
  246. from .formula1 import Formula1IE
  247. from .fourtube import FourTubeIE
  248. from .fox import FOXIE
  249. from .foxgay import FoxgayIE
  250. from .foxnews import FoxNewsIE
  251. from .foxsports import FoxSportsIE
  252. from .franceculture import (
  253. FranceCultureIE,
  254. FranceCultureEmissionIE,
  255. )
  256. from .franceinter import FranceInterIE
  257. from .francetv import (
  258. PluzzIE,
  259. FranceTvInfoIE,
  260. FranceTVIE,
  261. GenerationQuoiIE,
  262. CultureboxIE,
  263. )
  264. from .freesound import FreesoundIE
  265. from .freespeech import FreespeechIE
  266. from .freevideo import FreeVideoIE
  267. from .funimation import FunimationIE
  268. from .funnyordie import FunnyOrDieIE
  269. from .gameinformer import GameInformerIE
  270. from .gamekings import GamekingsIE
  271. from .gameone import (
  272. GameOneIE,
  273. GameOnePlaylistIE,
  274. )
  275. from .gamersyde import GamersydeIE
  276. from .gamespot import GameSpotIE
  277. from .gamestar import GameStarIE
  278. from .gametrailers import GametrailersIE
  279. from .gazeta import GazetaIE
  280. from .gdcvault import GDCVaultIE
  281. from .generic import GenericIE
  282. from .gfycat import GfycatIE
  283. from .giantbomb import GiantBombIE
  284. from .giga import GigaIE
  285. from .glide import GlideIE
  286. from .globo import (
  287. GloboIE,
  288. GloboArticleIE,
  289. )
  290. from .godtube import GodTubeIE
  291. from .goldenmoustache import GoldenMoustacheIE
  292. from .golem import GolemIE
  293. from .googledrive import GoogleDriveIE
  294. from .googleplus import GooglePlusIE
  295. from .googlesearch import GoogleSearchIE
  296. from .goshgay import GoshgayIE
  297. from .gputechconf import GPUTechConfIE
  298. from .groupon import GrouponIE
  299. from .hark import HarkIE
  300. from .hbo import HBOIE
  301. from .hearthisat import HearThisAtIE
  302. from .heise import HeiseIE
  303. from .hellporno import HellPornoIE
  304. from .helsinki import HelsinkiIE
  305. from .hentaistigma import HentaiStigmaIE
  306. from .historicfilms import HistoricFilmsIE
  307. from .hitbox import HitboxIE, HitboxLiveIE
  308. from .hornbunny import HornBunnyIE
  309. from .hotnewhiphop import HotNewHipHopIE
  310. from .hotstar import HotStarIE
  311. from .howcast import HowcastIE
  312. from .howstuffworks import HowStuffWorksIE
  313. from .huffpost import HuffPostIE
  314. from .hypem import HypemIE
  315. from .iconosquare import IconosquareIE
  316. from .ign import (
  317. IGNIE,
  318. OneUPIE,
  319. PCMagIE,
  320. )
  321. from .imdb import (
  322. ImdbIE,
  323. ImdbListIE
  324. )
  325. from .imgur import (
  326. ImgurIE,
  327. ImgurAlbumIE,
  328. )
  329. from .ina import InaIE
  330. from .indavideo import (
  331. IndavideoIE,
  332. IndavideoEmbedIE,
  333. )
  334. from .infoq import InfoQIE
  335. from .instagram import InstagramIE, InstagramUserIE
  336. from .internetvideoarchive import InternetVideoArchiveIE
  337. from .iprima import IPrimaIE
  338. from .iqiyi import IqiyiIE
  339. from .ir90tv import Ir90TvIE
  340. from .ivi import (
  341. IviIE,
  342. IviCompilationIE
  343. )
  344. from .ivideon import IvideonIE
  345. from .izlesene import IzleseneIE
  346. from .jeuxvideo import JeuxVideoIE
  347. from .jove import JoveIE
  348. from .jwplatform import JWPlatformIE
  349. from .jpopsukitv import JpopsukiIE
  350. from .kaltura import KalturaIE
  351. from .kanalplay import KanalPlayIE
  352. from .kankan import KankanIE
  353. from .karaoketv import KaraoketvIE
  354. from .karrierevideos import KarriereVideosIE
  355. from .keezmovies import KeezMoviesIE
  356. from .khanacademy import KhanAcademyIE
  357. from .kickstarter import KickStarterIE
  358. from .keek import KeekIE
  359. from .konserthusetplay import KonserthusetPlayIE
  360. from .kontrtube import KontrTubeIE
  361. from .krasview import KrasViewIE
  362. from .ku6 import Ku6IE
  363. from .kusi import KUSIIE
  364. from .kuwo import (
  365. KuwoIE,
  366. KuwoAlbumIE,
  367. KuwoChartIE,
  368. KuwoSingerIE,
  369. KuwoCategoryIE,
  370. KuwoMvIE,
  371. )
  372. from .la7 import LA7IE
  373. from .laola1tv import Laola1TvIE
  374. from .learnr import LearnrIE
  375. from .lecture2go import Lecture2GoIE
  376. from .lemonde import LemondeIE
  377. from .leeco import (
  378. LeIE,
  379. LePlaylistIE,
  380. LetvCloudIE,
  381. )
  382. from .libsyn import LibsynIE
  383. from .lifenews import (
  384. LifeNewsIE,
  385. LifeEmbedIE,
  386. )
  387. from .limelight import (
  388. LimelightMediaIE,
  389. LimelightChannelIE,
  390. LimelightChannelListIE,
  391. )
  392. from .litv import LiTVIE
  393. from .liveleak import LiveLeakIE
  394. from .livestream import (
  395. LivestreamIE,
  396. LivestreamOriginalIE,
  397. LivestreamShortenerIE,
  398. )
  399. from .lnkgo import LnkGoIE
  400. from .localnews8 import LocalNews8IE
  401. from .lovehomeporn import LoveHomePornIE
  402. from .lrt import LRTIE
  403. from .lynda import (
  404. LyndaIE,
  405. LyndaCourseIE
  406. )
  407. from .m6 import M6IE
  408. from .macgamestore import MacGameStoreIE
  409. from .mailru import MailRuIE
  410. from .makerschannel import MakersChannelIE
  411. from .makertv import MakerTVIE
  412. from .matchtv import MatchTVIE
  413. from .mdr import MDRIE
  414. from .metacafe import MetacafeIE
  415. from .metacritic import MetacriticIE
  416. from .mgoon import MgoonIE
  417. from .mgtv import MGTVIE
  418. from .microsoftvirtualacademy import (
  419. MicrosoftVirtualAcademyIE,
  420. MicrosoftVirtualAcademyCourseIE,
  421. )
  422. from .minhateca import MinhatecaIE
  423. from .ministrygrid import MinistryGridIE
  424. from .minoto import MinotoIE
  425. from .miomio import MioMioIE
  426. from .mit import TechTVMITIE, MITIE, OCWMITIE
  427. from .mitele import MiTeleIE
  428. from .mixcloud import (
  429. MixcloudIE,
  430. MixcloudUserIE,
  431. MixcloudPlaylistIE,
  432. MixcloudStreamIE,
  433. )
  434. from .mlb import MLBIE
  435. from .mnet import MnetIE
  436. from .mpora import MporaIE
  437. from .moevideo import MoeVideoIE
  438. from .mofosex import MofosexIE
  439. from .mojvideo import MojvideoIE
  440. from .moniker import MonikerIE
  441. from .morningstar import MorningstarIE
  442. from .motherless import MotherlessIE
  443. from .motorsport import MotorsportIE
  444. from .movieclips import MovieClipsIE
  445. from .moviezine import MoviezineIE
  446. from .mtv import (
  447. MTVIE,
  448. MTVServicesEmbeddedIE,
  449. MTVIggyIE,
  450. MTVDEIE,
  451. )
  452. from .muenchentv import MuenchenTVIE
  453. from .musicplayon import MusicPlayOnIE
  454. from .mwave import MwaveIE, MwaveMeetGreetIE
  455. from .myspace import MySpaceIE, MySpaceAlbumIE
  456. from .myspass import MySpassIE
  457. from .myvi import MyviIE
  458. from .myvideo import MyVideoIE
  459. from .myvidster import MyVidsterIE
  460. from .nationalgeographic import (
  461. NationalGeographicIE,
  462. NationalGeographicChannelIE,
  463. )
  464. from .naver import NaverIE
  465. from .nba import NBAIE
  466. from .nbc import (
  467. CSNNEIE,
  468. NBCIE,
  469. NBCNewsIE,
  470. NBCSportsIE,
  471. NBCSportsVPlayerIE,
  472. MSNBCIE,
  473. )
  474. from .ndr import (
  475. NDRIE,
  476. NJoyIE,
  477. NDREmbedBaseIE,
  478. NDREmbedIE,
  479. NJoyEmbedIE,
  480. )
  481. from .ndtv import NDTVIE
  482. from .netzkino import NetzkinoIE
  483. from .nerdcubed import NerdCubedFeedIE
  484. from .neteasemusic import (
  485. NetEaseMusicIE,
  486. NetEaseMusicAlbumIE,
  487. NetEaseMusicSingerIE,
  488. NetEaseMusicListIE,
  489. NetEaseMusicMvIE,
  490. NetEaseMusicProgramIE,
  491. NetEaseMusicDjRadioIE,
  492. )
  493. from .newgrounds import NewgroundsIE
  494. from .newstube import NewstubeIE
  495. from .nextmedia import (
  496. NextMediaIE,
  497. NextMediaActionNewsIE,
  498. AppleDailyIE,
  499. )
  500. from .nextmovie import NextMovieIE
  501. from .nfb import NFBIE
  502. from .nfl import NFLIE
  503. from .nhl import (
  504. NHLVideocenterIE,
  505. NHLNewsIE,
  506. NHLVideocenterCategoryIE,
  507. NHLIE,
  508. )
  509. from .nick import NickIE
  510. from .niconico import NiconicoIE, NiconicoPlaylistIE
  511. from .ninegag import NineGagIE
  512. from .noco import NocoIE
  513. from .normalboots import NormalbootsIE
  514. from .nosvideo import NosVideoIE
  515. from .nova import NovaIE
  516. from .novamov import (
  517. AuroraVidIE,
  518. CloudTimeIE,
  519. NowVideoIE,
  520. VideoWeedIE,
  521. WholeCloudIE,
  522. )
  523. from .nowness import (
  524. NownessIE,
  525. NownessPlaylistIE,
  526. NownessSeriesIE,
  527. )
  528. from .nowtv import (
  529. NowTVIE,
  530. NowTVListIE,
  531. )
  532. from .noz import NozIE
  533. from .npo import (
  534. NPOIE,
  535. NPOLiveIE,
  536. NPORadioIE,
  537. NPORadioFragmentIE,
  538. SchoolTVIE,
  539. VPROIE,
  540. WNLIE
  541. )
  542. from .npr import NprIE
  543. from .nrk import (
  544. NRKIE,
  545. NRKPlaylistIE,
  546. NRKSkoleIE,
  547. NRKTVIE,
  548. )
  549. from .ntvde import NTVDeIE
  550. from .ntvru import NTVRuIE
  551. from .nytimes import (
  552. NYTimesIE,
  553. NYTimesArticleIE,
  554. )
  555. from .nuvid import NuvidIE
  556. from .odnoklassniki import OdnoklassnikiIE
  557. from .oktoberfesttv import OktoberfestTVIE
  558. from .onionstudios import OnionStudiosIE
  559. from .ooyala import (
  560. OoyalaIE,
  561. OoyalaExternalIE,
  562. )
  563. from .openload import OpenloadIE
  564. from .ora import OraTVIE
  565. from .orf import (
  566. ORFTVthekIE,
  567. ORFOE1IE,
  568. ORFFM4IE,
  569. ORFIPTVIE,
  570. )
  571. from .pandoratv import PandoraTVIE
  572. from .parliamentliveuk import ParliamentLiveUKIE
  573. from .patreon import PatreonIE
  574. from .pbs import PBSIE
  575. from .people import PeopleIE
  576. from .periscope import (
  577. PeriscopeIE,
  578. PeriscopeUserIE,
  579. )
  580. from .philharmoniedeparis import PhilharmonieDeParisIE
  581. from .phoenix import PhoenixIE
  582. from .photobucket import PhotobucketIE
  583. from .pinkbike import PinkbikeIE
  584. from .pladform import PladformIE
  585. from .played import PlayedIE
  586. from .playfm import PlayFMIE
  587. from .plays import PlaysTVIE
  588. from .playtvak import PlaytvakIE
  589. from .playvid import PlayvidIE
  590. from .playwire import PlaywireIE
  591. from .pluralsight import (
  592. PluralsightIE,
  593. PluralsightCourseIE,
  594. )
  595. from .podomatic import PodomaticIE
  596. from .porn91 import Porn91IE
  597. from .pornhd import PornHdIE
  598. from .pornhub import (
  599. PornHubIE,
  600. PornHubPlaylistIE,
  601. PornHubUserVideosIE,
  602. )
  603. from .pornotube import PornotubeIE
  604. from .pornovoisines import PornoVoisinesIE
  605. from .pornoxo import PornoXOIE
  606. from .presstv import PressTVIE
  607. from .primesharetv import PrimeShareTVIE
  608. from .promptfile import PromptFileIE
  609. from .prosiebensat1 import ProSiebenSat1IE
  610. from .puls4 import Puls4IE
  611. from .pyvideo import PyvideoIE
  612. from .qqmusic import (
  613. QQMusicIE,
  614. QQMusicSingerIE,
  615. QQMusicAlbumIE,
  616. QQMusicToplistIE,
  617. QQMusicPlaylistIE,
  618. )
  619. from .r7 import R7IE
  620. from .radiocanada import (
  621. RadioCanadaIE,
  622. RadioCanadaAudioVideoIE,
  623. )
  624. from .radiode import RadioDeIE
  625. from .radiojavan import RadioJavanIE
  626. from .radiobremen import RadioBremenIE
  627. from .radiofrance import RadioFranceIE
  628. from .rai import (
  629. RaiTVIE,
  630. RaiIE,
  631. )
  632. from .rbmaradio import RBMARadioIE
  633. from .rds import RDSIE
  634. from .redtube import RedTubeIE
  635. from .regiotv import RegioTVIE
  636. from .restudy import RestudyIE
  637. from .reuters import ReutersIE
  638. from .reverbnation import ReverbNationIE
  639. from .revision3 import Revision3IE
  640. from .rice import RICEIE
  641. from .ringtv import RingTVIE
  642. from .ro220 import Ro220IE
  643. from .rottentomatoes import RottenTomatoesIE
  644. from .roxwel import RoxwelIE
  645. from .rtbf import RTBFIE
  646. from .rte import RteIE, RteRadioIE
  647. from .rtlnl import RtlNlIE
  648. from .rtl2 import RTL2IE
  649. from .rtp import RTPIE
  650. from .rts import RTSIE
  651. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  652. from .rtvnh import RTVNHIE
  653. from .ruhd import RUHDIE
  654. from .ruleporn import RulePornIE
  655. from .rutube import (
  656. RutubeIE,
  657. RutubeChannelIE,
  658. RutubeEmbedIE,
  659. RutubeMovieIE,
  660. RutubePersonIE,
  661. )
  662. from .rutv import RUTVIE
  663. from .ruutu import RuutuIE
  664. from .sandia import SandiaIE
  665. from .safari import (
  666. SafariIE,
  667. SafariApiIE,
  668. SafariCourseIE,
  669. )
  670. from .sapo import SapoIE
  671. from .savefrom import SaveFromIE
  672. from .sbs import SBSIE
  673. from .scivee import SciVeeIE
  674. from .screencast import ScreencastIE
  675. from .screencastomatic import ScreencastOMaticIE
  676. from .screenjunkies import ScreenJunkiesIE
  677. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  678. from .senateisvp import SenateISVPIE
  679. from .sendtonews import SendtoNewsIE
  680. from .servingsys import ServingSysIE
  681. from .sexu import SexuIE
  682. from .shahid import ShahidIE
  683. from .shared import SharedIE
  684. from .sharesix import ShareSixIE
  685. from .sina import SinaIE
  686. from .skynewsarabia import (
  687. SkyNewsArabiaIE,
  688. SkyNewsArabiaArticleIE,
  689. )
  690. from .slideshare import SlideshareIE
  691. from .slutload import SlutloadIE
  692. from .smotri import (
  693. SmotriIE,
  694. SmotriCommunityIE,
  695. SmotriUserIE,
  696. SmotriBroadcastIE,
  697. )
  698. from .snotr import SnotrIE
  699. from .sohu import SohuIE
  700. from .soundcloud import (
  701. SoundcloudIE,
  702. SoundcloudSetIE,
  703. SoundcloudUserIE,
  704. SoundcloudPlaylistIE,
  705. SoundcloudSearchIE
  706. )
  707. from .soundgasm import (
  708. SoundgasmIE,
  709. SoundgasmProfileIE
  710. )
  711. from .southpark import (
  712. SouthParkIE,
  713. SouthParkDeIE,
  714. SouthParkDkIE,
  715. SouthParkEsIE,
  716. SouthParkNlIE
  717. )
  718. from .spankbang import SpankBangIE
  719. from .spankwire import SpankwireIE
  720. from .spiegel import SpiegelIE, SpiegelArticleIE
  721. from .spiegeltv import SpiegeltvIE
  722. from .spike import SpikeIE
  723. from .stitcher import StitcherIE
  724. from .sport5 import Sport5IE
  725. from .sportbox import (
  726. SportBoxIE,
  727. SportBoxEmbedIE,
  728. )
  729. from .sportdeutschland import SportDeutschlandIE
  730. from .srgssr import (
  731. SRGSSRIE,
  732. SRGSSRPlayIE,
  733. )
  734. from .srmediathek import SRMediathekIE
  735. from .ssa import SSAIE
  736. from .stanfordoc import StanfordOpenClassroomIE
  737. from .steam import SteamIE
  738. from .streamcloud import StreamcloudIE
  739. from .streamcz import StreamCZIE
  740. from .streetvoice import StreetVoiceIE
  741. from .sunporno import SunPornoIE
  742. from .svt import (
  743. SVTIE,
  744. SVTPlayIE,
  745. )
  746. from .swrmediathek import SWRMediathekIE
  747. from .syfy import SyfyIE
  748. from .sztvhu import SztvHuIE
  749. from .tagesschau import (
  750. TagesschauPlayerIE,
  751. TagesschauIE,
  752. )
  753. from .tapely import TapelyIE
  754. from .tass import TassIE
  755. from .tdslifeway import TDSLifewayIE
  756. from .teachertube import (
  757. TeacherTubeIE,
  758. TeacherTubeUserIE,
  759. )
  760. from .teachingchannel import TeachingChannelIE
  761. from .teamcoco import TeamcocoIE
  762. from .techtalks import TechTalksIE
  763. from .ted import TEDIE
  764. from .tele13 import Tele13IE
  765. from .telebruxelles import TeleBruxellesIE
  766. from .telecinco import TelecincoIE
  767. from .telegraaf import TelegraafIE
  768. from .telemb import TeleMBIE
  769. from .teletask import TeleTaskIE
  770. from .testurl import TestURLIE
  771. from .tf1 import TF1IE
  772. from .theintercept import TheInterceptIE
  773. from .theplatform import (
  774. ThePlatformIE,
  775. ThePlatformFeedIE,
  776. )
  777. from .thescene import TheSceneIE
  778. from .thesixtyone import TheSixtyOneIE
  779. from .thestar import TheStarIE
  780. from .thisamericanlife import ThisAmericanLifeIE
  781. from .thisav import ThisAVIE
  782. from .threeqsdn import ThreeQSDNIE
  783. from .tinypic import TinyPicIE
  784. from .tlc import TlcDeIE
  785. from .tmz import (
  786. TMZIE,
  787. TMZArticleIE,
  788. )
  789. from .tnaflix import (
  790. TNAFlixNetworkEmbedIE,
  791. TNAFlixIE,
  792. EMPFlixIE,
  793. MovieFapIE,
  794. )
  795. from .toggle import ToggleIE
  796. from .thvideo import (
  797. THVideoIE,
  798. THVideoPlaylistIE
  799. )
  800. from .toutv import TouTvIE
  801. from .toypics import ToypicsUserIE, ToypicsIE
  802. from .traileraddict import TrailerAddictIE
  803. from .trilulilu import TriluliluIE
  804. from .trollvids import TrollvidsIE
  805. from .trutube import TruTubeIE
  806. from .tube8 import Tube8IE
  807. from .tubitv import TubiTvIE
  808. from .tudou import (
  809. TudouIE,
  810. TudouPlaylistIE,
  811. TudouAlbumIE,
  812. )
  813. from .tumblr import TumblrIE
  814. from .tunein import (
  815. TuneInClipIE,
  816. TuneInStationIE,
  817. TuneInProgramIE,
  818. TuneInTopicIE,
  819. TuneInShortenerIE,
  820. )
  821. from .turbo import TurboIE
  822. from .tutv import TutvIE
  823. from .tv2 import (
  824. TV2IE,
  825. TV2ArticleIE,
  826. )
  827. from .tv3 import TV3IE
  828. from .tv4 import TV4IE
  829. from .tvc import (
  830. TVCIE,
  831. TVCArticleIE,
  832. )
  833. from .tvigle import TvigleIE
  834. from .tvland import TVLandIE
  835. from .tvp import (
  836. TVPIE,
  837. TVPSeriesIE,
  838. )
  839. from .tvplay import TVPlayIE
  840. from .tweakers import TweakersIE
  841. from .twentyfourvideo import TwentyFourVideoIE
  842. from .twentymin import TwentyMinutenIE
  843. from .twentytwotracks import (
  844. TwentyTwoTracksIE,
  845. TwentyTwoTracksGenreIE
  846. )
  847. from .twitch import (
  848. TwitchVideoIE,
  849. TwitchChapterIE,
  850. TwitchVodIE,
  851. TwitchProfileIE,
  852. TwitchPastBroadcastsIE,
  853. TwitchStreamIE,
  854. )
  855. from .twitter import (
  856. TwitterCardIE,
  857. TwitterIE,
  858. TwitterAmplifyIE,
  859. )
  860. from .udemy import (
  861. UdemyIE,
  862. UdemyCourseIE
  863. )
  864. from .udn import UDNEmbedIE
  865. from .digiteka import DigitekaIE
  866. from .unistra import UnistraIE
  867. from .urort import UrortIE
  868. from .usatoday import USATodayIE
  869. from .ustream import UstreamIE, UstreamChannelIE
  870. from .ustudio import (
  871. UstudioIE,
  872. UstudioEmbedIE,
  873. )
  874. from .varzesh3 import Varzesh3IE
  875. from .vbox7 import Vbox7IE
  876. from .veehd import VeeHDIE
  877. from .veoh import VeohIE
  878. from .vessel import VesselIE
  879. from .vesti import VestiIE
  880. from .vevo import (
  881. VevoIE,
  882. VevoPlaylistIE,
  883. )
  884. from .vgtv import (
  885. BTArticleIE,
  886. BTVestlendingenIE,
  887. VGTVIE,
  888. )
  889. from .vh1 import VH1IE
  890. from .vice import (
  891. ViceIE,
  892. ViceShowIE,
  893. )
  894. from .viddler import ViddlerIE
  895. from .videodetective import VideoDetectiveIE
  896. from .videofyme import VideofyMeIE
  897. from .videomega import VideoMegaIE
  898. from .videomore import (
  899. VideomoreIE,
  900. VideomoreVideoIE,
  901. VideomoreSeasonIE,
  902. )
  903. from .videopremium import VideoPremiumIE
  904. from .videott import VideoTtIE
  905. from .vidme import (
  906. VidmeIE,
  907. VidmeUserIE,
  908. VidmeUserLikesIE,
  909. )
  910. from .vidzi import VidziIE
  911. from .vier import VierIE, VierVideosIE
  912. from .viewlift import (
  913. ViewLiftIE,
  914. ViewLiftEmbedIE,
  915. )
  916. from .viewster import ViewsterIE
  917. from .viidea import ViideaIE
  918. from .vimeo import (
  919. VimeoIE,
  920. VimeoAlbumIE,
  921. VimeoChannelIE,
  922. VimeoGroupsIE,
  923. VimeoLikesIE,
  924. VimeoOndemandIE,
  925. VimeoReviewIE,
  926. VimeoUserIE,
  927. VimeoWatchLaterIE,
  928. )
  929. from .vimple import VimpleIE
  930. from .vine import (
  931. VineIE,
  932. VineUserIE,
  933. )
  934. from .viki import (
  935. VikiIE,
  936. VikiChannelIE,
  937. )
  938. from .vk import (
  939. VKIE,
  940. VKUserVideosIE,
  941. )
  942. from .vlive import VLiveIE
  943. from .vodlocker import VodlockerIE
  944. from .voicerepublic import VoiceRepublicIE
  945. from .voxmedia import VoxMediaIE
  946. from .vporn import VpornIE
  947. from .vrt import VRTIE
  948. from .vube import VubeIE
  949. from .vuclip import VuClipIE
  950. from .vulture import VultureIE
  951. from .walla import WallaIE
  952. from .washingtonpost import (
  953. WashingtonPostIE,
  954. WashingtonPostArticleIE,
  955. )
  956. from .wat import WatIE
  957. from .watchindianporn import WatchIndianPornIE
  958. from .wdr import (
  959. WDRIE,
  960. WDRMobileIE,
  961. WDRMausIE,
  962. )
  963. from .webofstories import (
  964. WebOfStoriesIE,
  965. WebOfStoriesPlaylistIE,
  966. )
  967. from .weibo import WeiboIE
  968. from .weiqitv import WeiqiTVIE
  969. from .wimp import WimpIE
  970. from .wistia import WistiaIE
  971. from .worldstarhiphop import WorldStarHipHopIE
  972. from .wrzuta import WrzutaIE
  973. from .wsj import WSJIE
  974. from .xbef import XBefIE
  975. from .xboxclips import XboxClipsIE
  976. from .xfileshare import XFileShareIE
  977. from .xhamster import (
  978. XHamsterIE,
  979. XHamsterEmbedIE,
  980. )
  981. from .xiami import (
  982. XiamiSongIE,
  983. XiamiAlbumIE,
  984. XiamiArtistIE,
  985. XiamiCollectionIE
  986. )
  987. from .xminus import XMinusIE
  988. from .xnxx import XNXXIE
  989. from .xstream import XstreamIE
  990. from .xtube import XTubeUserIE, XTubeIE
  991. from .xuite import XuiteIE
  992. from .xvideos import XVideosIE
  993. from .xxxymovies import XXXYMoviesIE
  994. from .yahoo import (
  995. YahooIE,
  996. YahooSearchIE,
  997. )
  998. from .yam import YamIE
  999. from .yandexmusic import (
  1000. YandexMusicTrackIE,
  1001. YandexMusicAlbumIE,
  1002. YandexMusicPlaylistIE,
  1003. )
  1004. from .yesjapan import YesJapanIE
  1005. from .yinyuetai import YinYueTaiIE
  1006. from .ynet import YnetIE
  1007. from .youjizz import YouJizzIE
  1008. from .youku import YoukuIE
  1009. from .youporn import YouPornIE
  1010. from .yourupload import YourUploadIE
  1011. from .youtube import (
  1012. YoutubeIE,
  1013. YoutubeChannelIE,
  1014. YoutubeFavouritesIE,
  1015. YoutubeHistoryIE,
  1016. YoutubeLiveIE,
  1017. YoutubePlaylistIE,
  1018. YoutubePlaylistsIE,
  1019. YoutubeRecommendedIE,
  1020. YoutubeSearchDateIE,
  1021. YoutubeSearchIE,
  1022. YoutubeSearchURLIE,
  1023. YoutubeShowIE,
  1024. YoutubeSubscriptionsIE,
  1025. YoutubeTruncatedIDIE,
  1026. YoutubeTruncatedURLIE,
  1027. YoutubeUserIE,
  1028. YoutubeWatchLaterIE,
  1029. )
  1030. from .zapiks import ZapiksIE
  1031. from .zdf import ZDFIE, ZDFChannelIE
  1032. from .zingmp3 import (
  1033. ZingMp3SongIE,
  1034. ZingMp3AlbumIE,
  1035. )
  1036. from .zippcast import ZippCastIE