extractors.py 27 KB

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