extractors.py 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  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 JamendoIE, JamendoAlbumIE
  411. from .jeuxvideo import JeuxVideoIE
  412. from .jove import JoveIE
  413. from .jwplatform import JWPlatformIE
  414. from .jpopsukitv import JpopsukiIE
  415. from .kaltura import KalturaIE
  416. from .kamcord import KamcordIE
  417. from .kanalplay import KanalPlayIE
  418. from .kankan import KankanIE
  419. from .karaoketv import KaraoketvIE
  420. from .karrierevideos import KarriereVideosIE
  421. from .keezmovies import KeezMoviesIE
  422. from .ketnet import KetnetIE
  423. from .khanacademy import KhanAcademyIE
  424. from .kickstarter import KickStarterIE
  425. from .keek import KeekIE
  426. from .konserthusetplay import KonserthusetPlayIE
  427. from .kontrtube import KontrTubeIE
  428. from .krasview import KrasViewIE
  429. from .ku6 import Ku6IE
  430. from .kusi import KUSIIE
  431. from .kuwo import (
  432. KuwoIE,
  433. KuwoAlbumIE,
  434. KuwoChartIE,
  435. KuwoSingerIE,
  436. KuwoCategoryIE,
  437. KuwoMvIE,
  438. )
  439. from .la7 import LA7IE
  440. from .laola1tv import Laola1TvIE
  441. from .lci import LCIIE
  442. from .lcp import (
  443. LcpPlayIE,
  444. LcpIE,
  445. )
  446. from .learnr import LearnrIE
  447. from .lecture2go import Lecture2GoIE
  448. from .lego import LEGOIE
  449. from .lemonde import LemondeIE
  450. from .leeco import (
  451. LeIE,
  452. LePlaylistIE,
  453. LetvCloudIE,
  454. )
  455. from .libraryofcongress import LibraryOfCongressIE
  456. from .libsyn import LibsynIE
  457. from .lifenews import (
  458. LifeNewsIE,
  459. LifeEmbedIE,
  460. )
  461. from .limelight import (
  462. LimelightMediaIE,
  463. LimelightChannelIE,
  464. LimelightChannelListIE,
  465. )
  466. from .litv import LiTVIE
  467. from .liveleak import LiveLeakIE
  468. from .livestream import (
  469. LivestreamIE,
  470. LivestreamOriginalIE,
  471. LivestreamShortenerIE,
  472. )
  473. from .lnkgo import LnkGoIE
  474. from .localnews8 import LocalNews8IE
  475. from .lovehomeporn import LoveHomePornIE
  476. from .lrt import LRTIE
  477. from .lynda import (
  478. LyndaIE,
  479. LyndaCourseIE
  480. )
  481. from .m6 import M6IE
  482. from .macgamestore import MacGameStoreIE
  483. from .mailru import MailRuIE
  484. from .makerschannel import MakersChannelIE
  485. from .makertv import MakerTVIE
  486. from .mangomolo import (
  487. MangomoloVideoIE,
  488. MangomoloLiveIE,
  489. )
  490. from .matchtv import MatchTVIE
  491. from .mdr import MDRIE
  492. from .meta import METAIE
  493. from .metacafe import MetacafeIE
  494. from .metacritic import MetacriticIE
  495. from .mgoon import MgoonIE
  496. from .mgtv import MGTVIE
  497. from .miaopai import MiaoPaiIE
  498. from .microsoftvirtualacademy import (
  499. MicrosoftVirtualAcademyIE,
  500. MicrosoftVirtualAcademyCourseIE,
  501. )
  502. from .minhateca import MinhatecaIE
  503. from .ministrygrid import MinistryGridIE
  504. from .minoto import MinotoIE
  505. from .miomio import MioMioIE
  506. from .mit import TechTVMITIE, MITIE, OCWMITIE
  507. from .mitele import MiTeleIE
  508. from .mixcloud import (
  509. MixcloudIE,
  510. MixcloudUserIE,
  511. MixcloudPlaylistIE,
  512. MixcloudStreamIE,
  513. )
  514. from .mlb import MLBIE
  515. from .mnet import MnetIE
  516. from .mpora import MporaIE
  517. from .moevideo import MoeVideoIE
  518. from .mofosex import MofosexIE
  519. from .mojvideo import MojvideoIE
  520. from .moniker import MonikerIE
  521. from .morningstar import MorningstarIE
  522. from .motherless import MotherlessIE
  523. from .motorsport import MotorsportIE
  524. from .movieclips import MovieClipsIE
  525. from .moviezine import MoviezineIE
  526. from .movingimage import MovingImageIE
  527. from .msn import MSNIE
  528. from .mtv import (
  529. MTVIE,
  530. MTVVideoIE,
  531. MTVServicesEmbeddedIE,
  532. MTVDEIE,
  533. )
  534. from .muenchentv import MuenchenTVIE
  535. from .musicplayon import MusicPlayOnIE
  536. from .mwave import MwaveIE, MwaveMeetGreetIE
  537. from .myspace import MySpaceIE, MySpaceAlbumIE
  538. from .myspass import MySpassIE
  539. from .myvi import MyviIE
  540. from .myvideo import MyVideoIE
  541. from .myvidster import MyVidsterIE
  542. from .nationalgeographic import (
  543. NationalGeographicVideoIE,
  544. NationalGeographicIE,
  545. NationalGeographicEpisodeGuideIE,
  546. )
  547. from .naver import NaverIE
  548. from .nba import NBAIE
  549. from .nbc import (
  550. CSNNEIE,
  551. NBCIE,
  552. NBCNewsIE,
  553. NBCOlympicsIE,
  554. NBCSportsIE,
  555. NBCSportsVPlayerIE,
  556. )
  557. from .ndr import (
  558. NDRIE,
  559. NJoyIE,
  560. NDREmbedBaseIE,
  561. NDREmbedIE,
  562. NJoyEmbedIE,
  563. )
  564. from .ndtv import NDTVIE
  565. from .netzkino import NetzkinoIE
  566. from .nerdcubed import NerdCubedFeedIE
  567. from .neteasemusic import (
  568. NetEaseMusicIE,
  569. NetEaseMusicAlbumIE,
  570. NetEaseMusicSingerIE,
  571. NetEaseMusicListIE,
  572. NetEaseMusicMvIE,
  573. NetEaseMusicProgramIE,
  574. NetEaseMusicDjRadioIE,
  575. )
  576. from .newgrounds import NewgroundsIE
  577. from .newstube import NewstubeIE
  578. from .nextmedia import (
  579. NextMediaIE,
  580. NextMediaActionNewsIE,
  581. AppleDailyIE,
  582. )
  583. from .nfb import NFBIE
  584. from .nfl import NFLIE
  585. from .nhk import NhkVodIE
  586. from .nhl import (
  587. NHLVideocenterIE,
  588. NHLNewsIE,
  589. NHLVideocenterCategoryIE,
  590. NHLIE,
  591. )
  592. from .nick import (
  593. NickIE,
  594. NickDeIE,
  595. )
  596. from .niconico import NiconicoIE, NiconicoPlaylistIE
  597. from .ninecninemedia import (
  598. NineCNineMediaStackIE,
  599. NineCNineMediaIE,
  600. )
  601. from .ninegag import NineGagIE
  602. from .ninenow import NineNowIE
  603. from .nintendo import NintendoIE
  604. from .noco import NocoIE
  605. from .normalboots import NormalbootsIE
  606. from .nosvideo import NosVideoIE
  607. from .nova import NovaIE
  608. from .novamov import (
  609. AuroraVidIE,
  610. CloudTimeIE,
  611. NowVideoIE,
  612. VideoWeedIE,
  613. WholeCloudIE,
  614. )
  615. from .nowness import (
  616. NownessIE,
  617. NownessPlaylistIE,
  618. NownessSeriesIE,
  619. )
  620. from .nowtv import (
  621. NowTVIE,
  622. NowTVListIE,
  623. )
  624. from .noz import NozIE
  625. from .npo import (
  626. AndereTijdenIE,
  627. NPOIE,
  628. NPOLiveIE,
  629. NPORadioIE,
  630. NPORadioFragmentIE,
  631. SchoolTVIE,
  632. VPROIE,
  633. WNLIE,
  634. )
  635. from .npr import NprIE
  636. from .nrk import (
  637. NRKIE,
  638. NRKPlaylistIE,
  639. NRKSkoleIE,
  640. NRKTVIE,
  641. )
  642. from .ntvde import NTVDeIE
  643. from .ntvru import NTVRuIE
  644. from .nytimes import (
  645. NYTimesIE,
  646. NYTimesArticleIE,
  647. )
  648. from .nuvid import NuvidIE
  649. from .nzz import NZZIE
  650. from .odatv import OdaTVIE
  651. from .odnoklassniki import OdnoklassnikiIE
  652. from .oktoberfesttv import OktoberfestTVIE
  653. from .onet import (
  654. OnetIE,
  655. OnetChannelIE,
  656. )
  657. from .onionstudios import OnionStudiosIE
  658. from .ooyala import (
  659. OoyalaIE,
  660. OoyalaExternalIE,
  661. )
  662. from .openload import OpenloadIE
  663. from .ora import OraTVIE
  664. from .orf import (
  665. ORFTVthekIE,
  666. ORFOE1IE,
  667. ORFFM4IE,
  668. ORFIPTVIE,
  669. )
  670. from .pandatv import PandaTVIE
  671. from .pandoratv import PandoraTVIE
  672. from .parliamentliveuk import ParliamentLiveUKIE
  673. from .patreon import PatreonIE
  674. from .pbs import PBSIE
  675. from .people import PeopleIE
  676. from .periscope import (
  677. PeriscopeIE,
  678. PeriscopeUserIE,
  679. )
  680. from .philharmoniedeparis import PhilharmonieDeParisIE
  681. from .phoenix import PhoenixIE
  682. from .photobucket import PhotobucketIE
  683. from .pinkbike import PinkbikeIE
  684. from .pladform import PladformIE
  685. from .playfm import PlayFMIE
  686. from .plays import PlaysTVIE
  687. from .playtvak import PlaytvakIE
  688. from .playvid import PlayvidIE
  689. from .playwire import PlaywireIE
  690. from .pluralsight import (
  691. PluralsightIE,
  692. PluralsightCourseIE,
  693. )
  694. from .podomatic import PodomaticIE
  695. from .pokemon import PokemonIE
  696. from .polskieradio import (
  697. PolskieRadioIE,
  698. PolskieRadioCategoryIE,
  699. )
  700. from .porn91 import Porn91IE
  701. from .porncom import PornComIE
  702. from .pornhd import PornHdIE
  703. from .pornhub import (
  704. PornHubIE,
  705. PornHubPlaylistIE,
  706. PornHubUserVideosIE,
  707. )
  708. from .pornotube import PornotubeIE
  709. from .pornovoisines import PornoVoisinesIE
  710. from .pornoxo import PornoXOIE
  711. from .presstv import PressTVIE
  712. from .primesharetv import PrimeShareTVIE
  713. from .promptfile import PromptFileIE
  714. from .prosiebensat1 import ProSiebenSat1IE
  715. from .puls4 import Puls4IE
  716. from .pyvideo import PyvideoIE
  717. from .qqmusic import (
  718. QQMusicIE,
  719. QQMusicSingerIE,
  720. QQMusicAlbumIE,
  721. QQMusicToplistIE,
  722. QQMusicPlaylistIE,
  723. )
  724. from .r7 import (
  725. R7IE,
  726. R7ArticleIE,
  727. )
  728. from .radiocanada import (
  729. RadioCanadaIE,
  730. RadioCanadaAudioVideoIE,
  731. )
  732. from .radiode import RadioDeIE
  733. from .radiojavan import RadioJavanIE
  734. from .radiobremen import RadioBremenIE
  735. from .radiofrance import RadioFranceIE
  736. from .rai import (
  737. RaiTVIE,
  738. RaiIE,
  739. )
  740. from .rbmaradio import RBMARadioIE
  741. from .rds import RDSIE
  742. from .redtube import RedTubeIE
  743. from .regiotv import RegioTVIE
  744. from .restudy import RestudyIE
  745. from .reuters import ReutersIE
  746. from .reverbnation import ReverbNationIE
  747. from .revision3 import (
  748. Revision3EmbedIE,
  749. Revision3IE,
  750. )
  751. from .rice import RICEIE
  752. from .ringtv import RingTVIE
  753. from .rmcdecouverte import RMCDecouverteIE
  754. from .ro220 import Ro220IE
  755. from .rockstargames import RockstarGamesIE
  756. from .roosterteeth import RoosterTeethIE
  757. from .rottentomatoes import RottenTomatoesIE
  758. from .roxwel import RoxwelIE
  759. from .rozhlas import RozhlasIE
  760. from .rtbf import RTBFIE
  761. from .rte import RteIE, RteRadioIE
  762. from .rtlnl import RtlNlIE
  763. from .rtl2 import RTL2IE
  764. from .rtp import RTPIE
  765. from .rts import RTSIE
  766. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
  767. from .rtvnh import RTVNHIE
  768. from .rudo import RudoIE
  769. from .ruhd import RUHDIE
  770. from .ruleporn import RulePornIE
  771. from .rutube import (
  772. RutubeIE,
  773. RutubeChannelIE,
  774. RutubeEmbedIE,
  775. RutubeMovieIE,
  776. RutubePersonIE,
  777. )
  778. from .rutv import RUTVIE
  779. from .ruutu import RuutuIE
  780. from .sandia import SandiaIE
  781. from .safari import (
  782. SafariIE,
  783. SafariApiIE,
  784. SafariCourseIE,
  785. )
  786. from .sapo import SapoIE
  787. from .savefrom import SaveFromIE
  788. from .sbs import SBSIE
  789. from .scivee import SciVeeIE
  790. from .screencast import ScreencastIE
  791. from .screencastomatic import ScreencastOMaticIE
  792. from .screenjunkies import ScreenJunkiesIE
  793. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  794. from .seeker import SeekerIE
  795. from .senateisvp import SenateISVPIE
  796. from .sendtonews import SendtoNewsIE
  797. from .servingsys import ServingSysIE
  798. from .sexu import SexuIE
  799. from .shahid import ShahidIE
  800. from .shared import (
  801. SharedIE,
  802. VivoIE,
  803. )
  804. from .sharesix import ShareSixIE
  805. from .sina import SinaIE
  806. from .sixplay import SixPlayIE
  807. from .skynewsarabia import (
  808. SkyNewsArabiaIE,
  809. SkyNewsArabiaArticleIE,
  810. )
  811. from .skysports import SkySportsIE
  812. from .slideshare import SlideshareIE
  813. from .slutload import SlutloadIE
  814. from .smotri import (
  815. SmotriIE,
  816. SmotriCommunityIE,
  817. SmotriUserIE,
  818. SmotriBroadcastIE,
  819. )
  820. from .snotr import SnotrIE
  821. from .sohu import SohuIE
  822. from .sonyliv import SonyLIVIE
  823. from .soundcloud import (
  824. SoundcloudIE,
  825. SoundcloudSetIE,
  826. SoundcloudUserIE,
  827. SoundcloudPlaylistIE,
  828. SoundcloudSearchIE
  829. )
  830. from .soundgasm import (
  831. SoundgasmIE,
  832. SoundgasmProfileIE
  833. )
  834. from .southpark import (
  835. SouthParkIE,
  836. SouthParkDeIE,
  837. SouthParkDkIE,
  838. SouthParkEsIE,
  839. SouthParkNlIE
  840. )
  841. from .spankbang import SpankBangIE
  842. from .spankwire import SpankwireIE
  843. from .spiegel import SpiegelIE, SpiegelArticleIE
  844. from .spiegeltv import SpiegeltvIE
  845. from .spike import SpikeIE
  846. from .stitcher import StitcherIE
  847. from .sport5 import Sport5IE
  848. from .sportbox import (
  849. SportBoxIE,
  850. SportBoxEmbedIE,
  851. )
  852. from .sportdeutschland import SportDeutschlandIE
  853. from .sportschau import SportschauIE
  854. from .srgssr import (
  855. SRGSSRIE,
  856. SRGSSRPlayIE,
  857. )
  858. from .srmediathek import SRMediathekIE
  859. from .stanfordoc import StanfordOpenClassroomIE
  860. from .steam import SteamIE
  861. from .streamable import StreamableIE
  862. from .streamcloud import StreamcloudIE
  863. from .streamcz import StreamCZIE
  864. from .streetvoice import StreetVoiceIE
  865. from .sunporno import SunPornoIE
  866. from .svt import (
  867. SVTIE,
  868. SVTPlayIE,
  869. )
  870. from .swrmediathek import SWRMediathekIE
  871. from .syfy import SyfyIE
  872. from .sztvhu import SztvHuIE
  873. from .tagesschau import (
  874. TagesschauPlayerIE,
  875. TagesschauIE,
  876. )
  877. from .tass import TassIE
  878. from .tbs import TBSIE
  879. from .tdslifeway import TDSLifewayIE
  880. from .teachertube import (
  881. TeacherTubeIE,
  882. TeacherTubeUserIE,
  883. )
  884. from .teachingchannel import TeachingChannelIE
  885. from .teamcoco import TeamcocoIE
  886. from .techtalks import TechTalksIE
  887. from .ted import TEDIE
  888. from .tele13 import Tele13IE
  889. from .telebruxelles import TeleBruxellesIE
  890. from .telecinco import TelecincoIE
  891. from .telegraaf import TelegraafIE
  892. from .telemb import TeleMBIE
  893. from .telequebec import TeleQuebecIE
  894. from .teletask import TeleTaskIE
  895. from .telewebion import TelewebionIE
  896. from .testurl import TestURLIE
  897. from .tf1 import TF1IE
  898. from .tfo import TFOIE
  899. from .theintercept import TheInterceptIE
  900. from .theplatform import (
  901. ThePlatformIE,
  902. ThePlatformFeedIE,
  903. )
  904. from .thescene import TheSceneIE
  905. from .thesixtyone import TheSixtyOneIE
  906. from .thestar import TheStarIE
  907. from .theweatherchannel import TheWeatherChannelIE
  908. from .thisamericanlife import ThisAmericanLifeIE
  909. from .thisav import ThisAVIE
  910. from .thisoldhouse import ThisOldHouseIE
  911. from .threeqsdn import ThreeQSDNIE
  912. from .tinypic import TinyPicIE
  913. from .tlc import TlcDeIE
  914. from .tmz import (
  915. TMZIE,
  916. TMZArticleIE,
  917. )
  918. from .tnaflix import (
  919. TNAFlixNetworkEmbedIE,
  920. TNAFlixIE,
  921. EMPFlixIE,
  922. MovieFapIE,
  923. )
  924. from .toggle import ToggleIE
  925. from .tonline import TOnlineIE
  926. from .toutv import TouTvIE
  927. from .toypics import ToypicsUserIE, ToypicsIE
  928. from .traileraddict import TrailerAddictIE
  929. from .trilulilu import TriluliluIE
  930. from .trutv import TruTVIE
  931. from .tube8 import Tube8IE
  932. from .tubitv import TubiTvIE
  933. from .tudou import (
  934. TudouIE,
  935. TudouPlaylistIE,
  936. TudouAlbumIE,
  937. )
  938. from .tumblr import TumblrIE
  939. from .tunein import (
  940. TuneInClipIE,
  941. TuneInStationIE,
  942. TuneInProgramIE,
  943. TuneInTopicIE,
  944. TuneInShortenerIE,
  945. )
  946. from .turbo import TurboIE
  947. from .tutv import TutvIE
  948. from .tv2 import (
  949. TV2IE,
  950. TV2ArticleIE,
  951. )
  952. from .tv3 import TV3IE
  953. from .tv4 import TV4IE
  954. from .tvc import (
  955. TVCIE,
  956. TVCArticleIE,
  957. )
  958. from .tvigle import TvigleIE
  959. from .tvland import TVLandIE
  960. from .tvnoe import TVNoeIE
  961. from .tvp import (
  962. TVPEmbedIE,
  963. TVPIE,
  964. TVPSeriesIE,
  965. )
  966. from .tvplay import (
  967. TVPlayIE,
  968. ViafreeIE,
  969. )
  970. from .tweakers import TweakersIE
  971. from .twentyfourvideo import TwentyFourVideoIE
  972. from .twentymin import TwentyMinutenIE
  973. from .twentytwotracks import (
  974. TwentyTwoTracksIE,
  975. TwentyTwoTracksGenreIE
  976. )
  977. from .twitch import (
  978. TwitchVideoIE,
  979. TwitchChapterIE,
  980. TwitchVodIE,
  981. TwitchProfileIE,
  982. TwitchPastBroadcastsIE,
  983. TwitchStreamIE,
  984. TwitchClipsIE,
  985. )
  986. from .twitter import (
  987. TwitterCardIE,
  988. TwitterIE,
  989. TwitterAmplifyIE,
  990. )
  991. from .udemy import (
  992. UdemyIE,
  993. UdemyCourseIE
  994. )
  995. from .udn import UDNEmbedIE
  996. from .digiteka import DigitekaIE
  997. from .unistra import UnistraIE
  998. from .uol import UOLIE
  999. from .uplynk import (
  1000. UplynkIE,
  1001. UplynkPreplayIE,
  1002. )
  1003. from .urort import UrortIE
  1004. from .urplay import URPlayIE
  1005. from .usanetwork import USANetworkIE
  1006. from .usatoday import USATodayIE
  1007. from .ustream import UstreamIE, UstreamChannelIE
  1008. from .ustudio import (
  1009. UstudioIE,
  1010. UstudioEmbedIE,
  1011. )
  1012. from .varzesh3 import Varzesh3IE
  1013. from .vbox7 import Vbox7IE
  1014. from .veehd import VeeHDIE
  1015. from .veoh import VeohIE
  1016. from .vessel import VesselIE
  1017. from .vesti import VestiIE
  1018. from .vevo import (
  1019. VevoIE,
  1020. VevoPlaylistIE,
  1021. )
  1022. from .vgtv import (
  1023. BTArticleIE,
  1024. BTVestlendingenIE,
  1025. VGTVIE,
  1026. )
  1027. from .vh1 import VH1IE
  1028. from .vice import (
  1029. ViceIE,
  1030. ViceShowIE,
  1031. )
  1032. from .viceland import VicelandIE
  1033. from .vidbit import VidbitIE
  1034. from .viddler import ViddlerIE
  1035. from .videodetective import VideoDetectiveIE
  1036. from .videofyme import VideofyMeIE
  1037. from .videomega import VideoMegaIE
  1038. from .videomore import (
  1039. VideomoreIE,
  1040. VideomoreVideoIE,
  1041. VideomoreSeasonIE,
  1042. )
  1043. from .videopremium import VideoPremiumIE
  1044. from .videott import VideoTtIE
  1045. from .vidio import VidioIE
  1046. from .vidme import (
  1047. VidmeIE,
  1048. VidmeUserIE,
  1049. VidmeUserLikesIE,
  1050. )
  1051. from .vidzi import VidziIE
  1052. from .vier import VierIE, VierVideosIE
  1053. from .viewlift import (
  1054. ViewLiftIE,
  1055. ViewLiftEmbedIE,
  1056. )
  1057. from .viewster import ViewsterIE
  1058. from .viidea import ViideaIE
  1059. from .vimeo import (
  1060. VimeoIE,
  1061. VimeoAlbumIE,
  1062. VimeoChannelIE,
  1063. VimeoGroupsIE,
  1064. VimeoLikesIE,
  1065. VimeoOndemandIE,
  1066. VimeoReviewIE,
  1067. VimeoUserIE,
  1068. VimeoWatchLaterIE,
  1069. )
  1070. from .vimple import VimpleIE
  1071. from .vine import (
  1072. VineIE,
  1073. VineUserIE,
  1074. )
  1075. from .viki import (
  1076. VikiIE,
  1077. VikiChannelIE,
  1078. )
  1079. from .vk import (
  1080. VKIE,
  1081. VKUserVideosIE,
  1082. VKWallPostIE,
  1083. )
  1084. from .vlive import VLiveIE
  1085. from .vodlocker import VodlockerIE
  1086. from .vodplatform import VODPlatformIE
  1087. from .voicerepublic import VoiceRepublicIE
  1088. from .voxmedia import VoxMediaIE
  1089. from .vporn import VpornIE
  1090. from .vrt import VRTIE
  1091. from .vube import VubeIE
  1092. from .vuclip import VuClipIE
  1093. from .vyborymos import VyboryMosIE
  1094. from .walla import WallaIE
  1095. from .washingtonpost import (
  1096. WashingtonPostIE,
  1097. WashingtonPostArticleIE,
  1098. )
  1099. from .wat import WatIE
  1100. from .watchindianporn import WatchIndianPornIE
  1101. from .wdr import (
  1102. WDRIE,
  1103. WDRMobileIE,
  1104. )
  1105. from .webofstories import (
  1106. WebOfStoriesIE,
  1107. WebOfStoriesPlaylistIE,
  1108. )
  1109. from .weiqitv import WeiqiTVIE
  1110. from .wimp import WimpIE
  1111. from .wistia import WistiaIE
  1112. from .worldstarhiphop import WorldStarHipHopIE
  1113. from .wrzuta import (
  1114. WrzutaIE,
  1115. WrzutaPlaylistIE,
  1116. )
  1117. from .wsj import WSJIE
  1118. from .xbef import XBefIE
  1119. from .xboxclips import XboxClipsIE
  1120. from .xfileshare import XFileShareIE
  1121. from .xhamster import (
  1122. XHamsterIE,
  1123. XHamsterEmbedIE,
  1124. )
  1125. from .xiami import (
  1126. XiamiSongIE,
  1127. XiamiAlbumIE,
  1128. XiamiArtistIE,
  1129. XiamiCollectionIE
  1130. )
  1131. from .xminus import XMinusIE
  1132. from .xnxx import XNXXIE
  1133. from .xstream import XstreamIE
  1134. from .xtube import XTubeUserIE, XTubeIE
  1135. from .xuite import XuiteIE
  1136. from .xvideos import XVideosIE
  1137. from .xxxymovies import XXXYMoviesIE
  1138. from .yahoo import (
  1139. YahooIE,
  1140. YahooSearchIE,
  1141. )
  1142. from .yam import YamIE
  1143. from .yandexmusic import (
  1144. YandexMusicTrackIE,
  1145. YandexMusicAlbumIE,
  1146. YandexMusicPlaylistIE,
  1147. )
  1148. from .yesjapan import YesJapanIE
  1149. from .yinyuetai import YinYueTaiIE
  1150. from .ynet import YnetIE
  1151. from .youjizz import YouJizzIE
  1152. from .youku import (
  1153. YoukuIE,
  1154. YoukuShowIE,
  1155. )
  1156. from .youporn import YouPornIE
  1157. from .yourupload import YourUploadIE
  1158. from .youtube import (
  1159. YoutubeIE,
  1160. YoutubeChannelIE,
  1161. YoutubeFavouritesIE,
  1162. YoutubeHistoryIE,
  1163. YoutubeLiveIE,
  1164. YoutubePlaylistIE,
  1165. YoutubePlaylistsIE,
  1166. YoutubeRecommendedIE,
  1167. YoutubeSearchDateIE,
  1168. YoutubeSearchIE,
  1169. YoutubeSearchURLIE,
  1170. YoutubeSharedVideoIE,
  1171. YoutubeShowIE,
  1172. YoutubeSubscriptionsIE,
  1173. YoutubeTruncatedIDIE,
  1174. YoutubeTruncatedURLIE,
  1175. YoutubeUserIE,
  1176. YoutubeWatchLaterIE,
  1177. )
  1178. from .zapiks import ZapiksIE
  1179. from .zdf import ZDFIE, ZDFChannelIE
  1180. from .zingmp3 import ZingMp3IE