extractors.py 29 KB

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