extractors.py 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152
  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 .iwara import IwaraIE
  398. from .izlesene import IzleseneIE
  399. from .jeuxvideo import JeuxVideoIE
  400. from .jove import JoveIE
  401. from .jwplatform import JWPlatformIE
  402. from .jpopsukitv import JpopsukiIE
  403. from .kaltura import KalturaIE
  404. from .kamcord import KamcordIE
  405. from .kanalplay import KanalPlayIE
  406. from .kankan import KankanIE
  407. from .karaoketv import KaraoketvIE
  408. from .karrierevideos import KarriereVideosIE
  409. from .keezmovies import KeezMoviesIE
  410. from .ketnet import KetnetIE
  411. from .khanacademy import KhanAcademyIE
  412. from .kickstarter import KickStarterIE
  413. from .keek import KeekIE
  414. from .konserthusetplay import KonserthusetPlayIE
  415. from .kontrtube import KontrTubeIE
  416. from .krasview import KrasViewIE
  417. from .ku6 import Ku6IE
  418. from .kusi import KUSIIE
  419. from .kuwo import (
  420. KuwoIE,
  421. KuwoAlbumIE,
  422. KuwoChartIE,
  423. KuwoSingerIE,
  424. KuwoCategoryIE,
  425. KuwoMvIE,
  426. )
  427. from .la7 import LA7IE
  428. from .laola1tv import Laola1TvIE
  429. from .lci import LCIIE
  430. from .lcp import (
  431. LcpPlayIE,
  432. LcpIE,
  433. )
  434. from .learnr import LearnrIE
  435. from .lecture2go import Lecture2GoIE
  436. from .lemonde import LemondeIE
  437. from .leeco import (
  438. LeIE,
  439. LePlaylistIE,
  440. LetvCloudIE,
  441. )
  442. from .libraryofcongress import LibraryOfCongressIE
  443. from .libsyn import LibsynIE
  444. from .lifenews import (
  445. LifeNewsIE,
  446. LifeEmbedIE,
  447. )
  448. from .limelight import (
  449. LimelightMediaIE,
  450. LimelightChannelIE,
  451. LimelightChannelListIE,
  452. )
  453. from .litv import LiTVIE
  454. from .liveleak import LiveLeakIE
  455. from .livestream import (
  456. LivestreamIE,
  457. LivestreamOriginalIE,
  458. LivestreamShortenerIE,
  459. )
  460. from .lnkgo import LnkGoIE
  461. from .localnews8 import LocalNews8IE
  462. from .lovehomeporn import LoveHomePornIE
  463. from .lrt import LRTIE
  464. from .lynda import (
  465. LyndaIE,
  466. LyndaCourseIE
  467. )
  468. from .m6 import M6IE
  469. from .macgamestore import MacGameStoreIE
  470. from .mailru import MailRuIE
  471. from .makerschannel import MakersChannelIE
  472. from .makertv import MakerTVIE
  473. from .matchtv import MatchTVIE
  474. from .mdr import MDRIE
  475. from .meta import METAIE
  476. from .metacafe import MetacafeIE
  477. from .metacritic import MetacriticIE
  478. from .mgoon import MgoonIE
  479. from .mgtv import MGTVIE
  480. from .miaopai import MiaoPaiIE
  481. from .microsoftvirtualacademy import (
  482. MicrosoftVirtualAcademyIE,
  483. MicrosoftVirtualAcademyCourseIE,
  484. )
  485. from .minhateca import MinhatecaIE
  486. from .ministrygrid import MinistryGridIE
  487. from .minoto import MinotoIE
  488. from .miomio import MioMioIE
  489. from .mit import TechTVMITIE, MITIE, OCWMITIE
  490. from .mitele import MiTeleIE
  491. from .mixcloud import (
  492. MixcloudIE,
  493. MixcloudUserIE,
  494. MixcloudPlaylistIE,
  495. MixcloudStreamIE,
  496. )
  497. from .mlb import MLBIE
  498. from .mnet import MnetIE
  499. from .mpora import MporaIE
  500. from .moevideo import MoeVideoIE
  501. from .mofosex import MofosexIE
  502. from .mojvideo import MojvideoIE
  503. from .moniker import MonikerIE
  504. from .morningstar import MorningstarIE
  505. from .motherless import MotherlessIE
  506. from .motorsport import MotorsportIE
  507. from .movieclips import MovieClipsIE
  508. from .moviezine import MoviezineIE
  509. from .movingimage import MovingImageIE
  510. from .msn import MSNIE
  511. from .mtv import (
  512. MTVIE,
  513. MTVServicesEmbeddedIE,
  514. MTVDEIE,
  515. )
  516. from .muenchentv import MuenchenTVIE
  517. from .musicplayon import MusicPlayOnIE
  518. from .mwave import MwaveIE, MwaveMeetGreetIE
  519. from .myspace import MySpaceIE, MySpaceAlbumIE
  520. from .myspass import MySpassIE
  521. from .myvi import MyviIE
  522. from .myvideo import MyVideoIE
  523. from .myvidster import MyVidsterIE
  524. from .nationalgeographic import (
  525. NationalGeographicVideoIE,
  526. NationalGeographicIE,
  527. NationalGeographicEpisodeGuideIE,
  528. )
  529. from .naver import NaverIE
  530. from .nba import NBAIE
  531. from .nbc import (
  532. CSNNEIE,
  533. NBCIE,
  534. NBCNewsIE,
  535. NBCSportsIE,
  536. NBCSportsVPlayerIE,
  537. )
  538. from .ndr import (
  539. NDRIE,
  540. NJoyIE,
  541. NDREmbedBaseIE,
  542. NDREmbedIE,
  543. NJoyEmbedIE,
  544. )
  545. from .ndtv import NDTVIE
  546. from .netzkino import NetzkinoIE
  547. from .nerdcubed import NerdCubedFeedIE
  548. from .neteasemusic import (
  549. NetEaseMusicIE,
  550. NetEaseMusicAlbumIE,
  551. NetEaseMusicSingerIE,
  552. NetEaseMusicListIE,
  553. NetEaseMusicMvIE,
  554. NetEaseMusicProgramIE,
  555. NetEaseMusicDjRadioIE,
  556. )
  557. from .newgrounds import NewgroundsIE
  558. from .newstube import NewstubeIE
  559. from .nextmedia import (
  560. NextMediaIE,
  561. NextMediaActionNewsIE,
  562. AppleDailyIE,
  563. )
  564. from .nfb import NFBIE
  565. from .nfl import NFLIE
  566. from .nhk import NhkVodIE
  567. from .nhl import (
  568. NHLVideocenterIE,
  569. NHLNewsIE,
  570. NHLVideocenterCategoryIE,
  571. NHLIE,
  572. )
  573. from .nick import (
  574. NickIE,
  575. NickDeIE,
  576. )
  577. from .niconico import NiconicoIE, NiconicoPlaylistIE
  578. from .ninecninemedia import (
  579. NineCNineMediaStackIE,
  580. NineCNineMediaIE,
  581. )
  582. from .ninegag import NineGagIE
  583. from .ninenow import NineNowIE
  584. from .nintendo import NintendoIE
  585. from .noco import NocoIE
  586. from .normalboots import NormalbootsIE
  587. from .nosvideo import NosVideoIE
  588. from .nova import NovaIE
  589. from .novamov import (
  590. AuroraVidIE,
  591. CloudTimeIE,
  592. NowVideoIE,
  593. VideoWeedIE,
  594. WholeCloudIE,
  595. )
  596. from .nowness import (
  597. NownessIE,
  598. NownessPlaylistIE,
  599. NownessSeriesIE,
  600. )
  601. from .nowtv import (
  602. NowTVIE,
  603. NowTVListIE,
  604. )
  605. from .noz import NozIE
  606. from .npo import (
  607. NPOIE,
  608. NPOLiveIE,
  609. NPORadioIE,
  610. NPORadioFragmentIE,
  611. SchoolTVIE,
  612. VPROIE,
  613. WNLIE
  614. )
  615. from .npr import NprIE
  616. from .nrk import (
  617. NRKIE,
  618. NRKPlaylistIE,
  619. NRKSkoleIE,
  620. NRKTVIE,
  621. )
  622. from .ntvde import NTVDeIE
  623. from .ntvru import NTVRuIE
  624. from .nytimes import (
  625. NYTimesIE,
  626. NYTimesArticleIE,
  627. )
  628. from .nuvid import NuvidIE
  629. from .odatv import OdaTVIE
  630. from .odnoklassniki import OdnoklassnikiIE
  631. from .oktoberfesttv import OktoberfestTVIE
  632. from .onet import (
  633. OnetIE,
  634. OnetChannelIE,
  635. )
  636. from .onionstudios import OnionStudiosIE
  637. from .ooyala import (
  638. OoyalaIE,
  639. OoyalaExternalIE,
  640. )
  641. from .openload import OpenloadIE
  642. from .ora import OraTVIE
  643. from .orf import (
  644. ORFTVthekIE,
  645. ORFOE1IE,
  646. ORFFM4IE,
  647. ORFIPTVIE,
  648. )
  649. from .pandoratv import PandoraTVIE
  650. from .parliamentliveuk import ParliamentLiveUKIE
  651. from .patreon import PatreonIE
  652. from .pbs import PBSIE
  653. from .people import PeopleIE
  654. from .periscope import (
  655. PeriscopeIE,
  656. PeriscopeUserIE,
  657. )
  658. from .philharmoniedeparis import PhilharmonieDeParisIE
  659. from .phoenix import PhoenixIE
  660. from .photobucket import PhotobucketIE
  661. from .pinkbike import PinkbikeIE
  662. from .pladform import PladformIE
  663. from .playfm import PlayFMIE
  664. from .plays import PlaysTVIE
  665. from .playtvak import PlaytvakIE
  666. from .playvid import PlayvidIE
  667. from .playwire import PlaywireIE
  668. from .pluralsight import (
  669. PluralsightIE,
  670. PluralsightCourseIE,
  671. )
  672. from .podomatic import PodomaticIE
  673. from .pokemon import PokemonIE
  674. from .polskieradio import (
  675. PolskieRadioIE,
  676. PolskieRadioCategoryIE,
  677. )
  678. from .porn91 import Porn91IE
  679. from .porncom import PornComIE
  680. from .pornhd import PornHdIE
  681. from .pornhub import (
  682. PornHubIE,
  683. PornHubPlaylistIE,
  684. PornHubUserVideosIE,
  685. )
  686. from .pornotube import PornotubeIE
  687. from .pornovoisines import PornoVoisinesIE
  688. from .pornoxo import PornoXOIE
  689. from .presstv import PressTVIE
  690. from .primesharetv import PrimeShareTVIE
  691. from .promptfile import PromptFileIE
  692. from .prosiebensat1 import ProSiebenSat1IE
  693. from .puls4 import Puls4IE
  694. from .pyvideo import PyvideoIE
  695. from .qqmusic import (
  696. QQMusicIE,
  697. QQMusicSingerIE,
  698. QQMusicAlbumIE,
  699. QQMusicToplistIE,
  700. QQMusicPlaylistIE,
  701. )
  702. from .r7 import (
  703. R7IE,
  704. R7ArticleIE,
  705. )
  706. from .radiocanada import (
  707. RadioCanadaIE,
  708. RadioCanadaAudioVideoIE,
  709. )
  710. from .radiode import RadioDeIE
  711. from .radiojavan import RadioJavanIE
  712. from .radiobremen import RadioBremenIE
  713. from .radiofrance import RadioFranceIE
  714. from .rai import (
  715. RaiTVIE,
  716. RaiIE,
  717. )
  718. from .rbmaradio import RBMARadioIE
  719. from .rds import RDSIE
  720. from .redtube import RedTubeIE
  721. from .regiotv import RegioTVIE
  722. from .restudy import RestudyIE
  723. from .reuters import ReutersIE
  724. from .reverbnation import ReverbNationIE
  725. from .revision3 import (
  726. Revision3EmbedIE,
  727. Revision3IE,
  728. )
  729. from .rice import RICEIE
  730. from .ringtv import RingTVIE
  731. from .rmcdecouverte import RMCDecouverteIE
  732. from .ro220 import Ro220IE
  733. from .rockstargames import RockstarGamesIE
  734. from .roosterteeth import RoosterTeethIE
  735. from .rottentomatoes import RottenTomatoesIE
  736. from .roxwel import RoxwelIE
  737. from .rozhlas import RozhlasIE
  738. from .rtbf import RTBFIE
  739. from .rte import RteIE, RteRadioIE
  740. from .rtlnl import RtlNlIE
  741. from .rtl2 import RTL2IE
  742. from .rtp import RTPIE
  743. from .rts import RTSIE
  744. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE, RTVELiveIE, RTVETelevisionIE
  745. from .rtvnh import RTVNHIE
  746. from .rudo import RudoIE
  747. from .ruhd import RUHDIE
  748. from .ruleporn import RulePornIE
  749. from .rutube import (
  750. RutubeIE,
  751. RutubeChannelIE,
  752. RutubeEmbedIE,
  753. RutubeMovieIE,
  754. RutubePersonIE,
  755. )
  756. from .rutv import RUTVIE
  757. from .ruutu import RuutuIE
  758. from .sandia import SandiaIE
  759. from .safari import (
  760. SafariIE,
  761. SafariApiIE,
  762. SafariCourseIE,
  763. )
  764. from .sapo import SapoIE
  765. from .savefrom import SaveFromIE
  766. from .sbs import SBSIE
  767. from .scivee import SciVeeIE
  768. from .screencast import ScreencastIE
  769. from .screencastomatic import ScreencastOMaticIE
  770. from .screenjunkies import ScreenJunkiesIE
  771. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  772. from .seeker import SeekerIE
  773. from .senateisvp import SenateISVPIE
  774. from .sendtonews import SendtoNewsIE
  775. from .servingsys import ServingSysIE
  776. from .sexu import SexuIE
  777. from .shahid import ShahidIE
  778. from .shared import SharedIE
  779. from .sharesix import ShareSixIE
  780. from .sina import SinaIE
  781. from .sixplay import SixPlayIE
  782. from .skynewsarabia import (
  783. SkyNewsArabiaIE,
  784. SkyNewsArabiaArticleIE,
  785. )
  786. from .skysports import SkySportsIE
  787. from .slideshare import SlideshareIE
  788. from .slutload import SlutloadIE
  789. from .smotri import (
  790. SmotriIE,
  791. SmotriCommunityIE,
  792. SmotriUserIE,
  793. SmotriBroadcastIE,
  794. )
  795. from .snotr import SnotrIE
  796. from .sohu import SohuIE
  797. from .sonyliv import SonyLIVIE
  798. from .soundcloud import (
  799. SoundcloudIE,
  800. SoundcloudSetIE,
  801. SoundcloudUserIE,
  802. SoundcloudPlaylistIE,
  803. SoundcloudSearchIE
  804. )
  805. from .soundgasm import (
  806. SoundgasmIE,
  807. SoundgasmProfileIE
  808. )
  809. from .southpark import (
  810. SouthParkIE,
  811. SouthParkDeIE,
  812. SouthParkDkIE,
  813. SouthParkEsIE,
  814. SouthParkNlIE
  815. )
  816. from .spankbang import SpankBangIE
  817. from .spankwire import SpankwireIE
  818. from .spiegel import SpiegelIE, SpiegelArticleIE
  819. from .spiegeltv import SpiegeltvIE
  820. from .spike import SpikeIE
  821. from .stitcher import StitcherIE
  822. from .sport5 import Sport5IE
  823. from .sportbox import (
  824. SportBoxIE,
  825. SportBoxEmbedIE,
  826. )
  827. from .sportdeutschland import SportDeutschlandIE
  828. from .sportschau import SportschauIE
  829. from .srgssr import (
  830. SRGSSRIE,
  831. SRGSSRPlayIE,
  832. )
  833. from .srmediathek import SRMediathekIE
  834. from .stanfordoc import StanfordOpenClassroomIE
  835. from .steam import SteamIE
  836. from .streamable import StreamableIE
  837. from .streamcloud import StreamcloudIE
  838. from .streamcz import StreamCZIE
  839. from .streetvoice import StreetVoiceIE
  840. from .sunporno import SunPornoIE
  841. from .svt import (
  842. SVTIE,
  843. SVTPlayIE,
  844. )
  845. from .swrmediathek import SWRMediathekIE
  846. from .syfy import SyfyIE
  847. from .sztvhu import SztvHuIE
  848. from .tagesschau import (
  849. TagesschauPlayerIE,
  850. TagesschauIE,
  851. )
  852. from .tass import TassIE
  853. from .tbs import TBSIE
  854. from .tdslifeway import TDSLifewayIE
  855. from .teachertube import (
  856. TeacherTubeIE,
  857. TeacherTubeUserIE,
  858. )
  859. from .teachingchannel import TeachingChannelIE
  860. from .teamcoco import TeamcocoIE
  861. from .techtalks import TechTalksIE
  862. from .ted import TEDIE
  863. from .tele13 import Tele13IE
  864. from .telebruxelles import TeleBruxellesIE
  865. from .telecinco import TelecincoIE
  866. from .telegraaf import TelegraafIE
  867. from .telemb import TeleMBIE
  868. from .telequebec import TeleQuebecIE
  869. from .teletask import TeleTaskIE
  870. from .telewebion import TelewebionIE
  871. from .testurl import TestURLIE
  872. from .tf1 import TF1IE
  873. from .tfo import TFOIE
  874. from .theintercept import TheInterceptIE
  875. from .theplatform import (
  876. ThePlatformIE,
  877. ThePlatformFeedIE,
  878. )
  879. from .thescene import TheSceneIE
  880. from .thesixtyone import TheSixtyOneIE
  881. from .thestar import TheStarIE
  882. from .thisamericanlife import ThisAmericanLifeIE
  883. from .thisav import ThisAVIE
  884. from .threeqsdn import ThreeQSDNIE
  885. from .tinypic import TinyPicIE
  886. from .tlc import TlcDeIE
  887. from .tmz import (
  888. TMZIE,
  889. TMZArticleIE,
  890. )
  891. from .tnaflix import (
  892. TNAFlixNetworkEmbedIE,
  893. TNAFlixIE,
  894. EMPFlixIE,
  895. MovieFapIE,
  896. )
  897. from .toggle import ToggleIE
  898. from .toutv import TouTvIE
  899. from .toypics import ToypicsUserIE, ToypicsIE
  900. from .traileraddict import TrailerAddictIE
  901. from .trilulilu import TriluliluIE
  902. from .trutv import TruTVIE
  903. from .tube8 import Tube8IE
  904. from .tubitv import TubiTvIE
  905. from .tudou import (
  906. TudouIE,
  907. TudouPlaylistIE,
  908. TudouAlbumIE,
  909. )
  910. from .tumblr import TumblrIE
  911. from .tunein import (
  912. TuneInClipIE,
  913. TuneInStationIE,
  914. TuneInProgramIE,
  915. TuneInTopicIE,
  916. TuneInShortenerIE,
  917. )
  918. from .turbo import TurboIE
  919. from .tutv import TutvIE
  920. from .tv2 import (
  921. TV2IE,
  922. TV2ArticleIE,
  923. )
  924. from .tv3 import TV3IE
  925. from .tv4 import TV4IE
  926. from .tvc import (
  927. TVCIE,
  928. TVCArticleIE,
  929. )
  930. from .tvigle import TvigleIE
  931. from .tvland import TVLandIE
  932. from .tvnoe import TVNoeIE
  933. from .tvp import (
  934. TVPEmbedIE,
  935. TVPIE,
  936. TVPSeriesIE,
  937. )
  938. from .tvplay import (
  939. TVPlayIE,
  940. ViafreeIE,
  941. )
  942. from .tweakers import TweakersIE
  943. from .twentyfourvideo import TwentyFourVideoIE
  944. from .twentymin import TwentyMinutenIE
  945. from .twentytwotracks import (
  946. TwentyTwoTracksIE,
  947. TwentyTwoTracksGenreIE
  948. )
  949. from .twitch import (
  950. TwitchVideoIE,
  951. TwitchChapterIE,
  952. TwitchVodIE,
  953. TwitchProfileIE,
  954. TwitchPastBroadcastsIE,
  955. TwitchStreamIE,
  956. TwitchClipsIE,
  957. )
  958. from .twitter import (
  959. TwitterCardIE,
  960. TwitterIE,
  961. TwitterAmplifyIE,
  962. )
  963. from .udemy import (
  964. UdemyIE,
  965. UdemyCourseIE
  966. )
  967. from .udn import UDNEmbedIE
  968. from .digiteka import DigitekaIE
  969. from .unistra import UnistraIE
  970. from .uol import UOLIE
  971. from .uplynk import (
  972. UplynkIE,
  973. UplynkPreplayIE,
  974. )
  975. from .urort import UrortIE
  976. from .urplay import URPlayIE
  977. from .usanetwork import USANetworkIE
  978. from .usatoday import USATodayIE
  979. from .ustream import UstreamIE, UstreamChannelIE
  980. from .ustudio import (
  981. UstudioIE,
  982. UstudioEmbedIE,
  983. )
  984. from .varzesh3 import Varzesh3IE
  985. from .vbox7 import Vbox7IE
  986. from .veehd import VeeHDIE
  987. from .veoh import VeohIE
  988. from .vessel import VesselIE
  989. from .vesti import VestiIE
  990. from .vevo import (
  991. VevoIE,
  992. VevoPlaylistIE,
  993. )
  994. from .vgtv import (
  995. BTArticleIE,
  996. BTVestlendingenIE,
  997. VGTVIE,
  998. )
  999. from .vh1 import VH1IE
  1000. from .vice import (
  1001. ViceIE,
  1002. ViceShowIE,
  1003. )
  1004. from .viceland import VicelandIE
  1005. from .vidbit import VidbitIE
  1006. from .viddler import ViddlerIE
  1007. from .videodetective import VideoDetectiveIE
  1008. from .videofyme import VideofyMeIE
  1009. from .videomega import VideoMegaIE
  1010. from .videomore import (
  1011. VideomoreIE,
  1012. VideomoreVideoIE,
  1013. VideomoreSeasonIE,
  1014. )
  1015. from .videopremium import VideoPremiumIE
  1016. from .videott import VideoTtIE
  1017. from .vidio import VidioIE
  1018. from .vidme import (
  1019. VidmeIE,
  1020. VidmeUserIE,
  1021. VidmeUserLikesIE,
  1022. )
  1023. from .vidzi import VidziIE
  1024. from .vier import VierIE, VierVideosIE
  1025. from .viewlift import (
  1026. ViewLiftIE,
  1027. ViewLiftEmbedIE,
  1028. )
  1029. from .viewster import ViewsterIE
  1030. from .viidea import ViideaIE
  1031. from .vimeo import (
  1032. VimeoIE,
  1033. VimeoAlbumIE,
  1034. VimeoChannelIE,
  1035. VimeoGroupsIE,
  1036. VimeoLikesIE,
  1037. VimeoOndemandIE,
  1038. VimeoReviewIE,
  1039. VimeoUserIE,
  1040. VimeoWatchLaterIE,
  1041. )
  1042. from .vimple import VimpleIE
  1043. from .vine import (
  1044. VineIE,
  1045. VineUserIE,
  1046. )
  1047. from .viki import (
  1048. VikiIE,
  1049. VikiChannelIE,
  1050. )
  1051. from .vk import (
  1052. VKIE,
  1053. VKUserVideosIE,
  1054. VKWallPostIE,
  1055. )
  1056. from .vlive import VLiveIE
  1057. from .vodlocker import VodlockerIE
  1058. from .vodplatform import VODPlatformIE
  1059. from .voicerepublic import VoiceRepublicIE
  1060. from .voxmedia import VoxMediaIE
  1061. from .vporn import VpornIE
  1062. from .vrt import VRTIE
  1063. from .vube import VubeIE
  1064. from .vuclip import VuClipIE
  1065. from .walla import WallaIE
  1066. from .washingtonpost import (
  1067. WashingtonPostIE,
  1068. WashingtonPostArticleIE,
  1069. )
  1070. from .wat import WatIE
  1071. from .watchindianporn import WatchIndianPornIE
  1072. from .wdr import (
  1073. WDRIE,
  1074. WDRMobileIE,
  1075. )
  1076. from .webofstories import (
  1077. WebOfStoriesIE,
  1078. WebOfStoriesPlaylistIE,
  1079. )
  1080. from .weiqitv import WeiqiTVIE
  1081. from .wimp import WimpIE
  1082. from .wistia import WistiaIE
  1083. from .worldstarhiphop import WorldStarHipHopIE
  1084. from .wrzuta import (
  1085. WrzutaIE,
  1086. WrzutaPlaylistIE,
  1087. )
  1088. from .wsj import WSJIE
  1089. from .xbef import XBefIE
  1090. from .xboxclips import XboxClipsIE
  1091. from .xfileshare import XFileShareIE
  1092. from .xhamster import (
  1093. XHamsterIE,
  1094. XHamsterEmbedIE,
  1095. )
  1096. from .xiami import (
  1097. XiamiSongIE,
  1098. XiamiAlbumIE,
  1099. XiamiArtistIE,
  1100. XiamiCollectionIE
  1101. )
  1102. from .xminus import XMinusIE
  1103. from .xnxx import XNXXIE
  1104. from .xstream import XstreamIE
  1105. from .xtube import XTubeUserIE, XTubeIE
  1106. from .xuite import XuiteIE
  1107. from .xvideos import XVideosIE
  1108. from .xxxymovies import XXXYMoviesIE
  1109. from .yahoo import (
  1110. YahooIE,
  1111. YahooSearchIE,
  1112. )
  1113. from .yam import YamIE
  1114. from .yandexmusic import (
  1115. YandexMusicTrackIE,
  1116. YandexMusicAlbumIE,
  1117. YandexMusicPlaylistIE,
  1118. )
  1119. from .yesjapan import YesJapanIE
  1120. from .yinyuetai import YinYueTaiIE
  1121. from .ynet import YnetIE
  1122. from .youjizz import YouJizzIE
  1123. from .youku import (
  1124. YoukuIE,
  1125. YoukuShowIE,
  1126. )
  1127. from .youporn import YouPornIE
  1128. from .yourupload import YourUploadIE
  1129. from .youtube import (
  1130. YoutubeIE,
  1131. YoutubeChannelIE,
  1132. YoutubeFavouritesIE,
  1133. YoutubeHistoryIE,
  1134. YoutubeLiveIE,
  1135. YoutubePlaylistIE,
  1136. YoutubePlaylistsIE,
  1137. YoutubeRecommendedIE,
  1138. YoutubeSearchDateIE,
  1139. YoutubeSearchIE,
  1140. YoutubeSearchURLIE,
  1141. YoutubeSharedVideoIE,
  1142. YoutubeShowIE,
  1143. YoutubeSubscriptionsIE,
  1144. YoutubeTruncatedIDIE,
  1145. YoutubeTruncatedURLIE,
  1146. YoutubeUserIE,
  1147. YoutubeWatchLaterIE,
  1148. )
  1149. from .zapiks import ZapiksIE
  1150. from .zdf import ZDFIE, ZDFChannelIE
  1151. from .zingmp3 import ZingMp3IE