extractors.py 28 KB

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