extractors.py 27 KB

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