__init__.py 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  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 .everyonesmixtape import EveryonesMixtapeIE
  144. from .exfm import ExfmIE
  145. from .expotv import ExpoTVIE
  146. from .extremetube import ExtremeTubeIE
  147. from .facebook import FacebookIE
  148. from .faz import FazIE
  149. from .fc2 import FC2IE
  150. from .firedrive import FiredriveIE
  151. from .firstpost import FirstpostIE
  152. from .firsttv import FirstTVIE
  153. from .fivemin import FiveMinIE
  154. from .fktv import (
  155. FKTVIE,
  156. FKTVPosteckeIE,
  157. )
  158. from .flickr import FlickrIE
  159. from .folketinget import FolketingetIE
  160. from .footyroom import FootyRoomIE
  161. from .fourtube import FourTubeIE
  162. from .foxgay import FoxgayIE
  163. from .foxnews import FoxNewsIE
  164. from .foxsports import FoxSportsIE
  165. from .franceculture import FranceCultureIE
  166. from .franceinter import FranceInterIE
  167. from .francetv import (
  168. PluzzIE,
  169. FranceTvInfoIE,
  170. FranceTVIE,
  171. GenerationQuoiIE,
  172. CultureboxIE,
  173. )
  174. from .freesound import FreesoundIE
  175. from .freespeech import FreespeechIE
  176. from .freevideo import FreeVideoIE
  177. from .funnyordie import FunnyOrDieIE
  178. from .gamekings import GamekingsIE
  179. from .gameone import (
  180. GameOneIE,
  181. GameOnePlaylistIE,
  182. )
  183. from .gamersyde import GamersydeIE
  184. from .gamespot import GameSpotIE
  185. from .gamestar import GameStarIE
  186. from .gametrailers import GametrailersIE
  187. from .gazeta import GazetaIE
  188. from .gdcvault import GDCVaultIE
  189. from .generic import GenericIE
  190. from .gfycat import GfycatIE
  191. from .giantbomb import GiantBombIE
  192. from .giga import GigaIE
  193. from .glide import GlideIE
  194. from .globo import GloboIE
  195. from .godtube import GodTubeIE
  196. from .goldenmoustache import GoldenMoustacheIE
  197. from .golem import GolemIE
  198. from .googleplus import GooglePlusIE
  199. from .googlesearch import GoogleSearchIE
  200. from .gorillavid import GorillaVidIE
  201. from .goshgay import GoshgayIE
  202. from .groupon import GrouponIE
  203. from .hark import HarkIE
  204. from .hearthisat import HearThisAtIE
  205. from .heise import HeiseIE
  206. from .hellporno import HellPornoIE
  207. from .helsinki import HelsinkiIE
  208. from .hentaistigma import HentaiStigmaIE
  209. from .historicfilms import HistoricFilmsIE
  210. from .history import HistoryIE
  211. from .hitbox import HitboxIE, HitboxLiveIE
  212. from .hornbunny import HornBunnyIE
  213. from .hostingbulk import HostingBulkIE
  214. from .hotnewhiphop import HotNewHipHopIE
  215. from .howcast import HowcastIE
  216. from .howstuffworks import HowStuffWorksIE
  217. from .huffpost import HuffPostIE
  218. from .hypem import HypemIE
  219. from .iconosquare import IconosquareIE
  220. from .ign import IGNIE, OneUPIE
  221. from .imdb import (
  222. ImdbIE,
  223. ImdbListIE
  224. )
  225. from .imgur import ImgurIE
  226. from .ina import InaIE
  227. from .infoq import InfoQIE
  228. from .instagram import InstagramIE, InstagramUserIE
  229. from .internetvideoarchive import InternetVideoArchiveIE
  230. from .iprima import IPrimaIE
  231. from .ivi import (
  232. IviIE,
  233. IviCompilationIE
  234. )
  235. from .izlesene import IzleseneIE
  236. from .jadorecettepub import JadoreCettePubIE
  237. from .jeuxvideo import JeuxVideoIE
  238. from .jove import JoveIE
  239. from .jukebox import JukeboxIE
  240. from .jpopsukitv import JpopsukiIE
  241. from .kaltura import KalturaIE
  242. from .kanalplay import KanalPlayIE
  243. from .kankan import KankanIE
  244. from .karaoketv import KaraoketvIE
  245. from .keezmovies import KeezMoviesIE
  246. from .khanacademy import KhanAcademyIE
  247. from .kickstarter import KickStarterIE
  248. from .keek import KeekIE
  249. from .kontrtube import KontrTubeIE
  250. from .krasview import KrasViewIE
  251. from .ku6 import Ku6IE
  252. from .la7 import LA7IE
  253. from .laola1tv import Laola1TvIE
  254. from .letv import (
  255. LetvIE,
  256. LetvTvIE,
  257. LetvPlaylistIE
  258. )
  259. from .libsyn import LibsynIE
  260. from .lifenews import (
  261. LifeNewsIE,
  262. LifeEmbedIE,
  263. )
  264. from .liveleak import LiveLeakIE
  265. from .livestream import (
  266. LivestreamIE,
  267. LivestreamOriginalIE,
  268. LivestreamShortenerIE,
  269. )
  270. from .lnkgo import LnkGoIE
  271. from .lrt import LRTIE
  272. from .lynda import (
  273. LyndaIE,
  274. LyndaCourseIE
  275. )
  276. from .m6 import M6IE
  277. from .macgamestore import MacGameStoreIE
  278. from .mailru import MailRuIE
  279. from .malemotion import MalemotionIE
  280. from .mdr import MDRIE
  281. from .megavideoz import MegaVideozIE
  282. from .metacafe import MetacafeIE
  283. from .metacritic import MetacriticIE
  284. from .mgoon import MgoonIE
  285. from .minhateca import MinhatecaIE
  286. from .ministrygrid import MinistryGridIE
  287. from .miomio import MioMioIE
  288. from .mit import TechTVMITIE, MITIE, OCWMITIE
  289. from .mitele import MiTeleIE
  290. from .mixcloud import MixcloudIE
  291. from .mlb import MLBIE
  292. from .mpora import MporaIE
  293. from .moevideo import MoeVideoIE
  294. from .mofosex import MofosexIE
  295. from .mojvideo import MojvideoIE
  296. from .moniker import MonikerIE
  297. from .mooshare import MooshareIE
  298. from .morningstar import MorningstarIE
  299. from .motherless import MotherlessIE
  300. from .motorsport import MotorsportIE
  301. from .movieclips import MovieClipsIE
  302. from .moviezine import MoviezineIE
  303. from .movshare import MovShareIE
  304. from .mtv import (
  305. MTVIE,
  306. MTVServicesEmbeddedIE,
  307. MTVIggyIE,
  308. )
  309. from .muenchentv import MuenchenTVIE
  310. from .musicplayon import MusicPlayOnIE
  311. from .musicvault import MusicVaultIE
  312. from .muzu import MuzuTVIE
  313. from .myspace import MySpaceIE, MySpaceAlbumIE
  314. from .myspass import MySpassIE
  315. from .myvideo import MyVideoIE
  316. from .myvidster import MyVidsterIE
  317. from .nationalgeographic import NationalGeographicIE
  318. from .naver import NaverIE
  319. from .nba import NBAIE
  320. from .nbc import (
  321. NBCIE,
  322. NBCNewsIE,
  323. NBCSportsIE,
  324. NBCSportsVPlayerIE,
  325. )
  326. from .ndr import (
  327. NDRIE,
  328. NJoyIE,
  329. )
  330. from .ndtv import NDTVIE
  331. from .netzkino import NetzkinoIE
  332. from .nerdcubed import NerdCubedFeedIE
  333. from .nerdist import NerdistIE
  334. from .newgrounds import NewgroundsIE
  335. from .newstube import NewstubeIE
  336. from .nextmedia import (
  337. NextMediaIE,
  338. NextMediaActionNewsIE,
  339. AppleDailyRealtimeNewsIE,
  340. AppleDailyAnimationNewsIE
  341. )
  342. from .nfb import NFBIE
  343. from .nfl import NFLIE
  344. from .nhl import (
  345. NHLIE,
  346. NHLNewsIE,
  347. NHLVideocenterIE,
  348. )
  349. from .niconico import NiconicoIE, NiconicoPlaylistIE
  350. from .ninegag import NineGagIE
  351. from .noco import NocoIE
  352. from .normalboots import NormalbootsIE
  353. from .nosvideo import NosVideoIE
  354. from .novamov import NovaMovIE
  355. from .nowness import NownessIE
  356. from .nowvideo import NowVideoIE
  357. from .npo import (
  358. NPOIE,
  359. NPOLiveIE,
  360. NPORadioIE,
  361. NPORadioFragmentIE,
  362. TegenlichtVproIE,
  363. )
  364. from .nrk import (
  365. NRKIE,
  366. NRKPlaylistIE,
  367. NRKTVIE,
  368. )
  369. from .ntvde import NTVDeIE
  370. from .ntvru import NTVRuIE
  371. from .nytimes import (
  372. NYTimesIE,
  373. NYTimesArticleIE,
  374. )
  375. from .nuvid import NuvidIE
  376. from .odnoklassniki import OdnoklassnikiIE
  377. from .oktoberfesttv import OktoberfestTVIE
  378. from .ooyala import OoyalaIE
  379. from .openfilm import OpenFilmIE
  380. from .orf import (
  381. ORFTVthekIE,
  382. ORFOE1IE,
  383. ORFFM4IE,
  384. ORFIPTVIE,
  385. )
  386. from .parliamentliveuk import ParliamentLiveUKIE
  387. from .patreon import PatreonIE
  388. from .pbs import PBSIE
  389. from .philharmoniedeparis import PhilharmonieDeParisIE
  390. from .phoenix import PhoenixIE
  391. from .photobucket import PhotobucketIE
  392. from .planetaplay import PlanetaPlayIE
  393. from .pladform import PladformIE
  394. from .played import PlayedIE
  395. from .playfm import PlayFMIE
  396. from .playvid import PlayvidIE
  397. from .playwire import PlaywireIE
  398. from .podomatic import PodomaticIE
  399. from .pornhd import PornHdIE
  400. from .pornhub import (
  401. PornHubIE,
  402. PornHubPlaylistIE,
  403. )
  404. from .pornotube import PornotubeIE
  405. from .pornovoisines import PornoVoisinesIE
  406. from .pornoxo import PornoXOIE
  407. from .primesharetv import PrimeShareTVIE
  408. from .promptfile import PromptFileIE
  409. from .prosiebensat1 import ProSiebenSat1IE
  410. from .puls4 import Puls4IE
  411. from .pyvideo import PyvideoIE
  412. from .qqmusic import (
  413. QQMusicIE,
  414. QQMusicSingerIE,
  415. QQMusicAlbumIE,
  416. QQMusicToplistIE,
  417. )
  418. from .quickvid import QuickVidIE
  419. from .r7 import R7IE
  420. from .radiode import RadioDeIE
  421. from .radiojavan import RadioJavanIE
  422. from .radiobremen import RadioBremenIE
  423. from .radiofrance import RadioFranceIE
  424. from .rai import RaiIE
  425. from .rbmaradio import RBMARadioIE
  426. from .redtube import RedTubeIE
  427. from .restudy import RestudyIE
  428. from .reverbnation import ReverbNationIE
  429. from .ringtv import RingTVIE
  430. from .ro220 import Ro220IE
  431. from .rottentomatoes import RottenTomatoesIE
  432. from .roxwel import RoxwelIE
  433. from .rtbf import RTBFIE
  434. from .rte import RteIE
  435. from .rtlnl import RtlNlIE
  436. from .rtlnow import RTLnowIE
  437. from .rtl2 import RTL2IE
  438. from .rtp import RTPIE
  439. from .rts import RTSIE
  440. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  441. from .ruhd import RUHDIE
  442. from .rutube import (
  443. RutubeIE,
  444. RutubeChannelIE,
  445. RutubeEmbedIE,
  446. RutubeMovieIE,
  447. RutubePersonIE,
  448. )
  449. from .rutv import RUTVIE
  450. from .sandia import SandiaIE
  451. from .safari import (
  452. SafariIE,
  453. SafariCourseIE,
  454. )
  455. from .sapo import SapoIE
  456. from .savefrom import SaveFromIE
  457. from .sbs import SBSIE
  458. from .scivee import SciVeeIE
  459. from .screencast import ScreencastIE
  460. from .screencastomatic import ScreencastOMaticIE
  461. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  462. from .senateisvp import SenateISVPIE
  463. from .servingsys import ServingSysIE
  464. from .sexu import SexuIE
  465. from .sexykarma import SexyKarmaIE
  466. from .shared import SharedIE
  467. from .sharesix import ShareSixIE
  468. from .sina import SinaIE
  469. from .slideshare import SlideshareIE
  470. from .slutload import SlutloadIE
  471. from .smotri import (
  472. SmotriIE,
  473. SmotriCommunityIE,
  474. SmotriUserIE,
  475. SmotriBroadcastIE,
  476. )
  477. from .snotr import SnotrIE
  478. from .sockshare import SockshareIE
  479. from .sohu import SohuIE
  480. from .soundcloud import (
  481. SoundcloudIE,
  482. SoundcloudSetIE,
  483. SoundcloudUserIE,
  484. SoundcloudPlaylistIE
  485. )
  486. from .soundgasm import (
  487. SoundgasmIE,
  488. SoundgasmProfileIE
  489. )
  490. from .southpark import (
  491. SouthParkIE,
  492. SouthParkDeIE,
  493. SouthParkDkIE,
  494. SouthParkEsIE,
  495. SouthParkNlIE
  496. )
  497. from .space import SpaceIE
  498. from .spankbang import SpankBangIE
  499. from .spankwire import SpankwireIE
  500. from .spiegel import SpiegelIE, SpiegelArticleIE
  501. from .spiegeltv import SpiegeltvIE
  502. from .spike import SpikeIE
  503. from .sport5 import Sport5IE
  504. from .sportbox import SportBoxIE
  505. from .sportdeutschland import SportDeutschlandIE
  506. from .srf import SrfIE
  507. from .srmediathek import SRMediathekIE
  508. from .ssa import SSAIE
  509. from .stanfordoc import StanfordOpenClassroomIE
  510. from .steam import SteamIE
  511. from .streamcloud import StreamcloudIE
  512. from .streamcz import StreamCZIE
  513. from .streetvoice import StreetVoiceIE
  514. from .sunporno import SunPornoIE
  515. from .svt import (
  516. SVTIE,
  517. SVTPlayIE,
  518. )
  519. from .swrmediathek import SWRMediathekIE
  520. from .syfy import SyfyIE
  521. from .sztvhu import SztvHuIE
  522. from .tagesschau import TagesschauIE
  523. from .tapely import TapelyIE
  524. from .tass import TassIE
  525. from .teachertube import (
  526. TeacherTubeIE,
  527. TeacherTubeUserIE,
  528. )
  529. from .teachingchannel import TeachingChannelIE
  530. from .teamcoco import TeamcocoIE
  531. from .techtalks import TechTalksIE
  532. from .ted import TEDIE
  533. from .telebruxelles import TeleBruxellesIE
  534. from .telecinco import TelecincoIE
  535. from .telemb import TeleMBIE
  536. from .teletask import TeleTaskIE
  537. from .tenplay import TenPlayIE
  538. from .testurl import TestURLIE
  539. from .testtube import TestTubeIE
  540. from .tf1 import TF1IE
  541. from .theonion import TheOnionIE
  542. from .theplatform import ThePlatformIE
  543. from .thesixtyone import TheSixtyOneIE
  544. from .thisav import ThisAVIE
  545. from .tinypic import TinyPicIE
  546. from .tlc import TlcIE, TlcDeIE
  547. from .tmz import (
  548. TMZIE,
  549. TMZArticleIE,
  550. )
  551. from .tnaflix import TNAFlixIE
  552. from .thvideo import (
  553. THVideoIE,
  554. THVideoPlaylistIE
  555. )
  556. from .toutv import TouTvIE
  557. from .toypics import ToypicsUserIE, ToypicsIE
  558. from .traileraddict import TrailerAddictIE
  559. from .trilulilu import TriluliluIE
  560. from .trutube import TruTubeIE
  561. from .tube8 import Tube8IE
  562. from .tudou import TudouIE
  563. from .tumblr import TumblrIE
  564. from .tunein import TuneInIE
  565. from .turbo import TurboIE
  566. from .tutv import TutvIE
  567. from .tv4 import TV4IE
  568. from .tvigle import TvigleIE
  569. from .tvp import TvpIE, TvpSeriesIE
  570. from .tvplay import TVPlayIE
  571. from .tweakers import TweakersIE
  572. from .twentyfourvideo import TwentyFourVideoIE
  573. from .twentytwotracks import (
  574. TwentyTwoTracksIE,
  575. TwentyTwoTracksGenreIE
  576. )
  577. from .twitch import (
  578. TwitchVideoIE,
  579. TwitchChapterIE,
  580. TwitchVodIE,
  581. TwitchProfileIE,
  582. TwitchPastBroadcastsIE,
  583. TwitchBookmarksIE,
  584. TwitchStreamIE,
  585. )
  586. from .ubu import UbuIE
  587. from .udemy import (
  588. UdemyIE,
  589. UdemyCourseIE
  590. )
  591. from .udn import UDNEmbedIE
  592. from .ultimedia import UltimediaIE
  593. from .unistra import UnistraIE
  594. from .urort import UrortIE
  595. from .ustream import UstreamIE, UstreamChannelIE
  596. from .varzesh3 import Varzesh3IE
  597. from .vbox7 import Vbox7IE
  598. from .veehd import VeeHDIE
  599. from .veoh import VeohIE
  600. from .vessel import VesselIE
  601. from .vesti import VestiIE
  602. from .vevo import VevoIE
  603. from .vgtv import (
  604. BTArticleIE,
  605. BTVestlendingenIE,
  606. VGTVIE,
  607. )
  608. from .vh1 import VH1IE
  609. from .vice import ViceIE
  610. from .viddler import ViddlerIE
  611. from .videobam import VideoBamIE
  612. from .videodetective import VideoDetectiveIE
  613. from .videolecturesnet import VideoLecturesNetIE
  614. from .videofyme import VideofyMeIE
  615. from .videomega import VideoMegaIE
  616. from .videopremium import VideoPremiumIE
  617. from .videott import VideoTtIE
  618. from .videoweed import VideoWeedIE
  619. from .vidme import VidmeIE
  620. from .vidzi import VidziIE
  621. from .vier import VierIE, VierVideosIE
  622. from .viewster import ViewsterIE
  623. from .vimeo import (
  624. VimeoIE,
  625. VimeoAlbumIE,
  626. VimeoChannelIE,
  627. VimeoGroupsIE,
  628. VimeoLikesIE,
  629. VimeoReviewIE,
  630. VimeoUserIE,
  631. VimeoWatchLaterIE,
  632. )
  633. from .vimple import VimpleIE
  634. from .vine import (
  635. VineIE,
  636. VineUserIE,
  637. )
  638. from .viki import VikiIE
  639. from .vk import (
  640. VKIE,
  641. VKUserVideosIE,
  642. )
  643. from .vodlocker import VodlockerIE
  644. from .voicerepublic import VoiceRepublicIE
  645. from .vporn import VpornIE
  646. from .vrt import VRTIE
  647. from .vube import VubeIE
  648. from .vuclip import VuClipIE
  649. from .vulture import VultureIE
  650. from .walla import WallaIE
  651. from .washingtonpost import WashingtonPostIE
  652. from .wat import WatIE
  653. from .wayofthemaster import WayOfTheMasterIE
  654. from .wdr import (
  655. WDRIE,
  656. WDRMobileIE,
  657. WDRMausIE,
  658. )
  659. from .webofstories import WebOfStoriesIE
  660. from .weibo import WeiboIE
  661. from .wimp import WimpIE
  662. from .wistia import WistiaIE
  663. from .worldstarhiphop import WorldStarHipHopIE
  664. from .wrzuta import WrzutaIE
  665. from .wsj import WSJIE
  666. from .xbef import XBefIE
  667. from .xboxclips import XboxClipsIE
  668. from .xhamster import XHamsterIE
  669. from .xminus import XMinusIE
  670. from .xnxx import XNXXIE
  671. from .xstream import XstreamIE
  672. from .xtube import XTubeUserIE, XTubeIE
  673. from .xuite import XuiteIE
  674. from .xvideos import XVideosIE
  675. from .xxxymovies import XXXYMoviesIE
  676. from .yahoo import (
  677. YahooIE,
  678. YahooSearchIE,
  679. )
  680. from .yam import YamIE
  681. from .yandexmusic import (
  682. YandexMusicTrackIE,
  683. YandexMusicAlbumIE,
  684. YandexMusicPlaylistIE,
  685. )
  686. from .yesjapan import YesJapanIE
  687. from .ynet import YnetIE
  688. from .youjizz import YouJizzIE
  689. from .youku import YoukuIE
  690. from .youporn import YouPornIE
  691. from .yourupload import YourUploadIE
  692. from .youtube import (
  693. YoutubeIE,
  694. YoutubeChannelIE,
  695. YoutubeFavouritesIE,
  696. YoutubeHistoryIE,
  697. YoutubePlaylistIE,
  698. YoutubeRecommendedIE,
  699. YoutubeSearchDateIE,
  700. YoutubeSearchIE,
  701. YoutubeSearchURLIE,
  702. YoutubeShowIE,
  703. YoutubeSubscriptionsIE,
  704. YoutubeTruncatedIDIE,
  705. YoutubeTruncatedURLIE,
  706. YoutubeUserIE,
  707. YoutubeWatchLaterIE,
  708. )
  709. from .zapiks import ZapiksIE
  710. from .zdf import ZDFIE, ZDFChannelIE
  711. from .zingmp3 import (
  712. ZingMp3SongIE,
  713. ZingMp3AlbumIE,
  714. )
  715. _ALL_CLASSES = [
  716. klass
  717. for name, klass in globals().items()
  718. if name.endswith('IE') and name != 'GenericIE'
  719. ]
  720. _ALL_CLASSES.append(GenericIE)
  721. def gen_extractors():
  722. """ Return a list of an instance of every supported extractor.
  723. The order does matter; the first extractor matched is the one handling the URL.
  724. """
  725. return [klass() for klass in _ALL_CLASSES]
  726. def list_extractors(age_limit):
  727. """
  728. Return a list of extractors that are suitable for the given age,
  729. sorted by extractor ID.
  730. """
  731. return sorted(
  732. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  733. key=lambda ie: ie.IE_NAME.lower())
  734. def get_info_extractor(ie_name):
  735. """Returns the info extractor class with the given ie_name"""
  736. return globals()[ie_name + 'IE']