extractors.py 27 KB

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