__init__.py 23 KB

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