__init__.py 21 KB

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