__init__.py 22 KB

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