extractors.py 28 KB

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