__init__.py 20 KB

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