2
0

__init__.py 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. from __future__ import unicode_literals
  2. from .abc import ABCIE
  3. from .abc7news import Abc7NewsIE
  4. from .academicearth import AcademicEarthCourseIE
  5. from .acast import (
  6. ACastIE,
  7. ACastChannelIE,
  8. )
  9. from .addanime import AddAnimeIE
  10. from .adobetv import (
  11. AdobeTVIE,
  12. AdobeTVShowIE,
  13. AdobeTVChannelIE,
  14. AdobeTVVideoIE,
  15. )
  16. from .adultswim import AdultSwimIE
  17. from .aenetworks import AENetworksIE
  18. from .aftonbladet import AftonbladetIE
  19. from .airmozilla import AirMozillaIE
  20. from .aljazeera import AlJazeeraIE
  21. from .alphaporno import AlphaPornoIE
  22. from .anitube import AnitubeIE
  23. from .anysex import AnySexIE
  24. from .aol import AolIE
  25. from .allocine import AllocineIE
  26. from .aparat import AparatIE
  27. from .appleconnect import AppleConnectIE
  28. from .appletrailers import (
  29. AppleTrailersIE,
  30. AppleTrailersSectionIE,
  31. )
  32. from .archiveorg import ArchiveOrgIE
  33. from .ard import (
  34. ARDIE,
  35. ARDMediathekIE,
  36. SportschauIE,
  37. )
  38. from .arte import (
  39. ArteTvIE,
  40. ArteTVPlus7IE,
  41. ArteTVCreativeIE,
  42. ArteTVConcertIE,
  43. ArteTVFutureIE,
  44. ArteTVCinemaIE,
  45. ArteTVDDCIE,
  46. ArteTVEmbedIE,
  47. )
  48. from .atresplayer import AtresPlayerIE
  49. from .atttechchannel import ATTTechChannelIE
  50. from .audimedia import AudiMediaIE
  51. from .audiomack import AudiomackIE, AudiomackAlbumIE
  52. from .azubu import AzubuIE, AzubuLiveIE
  53. from .baidu import BaiduVideoIE
  54. from .bambuser import BambuserIE, BambuserChannelIE
  55. from .bandcamp import BandcampIE, BandcampAlbumIE
  56. from .bbc import (
  57. BBCCoUkIE,
  58. BBCCoUkArticleIE,
  59. BBCIE,
  60. )
  61. from .beeg import BeegIE
  62. from .behindkink import BehindKinkIE
  63. from .beatportpro import BeatportProIE
  64. from .bet import BetIE
  65. from .bigflix import BigflixIE
  66. from .bild import BildIE
  67. from .bilibili import BiliBiliIE
  68. from .bleacherreport import (
  69. BleacherReportIE,
  70. BleacherReportCMSIE,
  71. )
  72. from .blinkx import BlinkxIE
  73. from .bloomberg import BloombergIE
  74. from .bpb import BpbIE
  75. from .br import BRIE
  76. from .breakcom import BreakIE
  77. from .brightcove import (
  78. BrightcoveLegacyIE,
  79. BrightcoveNewIE,
  80. )
  81. from .buzzfeed import BuzzFeedIE
  82. from .byutv import BYUtvIE
  83. from .c56 import C56IE
  84. from .camdemy import (
  85. CamdemyIE,
  86. CamdemyFolderIE
  87. )
  88. from .canalplus import CanalplusIE
  89. from .canalc2 import Canalc2IE
  90. from .canvas import CanvasIE
  91. from .cbs import CBSIE
  92. from .cbsnews import CBSNewsIE
  93. from .cbssports import CBSSportsIE
  94. from .ccc import CCCIE
  95. from .ceskatelevize import CeskaTelevizeIE
  96. from .channel9 import Channel9IE
  97. from .chaturbate import ChaturbateIE
  98. from .chilloutzone import ChilloutzoneIE
  99. from .chirbit import (
  100. ChirbitIE,
  101. ChirbitProfileIE,
  102. )
  103. from .cinchcast import CinchcastIE
  104. from .cinemassacre import CinemassacreIE
  105. from .clipfish import ClipfishIE
  106. from .cliphunter import CliphunterIE
  107. from .clipsyndicate import ClipsyndicateIE
  108. from .cloudy import CloudyIE
  109. from .clubic import ClubicIE
  110. from .clyp import ClypIE
  111. from .cmt import CMTIE
  112. from .cnet import CNETIE
  113. from .cnn import (
  114. CNNIE,
  115. CNNBlogsIE,
  116. CNNArticleIE,
  117. )
  118. from .collegehumor import CollegeHumorIE
  119. from .collegerama import CollegeRamaIE
  120. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  121. from .comcarcoff import ComCarCoffIE
  122. from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
  123. from .condenast import CondeNastIE
  124. from .cracked import CrackedIE
  125. from .criterion import CriterionIE
  126. from .crooksandliars import CrooksAndLiarsIE
  127. from .crunchyroll import (
  128. CrunchyrollIE,
  129. CrunchyrollShowPlaylistIE
  130. )
  131. from .cspan import CSpanIE
  132. from .ctsnews import CtsNewsIE
  133. from .cultureunplugged import CultureUnpluggedIE
  134. from .cwtv import CWTVIE
  135. from .dailymotion import (
  136. DailymotionIE,
  137. DailymotionPlaylistIE,
  138. DailymotionUserIE,
  139. DailymotionCloudIE,
  140. )
  141. from .daum import (
  142. DaumIE,
  143. DaumClipIE,
  144. DaumPlaylistIE,
  145. DaumUserIE,
  146. )
  147. from .dbtv import DBTVIE
  148. from .dcn import (
  149. DCNIE,
  150. DCNVideoIE,
  151. DCNLiveIE,
  152. DCNSeasonIE,
  153. )
  154. from .dctp import DctpTvIE
  155. from .deezer import DeezerPlaylistIE
  156. from .democracynow import DemocracynowIE
  157. from .dfb import DFBIE
  158. from .dhm import DHMIE
  159. from .dotsub import DotsubIE
  160. from .douyutv import DouyuTVIE
  161. from .dplay import DPlayIE
  162. from .dramafever import (
  163. DramaFeverIE,
  164. DramaFeverSeriesIE,
  165. )
  166. from .dreisat import DreiSatIE
  167. from .drbonanza import DRBonanzaIE
  168. from .drtuber import DrTuberIE
  169. from .drtv import DRTVIE
  170. from .dvtv import DVTVIE
  171. from .dump import DumpIE
  172. from .dumpert import DumpertIE
  173. from .defense import DefenseGouvFrIE
  174. from .discovery import DiscoveryIE
  175. from .dropbox import DropboxIE
  176. from .eagleplatform import EaglePlatformIE
  177. from .ebaumsworld import EbaumsWorldIE
  178. from .echomsk import EchoMskIE
  179. from .ehow import EHowIE
  180. from .eighttracks import EightTracksIE
  181. from .einthusan import EinthusanIE
  182. from .eitb import EitbIE
  183. from .ellentv import (
  184. EllenTVIE,
  185. EllenTVClipsIE,
  186. )
  187. from .elpais import ElPaisIE
  188. from .embedly import EmbedlyIE
  189. from .engadget import EngadgetIE
  190. from .eporner import EpornerIE
  191. from .eroprofile import EroProfileIE
  192. from .escapist import EscapistIE
  193. from .espn import ESPNIE
  194. from .esri import EsriVideoIE
  195. from .europa import EuropaIE
  196. from .everyonesmixtape import EveryonesMixtapeIE
  197. from .exfm import ExfmIE
  198. from .expotv import ExpoTVIE
  199. from .extremetube import ExtremeTubeIE
  200. from .facebook import (
  201. FacebookIE,
  202. FacebookPostIE,
  203. )
  204. from .faz import FazIE
  205. from .fc2 import FC2IE
  206. from .fczenit import FczenitIE
  207. from .firstpost import FirstpostIE
  208. from .firsttv import FirstTVIE
  209. from .fivemin import FiveMinIE
  210. from .fivetv import FiveTVIE
  211. from .fktv import FKTVIE
  212. from .flickr import FlickrIE
  213. from .folketinget import FolketingetIE
  214. from .footyroom import FootyRoomIE
  215. from .fourtube import FourTubeIE
  216. from .fox import FOXIE
  217. from .foxgay import FoxgayIE
  218. from .foxnews import FoxNewsIE
  219. from .foxsports import FoxSportsIE
  220. from .franceculture import (
  221. FranceCultureIE,
  222. FranceCultureEmissionIE,
  223. )
  224. from .franceinter import FranceInterIE
  225. from .francetv import (
  226. PluzzIE,
  227. FranceTvInfoIE,
  228. FranceTVIE,
  229. GenerationQuoiIE,
  230. CultureboxIE,
  231. )
  232. from .freesound import FreesoundIE
  233. from .freespeech import FreespeechIE
  234. from .freevideo import FreeVideoIE
  235. from .funimation import FunimationIE
  236. from .funnyordie import FunnyOrDieIE
  237. from .gameinformer import GameInformerIE
  238. from .gamekings import GamekingsIE
  239. from .gameone import (
  240. GameOneIE,
  241. GameOnePlaylistIE,
  242. )
  243. from .gamersyde import GamersydeIE
  244. from .gamespot import GameSpotIE
  245. from .gamestar import GameStarIE
  246. from .gametrailers import GametrailersIE
  247. from .gazeta import GazetaIE
  248. from .gdcvault import GDCVaultIE
  249. from .generic import GenericIE
  250. from .gfycat import GfycatIE
  251. from .giantbomb import GiantBombIE
  252. from .giga import GigaIE
  253. from .glide import GlideIE
  254. from .globo import (
  255. GloboIE,
  256. GloboArticleIE,
  257. )
  258. from .godtube import GodTubeIE
  259. from .goldenmoustache import GoldenMoustacheIE
  260. from .golem import GolemIE
  261. from .googledrive import GoogleDriveIE
  262. from .googleplus import GooglePlusIE
  263. from .googlesearch import GoogleSearchIE
  264. from .goshgay import GoshgayIE
  265. from .gputechconf import GPUTechConfIE
  266. from .groupon import GrouponIE
  267. from .hark import HarkIE
  268. from .hearthisat import HearThisAtIE
  269. from .heise import HeiseIE
  270. from .hellporno import HellPornoIE
  271. from .helsinki import HelsinkiIE
  272. from .hentaistigma import HentaiStigmaIE
  273. from .historicfilms import HistoricFilmsIE
  274. from .hitbox import HitboxIE, HitboxLiveIE
  275. from .hornbunny import HornBunnyIE
  276. from .hotnewhiphop import HotNewHipHopIE
  277. from .hotstar import HotStarIE
  278. from .howcast import HowcastIE
  279. from .howstuffworks import HowStuffWorksIE
  280. from .huffpost import HuffPostIE
  281. from .hypem import HypemIE
  282. from .iconosquare import IconosquareIE
  283. from .ign import (
  284. IGNIE,
  285. OneUPIE,
  286. PCMagIE,
  287. )
  288. from .imdb import (
  289. ImdbIE,
  290. ImdbListIE
  291. )
  292. from .imgur import (
  293. ImgurIE,
  294. ImgurAlbumIE,
  295. )
  296. from .ina import InaIE
  297. from .indavideo import (
  298. IndavideoIE,
  299. IndavideoEmbedIE,
  300. )
  301. from .infoq import InfoQIE
  302. from .instagram import InstagramIE, InstagramUserIE
  303. from .internetvideoarchive import InternetVideoArchiveIE
  304. from .iprima import IPrimaIE
  305. from .iqiyi import IqiyiIE
  306. from .ir90tv import Ir90TvIE
  307. from .ivi import (
  308. IviIE,
  309. IviCompilationIE
  310. )
  311. from .ivideon import IvideonIE
  312. from .izlesene import IzleseneIE
  313. from .jadorecettepub import JadoreCettePubIE
  314. from .jeuxvideo import JeuxVideoIE
  315. from .jove import JoveIE
  316. from .jwplatform import JWPlatformIE
  317. from .jpopsukitv import JpopsukiIE
  318. from .kaltura import KalturaIE
  319. from .kanalplay import KanalPlayIE
  320. from .kankan import KankanIE
  321. from .karaoketv import KaraoketvIE
  322. from .karrierevideos import KarriereVideosIE
  323. from .keezmovies import KeezMoviesIE
  324. from .khanacademy import KhanAcademyIE
  325. from .kickstarter import KickStarterIE
  326. from .keek import KeekIE
  327. from .kontrtube import KontrTubeIE
  328. from .krasview import KrasViewIE
  329. from .ku6 import Ku6IE
  330. from .kuwo import (
  331. KuwoIE,
  332. KuwoAlbumIE,
  333. KuwoChartIE,
  334. KuwoSingerIE,
  335. KuwoCategoryIE,
  336. KuwoMvIE,
  337. )
  338. from .la7 import LA7IE
  339. from .laola1tv import Laola1TvIE
  340. from .lecture2go import Lecture2GoIE
  341. from .lemonde import LemondeIE
  342. from .letv import (
  343. LetvIE,
  344. LetvTvIE,
  345. LetvPlaylistIE,
  346. LetvCloudIE,
  347. )
  348. from .libsyn import LibsynIE
  349. from .lifenews import (
  350. LifeNewsIE,
  351. LifeEmbedIE,
  352. )
  353. from .limelight import (
  354. LimelightMediaIE,
  355. LimelightChannelIE,
  356. LimelightChannelListIE,
  357. )
  358. from .liveleak import LiveLeakIE
  359. from .livestream import (
  360. LivestreamIE,
  361. LivestreamOriginalIE,
  362. LivestreamShortenerIE,
  363. )
  364. from .lnkgo import LnkGoIE
  365. from .lovehomeporn import LoveHomePornIE
  366. from .lrt import LRTIE
  367. from .lynda import (
  368. LyndaIE,
  369. LyndaCourseIE
  370. )
  371. from .m6 import M6IE
  372. from .macgamestore import MacGameStoreIE
  373. from .mailru import MailRuIE
  374. from .makertv import MakerTVIE
  375. from .malemotion import MalemotionIE
  376. from .mdr import MDRIE
  377. from .metacafe import MetacafeIE
  378. from .metacritic import MetacriticIE
  379. from .mgoon import MgoonIE
  380. from .minhateca import MinhatecaIE
  381. from .ministrygrid import MinistryGridIE
  382. from .miomio import MioMioIE
  383. from .mit import TechTVMITIE, MITIE, OCWMITIE
  384. from .mitele import MiTeleIE
  385. from .mixcloud import MixcloudIE
  386. from .mlb import MLBIE
  387. from .mpora import MporaIE
  388. from .moevideo import MoeVideoIE
  389. from .mofosex import MofosexIE
  390. from .mojvideo import MojvideoIE
  391. from .moniker import MonikerIE
  392. from .mooshare import MooshareIE
  393. from .morningstar import MorningstarIE
  394. from .motherless import MotherlessIE
  395. from .motorsport import MotorsportIE
  396. from .movieclips import MovieClipsIE
  397. from .moviezine import MoviezineIE
  398. from .mtv import (
  399. MTVIE,
  400. MTVServicesEmbeddedIE,
  401. MTVIggyIE,
  402. MTVDEIE,
  403. )
  404. from .muenchentv import MuenchenTVIE
  405. from .musicplayon import MusicPlayOnIE
  406. from .muzu import MuzuTVIE
  407. from .mwave import MwaveIE
  408. from .myspace import MySpaceIE, MySpaceAlbumIE
  409. from .myspass import MySpassIE
  410. from .myvi import MyviIE
  411. from .myvideo import MyVideoIE
  412. from .myvidster import MyVidsterIE
  413. from .nationalgeographic import NationalGeographicIE
  414. from .naver import NaverIE
  415. from .nba import NBAIE
  416. from .nbc import (
  417. NBCIE,
  418. NBCNewsIE,
  419. NBCSportsIE,
  420. NBCSportsVPlayerIE,
  421. MSNBCIE,
  422. )
  423. from .ndr import (
  424. NDRIE,
  425. NJoyIE,
  426. NDREmbedBaseIE,
  427. NDREmbedIE,
  428. NJoyEmbedIE,
  429. )
  430. from .ndtv import NDTVIE
  431. from .netzkino import NetzkinoIE
  432. from .nerdcubed import NerdCubedFeedIE
  433. from .nerdist import NerdistIE
  434. from .neteasemusic import (
  435. NetEaseMusicIE,
  436. NetEaseMusicAlbumIE,
  437. NetEaseMusicSingerIE,
  438. NetEaseMusicListIE,
  439. NetEaseMusicMvIE,
  440. NetEaseMusicProgramIE,
  441. NetEaseMusicDjRadioIE,
  442. )
  443. from .newgrounds import NewgroundsIE
  444. from .newstube import NewstubeIE
  445. from .nextmedia import (
  446. NextMediaIE,
  447. NextMediaActionNewsIE,
  448. AppleDailyIE,
  449. )
  450. from .nextmovie import NextMovieIE
  451. from .nfb import NFBIE
  452. from .nfl import NFLIE
  453. from .nhl import (
  454. NHLIE,
  455. NHLNewsIE,
  456. NHLVideocenterIE,
  457. )
  458. from .nick import NickIE
  459. from .niconico import NiconicoIE, NiconicoPlaylistIE
  460. from .ninegag import NineGagIE
  461. from .noco import NocoIE
  462. from .normalboots import NormalbootsIE
  463. from .nosvideo import NosVideoIE
  464. from .nova import NovaIE
  465. from .novamov import (
  466. NovaMovIE,
  467. WholeCloudIE,
  468. NowVideoIE,
  469. VideoWeedIE,
  470. CloudTimeIE,
  471. )
  472. from .nowness import (
  473. NownessIE,
  474. NownessPlaylistIE,
  475. NownessSeriesIE,
  476. )
  477. from .nowtv import (
  478. NowTVIE,
  479. NowTVListIE,
  480. )
  481. from .npo import (
  482. NPOIE,
  483. NPOLiveIE,
  484. NPORadioIE,
  485. NPORadioFragmentIE,
  486. VPROIE,
  487. WNLIE
  488. )
  489. from .npr import NprIE
  490. from .nrk import (
  491. NRKIE,
  492. NRKPlaylistIE,
  493. NRKTVIE,
  494. )
  495. from .ntvde import NTVDeIE
  496. from .ntvru import NTVRuIE
  497. from .nytimes import (
  498. NYTimesIE,
  499. NYTimesArticleIE,
  500. )
  501. from .nuvid import NuvidIE
  502. from .odnoklassniki import OdnoklassnikiIE
  503. from .oktoberfesttv import OktoberfestTVIE
  504. from .onionstudios import OnionStudiosIE
  505. from .ooyala import (
  506. OoyalaIE,
  507. OoyalaExternalIE,
  508. )
  509. from .ora import OraTVIE
  510. from .orf import (
  511. ORFTVthekIE,
  512. ORFOE1IE,
  513. ORFFM4IE,
  514. ORFIPTVIE,
  515. )
  516. from .pandoratv import PandoraTVIE
  517. from .parliamentliveuk import ParliamentLiveUKIE
  518. from .patreon import PatreonIE
  519. from .pbs import PBSIE
  520. from .periscope import PeriscopeIE
  521. from .philharmoniedeparis import PhilharmonieDeParisIE
  522. from .phoenix import PhoenixIE
  523. from .photobucket import PhotobucketIE
  524. from .pinkbike import PinkbikeIE
  525. from .planetaplay import PlanetaPlayIE
  526. from .pladform import PladformIE
  527. from .played import PlayedIE
  528. from .playfm import PlayFMIE
  529. from .playtvak import PlaytvakIE
  530. from .playvid import PlayvidIE
  531. from .playwire import PlaywireIE
  532. from .pluralsight import (
  533. PluralsightIE,
  534. PluralsightCourseIE,
  535. )
  536. from .podomatic import PodomaticIE
  537. from .porn91 import Porn91IE
  538. from .pornhd import PornHdIE
  539. from .pornhub import (
  540. PornHubIE,
  541. PornHubPlaylistIE,
  542. )
  543. from .pornotube import PornotubeIE
  544. from .pornovoisines import PornoVoisinesIE
  545. from .pornoxo import PornoXOIE
  546. from .primesharetv import PrimeShareTVIE
  547. from .promptfile import PromptFileIE
  548. from .prosiebensat1 import ProSiebenSat1IE
  549. from .puls4 import Puls4IE
  550. from .pyvideo import PyvideoIE
  551. from .qqmusic import (
  552. QQMusicIE,
  553. QQMusicSingerIE,
  554. QQMusicAlbumIE,
  555. QQMusicToplistIE,
  556. QQMusicPlaylistIE,
  557. )
  558. from .quickvid import QuickVidIE
  559. from .r7 import R7IE
  560. from .radiode import RadioDeIE
  561. from .radiojavan import RadioJavanIE
  562. from .radiobremen import RadioBremenIE
  563. from .radiofrance import RadioFranceIE
  564. from .rai import (
  565. RaiTVIE,
  566. RaiIE,
  567. )
  568. from .rbmaradio import RBMARadioIE
  569. from .rds import RDSIE
  570. from .redtube import RedTubeIE
  571. from .regiotv import RegioTVIE
  572. from .restudy import RestudyIE
  573. from .reverbnation import ReverbNationIE
  574. from .revision3 import Revision3IE
  575. from .ringtv import RingTVIE
  576. from .ro220 import Ro220IE
  577. from .rottentomatoes import RottenTomatoesIE
  578. from .roxwel import RoxwelIE
  579. from .rtbf import RTBFIE
  580. from .rte import RteIE, RteRadioIE
  581. from .rtlnl import RtlNlIE
  582. from .rtl2 import RTL2IE
  583. from .rtp import RTPIE
  584. from .rts import RTSIE
  585. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  586. from .rtvnh import RTVNHIE
  587. from .ruhd import RUHDIE
  588. from .ruleporn import RulePornIE
  589. from .rutube import (
  590. RutubeIE,
  591. RutubeChannelIE,
  592. RutubeEmbedIE,
  593. RutubeMovieIE,
  594. RutubePersonIE,
  595. )
  596. from .rutv import RUTVIE
  597. from .ruutu import RuutuIE
  598. from .sandia import SandiaIE
  599. from .safari import (
  600. SafariIE,
  601. SafariCourseIE,
  602. )
  603. from .sapo import SapoIE
  604. from .savefrom import SaveFromIE
  605. from .sbs import SBSIE
  606. from .scivee import SciVeeIE
  607. from .screencast import ScreencastIE
  608. from .screencastomatic import ScreencastOMaticIE
  609. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  610. from .senateisvp import SenateISVPIE
  611. from .servingsys import ServingSysIE
  612. from .sexu import SexuIE
  613. from .sexykarma import SexyKarmaIE
  614. from .shahid import ShahidIE
  615. from .shared import SharedIE
  616. from .sharesix import ShareSixIE
  617. from .sina import SinaIE
  618. from .skynewsarabia import (
  619. SkyNewsArabiaIE,
  620. SkyNewsArabiaArticleIE,
  621. )
  622. from .slideshare import SlideshareIE
  623. from .slutload import SlutloadIE
  624. from .smotri import (
  625. SmotriIE,
  626. SmotriCommunityIE,
  627. SmotriUserIE,
  628. SmotriBroadcastIE,
  629. )
  630. from .snagfilms import (
  631. SnagFilmsIE,
  632. SnagFilmsEmbedIE,
  633. )
  634. from .snotr import SnotrIE
  635. from .sohu import SohuIE
  636. from .soundcloud import (
  637. SoundcloudIE,
  638. SoundcloudSetIE,
  639. SoundcloudUserIE,
  640. SoundcloudPlaylistIE,
  641. SoundcloudSearchIE
  642. )
  643. from .soundgasm import (
  644. SoundgasmIE,
  645. SoundgasmProfileIE
  646. )
  647. from .southpark import (
  648. SouthParkIE,
  649. SouthParkDeIE,
  650. SouthParkDkIE,
  651. SouthParkEsIE,
  652. SouthParkNlIE
  653. )
  654. from .space import SpaceIE
  655. from .spankbang import SpankBangIE
  656. from .spankwire import SpankwireIE
  657. from .spiegel import SpiegelIE, SpiegelArticleIE
  658. from .spiegeltv import SpiegeltvIE
  659. from .spike import SpikeIE
  660. from .stitcher import StitcherIE
  661. from .sport5 import Sport5IE
  662. from .sportbox import (
  663. SportBoxIE,
  664. SportBoxEmbedIE,
  665. )
  666. from .sportdeutschland import SportDeutschlandIE
  667. from .srgssr import (
  668. SRGSSRIE,
  669. SRGSSRPlayIE,
  670. )
  671. from .srmediathek import SRMediathekIE
  672. from .ssa import SSAIE
  673. from .stanfordoc import StanfordOpenClassroomIE
  674. from .steam import SteamIE
  675. from .streamcloud import StreamcloudIE
  676. from .streamcz import StreamCZIE
  677. from .streetvoice import StreetVoiceIE
  678. from .sunporno import SunPornoIE
  679. from .svt import (
  680. SVTIE,
  681. SVTPlayIE,
  682. )
  683. from .swrmediathek import SWRMediathekIE
  684. from .syfy import SyfyIE
  685. from .sztvhu import SztvHuIE
  686. from .tagesschau import TagesschauIE
  687. from .tapely import TapelyIE
  688. from .tass import TassIE
  689. from .teachertube import (
  690. TeacherTubeIE,
  691. TeacherTubeUserIE,
  692. )
  693. from .teachingchannel import TeachingChannelIE
  694. from .teamcoco import TeamcocoIE
  695. from .techtalks import TechTalksIE
  696. from .ted import TEDIE
  697. from .tele13 import Tele13IE
  698. from .telebruxelles import TeleBruxellesIE
  699. from .telecinco import TelecincoIE
  700. from .telegraaf import TelegraafIE
  701. from .telemb import TeleMBIE
  702. from .teletask import TeleTaskIE
  703. from .tenplay import TenPlayIE
  704. from .testurl import TestURLIE
  705. from .tf1 import TF1IE
  706. from .theintercept import TheInterceptIE
  707. from .theonion import TheOnionIE
  708. from .theplatform import (
  709. ThePlatformIE,
  710. ThePlatformFeedIE,
  711. )
  712. from .thesixtyone import TheSixtyOneIE
  713. from .thisamericanlife import ThisAmericanLifeIE
  714. from .thisav import ThisAVIE
  715. from .tinypic import TinyPicIE
  716. from .tlc import TlcDeIE
  717. from .tmz import (
  718. TMZIE,
  719. TMZArticleIE,
  720. )
  721. from .tnaflix import (
  722. TNAFlixIE,
  723. EMPFlixIE,
  724. MovieFapIE,
  725. )
  726. from .toggle import ToggleIE
  727. from .thvideo import (
  728. THVideoIE,
  729. THVideoPlaylistIE
  730. )
  731. from .toutv import TouTvIE
  732. from .toypics import ToypicsUserIE, ToypicsIE
  733. from .traileraddict import TrailerAddictIE
  734. from .trilulilu import TriluliluIE
  735. from .trollvids import TrollvidsIE
  736. from .trutube import TruTubeIE
  737. from .tube8 import Tube8IE
  738. from .tubitv import TubiTvIE
  739. from .tudou import (
  740. TudouIE,
  741. TudouPlaylistIE,
  742. TudouAlbumIE,
  743. )
  744. from .tumblr import TumblrIE
  745. from .tunein import (
  746. TuneInClipIE,
  747. TuneInStationIE,
  748. TuneInProgramIE,
  749. TuneInTopicIE,
  750. TuneInShortenerIE,
  751. )
  752. from .turbo import TurboIE
  753. from .tutv import TutvIE
  754. from .tv2 import (
  755. TV2IE,
  756. TV2ArticleIE,
  757. )
  758. from .tv4 import TV4IE
  759. from .tvc import (
  760. TVCIE,
  761. TVCArticleIE,
  762. )
  763. from .tvigle import TvigleIE
  764. from .tvland import TVLandIE
  765. from .tvp import TvpIE, TvpSeriesIE
  766. from .tvplay import TVPlayIE
  767. from .tweakers import TweakersIE
  768. from .twentyfourvideo import TwentyFourVideoIE
  769. from .twentymin import TwentyMinutenIE
  770. from .twentytwotracks import (
  771. TwentyTwoTracksIE,
  772. TwentyTwoTracksGenreIE
  773. )
  774. from .twitch import (
  775. TwitchVideoIE,
  776. TwitchChapterIE,
  777. TwitchVodIE,
  778. TwitchProfileIE,
  779. TwitchPastBroadcastsIE,
  780. TwitchBookmarksIE,
  781. TwitchStreamIE,
  782. )
  783. from .twitter import TwitterCardIE, TwitterIE
  784. from .ubu import UbuIE
  785. from .udemy import (
  786. UdemyIE,
  787. UdemyCourseIE
  788. )
  789. from .udn import UDNEmbedIE
  790. from .digiteka import DigitekaIE
  791. from .unistra import UnistraIE
  792. from .urort import UrortIE
  793. from .ustream import UstreamIE, UstreamChannelIE
  794. from .varzesh3 import Varzesh3IE
  795. from .vbox7 import Vbox7IE
  796. from .veehd import VeeHDIE
  797. from .veoh import VeohIE
  798. from .vessel import VesselIE
  799. from .vesti import VestiIE
  800. from .vevo import VevoIE
  801. from .vgtv import (
  802. BTArticleIE,
  803. BTVestlendingenIE,
  804. VGTVIE,
  805. )
  806. from .vh1 import VH1IE
  807. from .vice import ViceIE
  808. from .viddler import ViddlerIE
  809. from .videodetective import VideoDetectiveIE
  810. from .videofyme import VideofyMeIE
  811. from .videomega import VideoMegaIE
  812. from .videomore import (
  813. VideomoreIE,
  814. VideomoreVideoIE,
  815. VideomoreSeasonIE,
  816. )
  817. from .videopremium import VideoPremiumIE
  818. from .videott import VideoTtIE
  819. from .vidme import VidmeIE
  820. from .vidzi import VidziIE
  821. from .vier import VierIE, VierVideosIE
  822. from .viewster import ViewsterIE
  823. from .viidea import ViideaIE
  824. from .vimeo import (
  825. VimeoIE,
  826. VimeoAlbumIE,
  827. VimeoChannelIE,
  828. VimeoGroupsIE,
  829. VimeoLikesIE,
  830. VimeoReviewIE,
  831. VimeoUserIE,
  832. VimeoWatchLaterIE,
  833. )
  834. from .vimple import VimpleIE
  835. from .vine import (
  836. VineIE,
  837. VineUserIE,
  838. )
  839. from .viki import (
  840. VikiIE,
  841. VikiChannelIE,
  842. )
  843. from .vk import (
  844. VKIE,
  845. VKUserVideosIE,
  846. )
  847. from .vlive import VLiveIE
  848. from .vodlocker import VodlockerIE
  849. from .voicerepublic import VoiceRepublicIE
  850. from .vporn import VpornIE
  851. from .vrt import VRTIE
  852. from .vube import VubeIE
  853. from .vuclip import VuClipIE
  854. from .vulture import VultureIE
  855. from .walla import WallaIE
  856. from .washingtonpost import WashingtonPostIE
  857. from .wat import WatIE
  858. from .wayofthemaster import WayOfTheMasterIE
  859. from .wdr import (
  860. WDRIE,
  861. WDRMobileIE,
  862. WDRMausIE,
  863. )
  864. from .webofstories import (
  865. WebOfStoriesIE,
  866. WebOfStoriesPlaylistIE,
  867. )
  868. from .weibo import WeiboIE
  869. from .weiqitv import WeiqiTVIE
  870. from .wimp import WimpIE
  871. from .wistia import WistiaIE
  872. from .worldstarhiphop import WorldStarHipHopIE
  873. from .wrzuta import WrzutaIE
  874. from .wsj import WSJIE
  875. from .xbef import XBefIE
  876. from .xboxclips import XboxClipsIE
  877. from .xfileshare import XFileShareIE
  878. from .xhamster import (
  879. XHamsterIE,
  880. XHamsterEmbedIE,
  881. )
  882. from .xminus import XMinusIE
  883. from .xnxx import XNXXIE
  884. from .xstream import XstreamIE
  885. from .xtube import XTubeUserIE, XTubeIE
  886. from .xuite import XuiteIE
  887. from .xvideos import XVideosIE
  888. from .xxxymovies import XXXYMoviesIE
  889. from .yahoo import (
  890. YahooIE,
  891. YahooSearchIE,
  892. )
  893. from .yam import YamIE
  894. from .yandexmusic import (
  895. YandexMusicTrackIE,
  896. YandexMusicAlbumIE,
  897. YandexMusicPlaylistIE,
  898. )
  899. from .yesjapan import YesJapanIE
  900. from .yinyuetai import YinYueTaiIE
  901. from .ynet import YnetIE
  902. from .youjizz import YouJizzIE
  903. from .youku import YoukuIE
  904. from .youporn import YouPornIE
  905. from .yourupload import YourUploadIE
  906. from .youtube import (
  907. YoutubeIE,
  908. YoutubeChannelIE,
  909. YoutubeFavouritesIE,
  910. YoutubeHistoryIE,
  911. YoutubePlaylistIE,
  912. YoutubeRecommendedIE,
  913. YoutubeSearchDateIE,
  914. YoutubeSearchIE,
  915. YoutubeSearchURLIE,
  916. YoutubeShowIE,
  917. YoutubeSubscriptionsIE,
  918. YoutubeTruncatedIDIE,
  919. YoutubeTruncatedURLIE,
  920. YoutubeUserIE,
  921. YoutubePlaylistsIE,
  922. YoutubeWatchLaterIE,
  923. )
  924. from .zapiks import ZapiksIE
  925. from .zdf import ZDFIE, ZDFChannelIE
  926. from .zingmp3 import (
  927. ZingMp3SongIE,
  928. ZingMp3AlbumIE,
  929. )
  930. from .zippcast import ZippCastIE
  931. _ALL_CLASSES = [
  932. klass
  933. for name, klass in globals().items()
  934. if name.endswith('IE') and name != 'GenericIE'
  935. ]
  936. _ALL_CLASSES.append(GenericIE)
  937. def gen_extractors():
  938. """ Return a list of an instance of every supported extractor.
  939. The order does matter; the first extractor matched is the one handling the URL.
  940. """
  941. return [klass() for klass in _ALL_CLASSES]
  942. def list_extractors(age_limit):
  943. """
  944. Return a list of extractors that are suitable for the given age,
  945. sorted by extractor ID.
  946. """
  947. return sorted(
  948. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  949. key=lambda ie: ie.IE_NAME.lower())
  950. def get_info_extractor(ie_name):
  951. """Returns the info extractor class with the given ie_name"""
  952. return globals()[ie_name + 'IE']