extractors.py 28 KB

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