extractors.py 27 KB

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