__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. )
  145. from .dbtv import DBTVIE
  146. from .dcn import (
  147. DCNIE,
  148. DCNVideoIE,
  149. DCNLiveIE,
  150. DCNSeasonIE,
  151. )
  152. from .dctp import DctpTvIE
  153. from .deezer import DeezerPlaylistIE
  154. from .democracynow import DemocracynowIE
  155. from .dfb import DFBIE
  156. from .dhm import DHMIE
  157. from .dotsub import DotsubIE
  158. from .douyutv import DouyuTVIE
  159. from .dplay import DPlayIE
  160. from .dramafever import (
  161. DramaFeverIE,
  162. DramaFeverSeriesIE,
  163. )
  164. from .dreisat import DreiSatIE
  165. from .drbonanza import DRBonanzaIE
  166. from .drtuber import DrTuberIE
  167. from .drtv import DRTVIE
  168. from .dvtv import DVTVIE
  169. from .dump import DumpIE
  170. from .dumpert import DumpertIE
  171. from .defense import DefenseGouvFrIE
  172. from .discovery import DiscoveryIE
  173. from .dropbox import DropboxIE
  174. from .eagleplatform import EaglePlatformIE
  175. from .ebaumsworld import EbaumsWorldIE
  176. from .echomsk import EchoMskIE
  177. from .ehow import EHowIE
  178. from .eighttracks import EightTracksIE
  179. from .einthusan import EinthusanIE
  180. from .eitb import EitbIE
  181. from .ellentv import (
  182. EllenTVIE,
  183. EllenTVClipsIE,
  184. )
  185. from .elpais import ElPaisIE
  186. from .embedly import EmbedlyIE
  187. from .engadget import EngadgetIE
  188. from .eporner import EpornerIE
  189. from .eroprofile import EroProfileIE
  190. from .escapist import EscapistIE
  191. from .espn import ESPNIE
  192. from .esri import EsriVideoIE
  193. from .europa import EuropaIE
  194. from .everyonesmixtape import EveryonesMixtapeIE
  195. from .exfm import ExfmIE
  196. from .expotv import ExpoTVIE
  197. from .extremetube import ExtremeTubeIE
  198. from .facebook import (
  199. FacebookIE,
  200. FacebookPostIE,
  201. )
  202. from .faz import FazIE
  203. from .fc2 import FC2IE
  204. from .fczenit import FczenitIE
  205. from .firstpost import FirstpostIE
  206. from .firsttv import FirstTVIE
  207. from .fivemin import FiveMinIE
  208. from .fivetv import FiveTVIE
  209. from .fktv import FKTVIE
  210. from .flickr import FlickrIE
  211. from .folketinget import FolketingetIE
  212. from .footyroom import FootyRoomIE
  213. from .fourtube import FourTubeIE
  214. from .fox import FOXIE
  215. from .foxgay import FoxgayIE
  216. from .foxnews import FoxNewsIE
  217. from .foxsports import FoxSportsIE
  218. from .franceculture import (
  219. FranceCultureIE,
  220. FranceCultureEmissionIE,
  221. )
  222. from .franceinter import FranceInterIE
  223. from .francetv import (
  224. PluzzIE,
  225. FranceTvInfoIE,
  226. FranceTVIE,
  227. GenerationQuoiIE,
  228. CultureboxIE,
  229. )
  230. from .freesound import FreesoundIE
  231. from .freespeech import FreespeechIE
  232. from .freevideo import FreeVideoIE
  233. from .funimation import FunimationIE
  234. from .funnyordie import FunnyOrDieIE
  235. from .gameinformer import GameInformerIE
  236. from .gamekings import GamekingsIE
  237. from .gameone import (
  238. GameOneIE,
  239. GameOnePlaylistIE,
  240. )
  241. from .gamersyde import GamersydeIE
  242. from .gamespot import GameSpotIE
  243. from .gamestar import GameStarIE
  244. from .gametrailers import GametrailersIE
  245. from .gazeta import GazetaIE
  246. from .gdcvault import GDCVaultIE
  247. from .generic import GenericIE
  248. from .gfycat import GfycatIE
  249. from .giantbomb import GiantBombIE
  250. from .giga import GigaIE
  251. from .glide import GlideIE
  252. from .globo import (
  253. GloboIE,
  254. GloboArticleIE,
  255. )
  256. from .godtube import GodTubeIE
  257. from .goldenmoustache import GoldenMoustacheIE
  258. from .golem import GolemIE
  259. from .googledrive import GoogleDriveIE
  260. from .googleplus import GooglePlusIE
  261. from .googlesearch import GoogleSearchIE
  262. from .goshgay import GoshgayIE
  263. from .gputechconf import GPUTechConfIE
  264. from .groupon import GrouponIE
  265. from .hark import HarkIE
  266. from .hearthisat import HearThisAtIE
  267. from .heise import HeiseIE
  268. from .hellporno import HellPornoIE
  269. from .helsinki import HelsinkiIE
  270. from .hentaistigma import HentaiStigmaIE
  271. from .historicfilms import HistoricFilmsIE
  272. from .hitbox import HitboxIE, HitboxLiveIE
  273. from .hornbunny import HornBunnyIE
  274. from .hotnewhiphop import HotNewHipHopIE
  275. from .hotstar import HotStarIE
  276. from .howcast import HowcastIE
  277. from .howstuffworks import HowStuffWorksIE
  278. from .huffpost import HuffPostIE
  279. from .hypem import HypemIE
  280. from .iconosquare import IconosquareIE
  281. from .ign import (
  282. IGNIE,
  283. OneUPIE,
  284. PCMagIE,
  285. )
  286. from .imdb import (
  287. ImdbIE,
  288. ImdbListIE
  289. )
  290. from .imgur import (
  291. ImgurIE,
  292. ImgurAlbumIE,
  293. )
  294. from .ina import InaIE
  295. from .indavideo import (
  296. IndavideoIE,
  297. IndavideoEmbedIE,
  298. )
  299. from .infoq import InfoQIE
  300. from .instagram import InstagramIE, InstagramUserIE
  301. from .internetvideoarchive import InternetVideoArchiveIE
  302. from .iprima import IPrimaIE
  303. from .iqiyi import IqiyiIE
  304. from .ir90tv import Ir90TvIE
  305. from .ivi import (
  306. IviIE,
  307. IviCompilationIE
  308. )
  309. from .ivideon import IvideonIE
  310. from .izlesene import IzleseneIE
  311. from .jadorecettepub import JadoreCettePubIE
  312. from .jeuxvideo import JeuxVideoIE
  313. from .jove import JoveIE
  314. from .jwplatform import JWPlatformIE
  315. from .jpopsukitv import JpopsukiIE
  316. from .kaltura import KalturaIE
  317. from .kanalplay import KanalPlayIE
  318. from .kankan import KankanIE
  319. from .karaoketv import KaraoketvIE
  320. from .karrierevideos import KarriereVideosIE
  321. from .keezmovies import KeezMoviesIE
  322. from .khanacademy import KhanAcademyIE
  323. from .kickstarter import KickStarterIE
  324. from .keek import KeekIE
  325. from .kontrtube import KontrTubeIE
  326. from .krasview import KrasViewIE
  327. from .ku6 import Ku6IE
  328. from .kuwo import (
  329. KuwoIE,
  330. KuwoAlbumIE,
  331. KuwoChartIE,
  332. KuwoSingerIE,
  333. KuwoCategoryIE,
  334. KuwoMvIE,
  335. )
  336. from .la7 import LA7IE
  337. from .laola1tv import Laola1TvIE
  338. from .lecture2go import Lecture2GoIE
  339. from .lemonde import LemondeIE
  340. from .letv import (
  341. LetvIE,
  342. LetvTvIE,
  343. LetvPlaylistIE,
  344. LetvCloudIE,
  345. )
  346. from .libsyn import LibsynIE
  347. from .lifenews import (
  348. LifeNewsIE,
  349. LifeEmbedIE,
  350. )
  351. from .limelight import (
  352. LimelightMediaIE,
  353. LimelightChannelIE,
  354. LimelightChannelListIE,
  355. )
  356. from .liveleak import LiveLeakIE
  357. from .livestream import (
  358. LivestreamIE,
  359. LivestreamOriginalIE,
  360. LivestreamShortenerIE,
  361. )
  362. from .lnkgo import LnkGoIE
  363. from .lovehomeporn import LoveHomePornIE
  364. from .lrt import LRTIE
  365. from .lynda import (
  366. LyndaIE,
  367. LyndaCourseIE
  368. )
  369. from .m6 import M6IE
  370. from .macgamestore import MacGameStoreIE
  371. from .mailru import MailRuIE
  372. from .makertv import MakerTVIE
  373. from .malemotion import MalemotionIE
  374. from .matchtv import MatchTVIE
  375. from .mdr import MDRIE
  376. from .metacafe import MetacafeIE
  377. from .metacritic import MetacriticIE
  378. from .mgoon import MgoonIE
  379. from .minhateca import MinhatecaIE
  380. from .ministrygrid import MinistryGridIE
  381. from .miomio import MioMioIE
  382. from .mit import TechTVMITIE, MITIE, OCWMITIE
  383. from .mitele import MiTeleIE
  384. from .mixcloud import MixcloudIE
  385. from .mlb import MLBIE
  386. from .mpora import MporaIE
  387. from .moevideo import MoeVideoIE
  388. from .mofosex import MofosexIE
  389. from .mojvideo import MojvideoIE
  390. from .moniker import MonikerIE
  391. from .mooshare import MooshareIE
  392. from .morningstar import MorningstarIE
  393. from .motherless import MotherlessIE
  394. from .motorsport import MotorsportIE
  395. from .movieclips import MovieClipsIE
  396. from .moviezine import MoviezineIE
  397. from .mtv import (
  398. MTVIE,
  399. MTVServicesEmbeddedIE,
  400. MTVIggyIE,
  401. MTVDEIE,
  402. )
  403. from .muenchentv import MuenchenTVIE
  404. from .musicplayon import MusicPlayOnIE
  405. from .muzu import MuzuTVIE
  406. from .mwave import MwaveIE
  407. from .myspace import MySpaceIE, MySpaceAlbumIE
  408. from .myspass import MySpassIE
  409. from .myvi import MyviIE
  410. from .myvideo import MyVideoIE
  411. from .myvidster import MyVidsterIE
  412. from .nationalgeographic import NationalGeographicIE
  413. from .naver import NaverIE
  414. from .nba import NBAIE
  415. from .nbc import (
  416. NBCIE,
  417. NBCNewsIE,
  418. NBCSportsIE,
  419. NBCSportsVPlayerIE,
  420. MSNBCIE,
  421. )
  422. from .ndr import (
  423. NDRIE,
  424. NJoyIE,
  425. NDREmbedBaseIE,
  426. NDREmbedIE,
  427. NJoyEmbedIE,
  428. )
  429. from .ndtv import NDTVIE
  430. from .netzkino import NetzkinoIE
  431. from .nerdcubed import NerdCubedFeedIE
  432. from .nerdist import NerdistIE
  433. from .neteasemusic import (
  434. NetEaseMusicIE,
  435. NetEaseMusicAlbumIE,
  436. NetEaseMusicSingerIE,
  437. NetEaseMusicListIE,
  438. NetEaseMusicMvIE,
  439. NetEaseMusicProgramIE,
  440. NetEaseMusicDjRadioIE,
  441. )
  442. from .newgrounds import NewgroundsIE
  443. from .newstube import NewstubeIE
  444. from .nextmedia import (
  445. NextMediaIE,
  446. NextMediaActionNewsIE,
  447. AppleDailyIE,
  448. )
  449. from .nextmovie import NextMovieIE
  450. from .nfb import NFBIE
  451. from .nfl import NFLIE
  452. from .nhl import (
  453. NHLIE,
  454. NHLNewsIE,
  455. NHLVideocenterIE,
  456. )
  457. from .nick import NickIE
  458. from .niconico import NiconicoIE, NiconicoPlaylistIE
  459. from .ninegag import NineGagIE
  460. from .noco import NocoIE
  461. from .normalboots import NormalbootsIE
  462. from .nosvideo import NosVideoIE
  463. from .nova import NovaIE
  464. from .novamov import (
  465. NovaMovIE,
  466. WholeCloudIE,
  467. NowVideoIE,
  468. VideoWeedIE,
  469. CloudTimeIE,
  470. )
  471. from .nowness import (
  472. NownessIE,
  473. NownessPlaylistIE,
  474. NownessSeriesIE,
  475. )
  476. from .nowtv import (
  477. NowTVIE,
  478. NowTVListIE,
  479. )
  480. from .npo import (
  481. NPOIE,
  482. NPOLiveIE,
  483. NPORadioIE,
  484. NPORadioFragmentIE,
  485. SchoolTVIE,
  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']