__init__.py 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  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 .firstpost import FirstpostIE
  152. from .firsttv import FirstTVIE
  153. from .fivemin import FiveMinIE
  154. from .fivetv import FiveTVIE
  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 .iqiyi import IqiyiIE
  233. from .ivi import (
  234. IviIE,
  235. IviCompilationIE
  236. )
  237. from .izlesene import IzleseneIE
  238. from .jadorecettepub import JadoreCettePubIE
  239. from .jeuxvideo import JeuxVideoIE
  240. from .jove import JoveIE
  241. from .jukebox import JukeboxIE
  242. from .jpopsukitv import JpopsukiIE
  243. from .kaltura import KalturaIE
  244. from .kanalplay import KanalPlayIE
  245. from .kankan import KankanIE
  246. from .karaoketv import KaraoketvIE
  247. from .karrierevideos import KarriereVideosIE
  248. from .keezmovies import KeezMoviesIE
  249. from .khanacademy import KhanAcademyIE
  250. from .kickstarter import KickStarterIE
  251. from .keek import KeekIE
  252. from .kontrtube import KontrTubeIE
  253. from .krasview import KrasViewIE
  254. from .ku6 import Ku6IE
  255. from .la7 import LA7IE
  256. from .laola1tv import Laola1TvIE
  257. from .letv import (
  258. LetvIE,
  259. LetvTvIE,
  260. LetvPlaylistIE
  261. )
  262. from .libsyn import LibsynIE
  263. from .lifenews import (
  264. LifeNewsIE,
  265. LifeEmbedIE,
  266. )
  267. from .liveleak import LiveLeakIE
  268. from .livestream import (
  269. LivestreamIE,
  270. LivestreamOriginalIE,
  271. LivestreamShortenerIE,
  272. )
  273. from .lnkgo import LnkGoIE
  274. from .lrt import LRTIE
  275. from .lynda import (
  276. LyndaIE,
  277. LyndaCourseIE
  278. )
  279. from .m6 import M6IE
  280. from .macgamestore import MacGameStoreIE
  281. from .mailru import MailRuIE
  282. from .malemotion import MalemotionIE
  283. from .mdr import MDRIE
  284. from .megavideoz import MegaVideozIE
  285. from .metacafe import MetacafeIE
  286. from .metacritic import MetacriticIE
  287. from .mgoon import MgoonIE
  288. from .minhateca import MinhatecaIE
  289. from .ministrygrid import MinistryGridIE
  290. from .miomio import MioMioIE
  291. from .mit import TechTVMITIE, MITIE, OCWMITIE
  292. from .mitele import MiTeleIE
  293. from .mixcloud import MixcloudIE
  294. from .mlb import MLBIE
  295. from .mpora import MporaIE
  296. from .moevideo import MoeVideoIE
  297. from .mofosex import MofosexIE
  298. from .mojvideo import MojvideoIE
  299. from .moniker import MonikerIE
  300. from .mooshare import MooshareIE
  301. from .morningstar import MorningstarIE
  302. from .motherless import MotherlessIE
  303. from .motorsport import MotorsportIE
  304. from .movieclips import MovieClipsIE
  305. from .moviezine import MoviezineIE
  306. from .movshare import MovShareIE
  307. from .mtv import (
  308. MTVIE,
  309. MTVServicesEmbeddedIE,
  310. MTVIggyIE,
  311. )
  312. from .muenchentv import MuenchenTVIE
  313. from .musicplayon import MusicPlayOnIE
  314. from .musicvault import MusicVaultIE
  315. from .muzu import MuzuTVIE
  316. from .myspace import MySpaceIE, MySpaceAlbumIE
  317. from .myspass import MySpassIE
  318. from .myvideo import MyVideoIE
  319. from .myvidster import MyVidsterIE
  320. from .nationalgeographic import NationalGeographicIE
  321. from .naver import NaverIE
  322. from .nba import NBAIE
  323. from .nbc import (
  324. NBCIE,
  325. NBCNewsIE,
  326. NBCSportsIE,
  327. NBCSportsVPlayerIE,
  328. )
  329. from .ndr import (
  330. NDRIE,
  331. NJoyIE,
  332. )
  333. from .ndtv import NDTVIE
  334. from .netzkino import NetzkinoIE
  335. from .nerdcubed import NerdCubedFeedIE
  336. from .nerdist import NerdistIE
  337. from .newgrounds import NewgroundsIE
  338. from .newstube import NewstubeIE
  339. from .nextmedia import (
  340. NextMediaIE,
  341. NextMediaActionNewsIE,
  342. AppleDailyIE,
  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 .nova import NovaIE
  357. from .novamov import NovaMovIE
  358. from .nowness import NownessIE
  359. from .nowtv import NowTVIE
  360. from .nowvideo import NowVideoIE
  361. from .npo import (
  362. NPOIE,
  363. NPOLiveIE,
  364. NPORadioIE,
  365. NPORadioFragmentIE,
  366. TegenlichtVproIE,
  367. )
  368. from .nrk import (
  369. NRKIE,
  370. NRKPlaylistIE,
  371. NRKTVIE,
  372. )
  373. from .ntvde import NTVDeIE
  374. from .ntvru import NTVRuIE
  375. from .nytimes import (
  376. NYTimesIE,
  377. NYTimesArticleIE,
  378. )
  379. from .nuvid import NuvidIE
  380. from .odnoklassniki import OdnoklassnikiIE
  381. from .oktoberfesttv import OktoberfestTVIE
  382. from .ooyala import (
  383. OoyalaIE,
  384. OoyalaExternalIE,
  385. )
  386. from .openfilm import OpenFilmIE
  387. from .orf import (
  388. ORFTVthekIE,
  389. ORFOE1IE,
  390. ORFFM4IE,
  391. ORFIPTVIE,
  392. )
  393. from .parliamentliveuk import ParliamentLiveUKIE
  394. from .patreon import PatreonIE
  395. from .pbs import PBSIE
  396. from .philharmoniedeparis import PhilharmonieDeParisIE
  397. from .phoenix import PhoenixIE
  398. from .photobucket import PhotobucketIE
  399. from .planetaplay import PlanetaPlayIE
  400. from .pladform import PladformIE
  401. from .played import PlayedIE
  402. from .playfm import PlayFMIE
  403. from .playvid import PlayvidIE
  404. from .playwire import PlaywireIE
  405. from .podomatic import PodomaticIE
  406. from .porn91 import Porn91IE
  407. from .pornhd import PornHdIE
  408. from .pornhub import (
  409. PornHubIE,
  410. PornHubPlaylistIE,
  411. )
  412. from .pornotube import PornotubeIE
  413. from .pornovoisines import PornoVoisinesIE
  414. from .pornoxo import PornoXOIE
  415. from .primesharetv import PrimeShareTVIE
  416. from .promptfile import PromptFileIE
  417. from .prosiebensat1 import ProSiebenSat1IE
  418. from .puls4 import Puls4IE
  419. from .pyvideo import PyvideoIE
  420. from .qqmusic import (
  421. QQMusicIE,
  422. QQMusicSingerIE,
  423. QQMusicAlbumIE,
  424. QQMusicToplistIE,
  425. )
  426. from .quickvid import QuickVidIE
  427. from .r7 import R7IE
  428. from .radiode import RadioDeIE
  429. from .radiojavan import RadioJavanIE
  430. from .radiobremen import RadioBremenIE
  431. from .radiofrance import RadioFranceIE
  432. from .rai import RaiIE
  433. from .rbmaradio import RBMARadioIE
  434. from .redtube import RedTubeIE
  435. from .restudy import RestudyIE
  436. from .reverbnation import ReverbNationIE
  437. from .ringtv import RingTVIE
  438. from .ro220 import Ro220IE
  439. from .rottentomatoes import RottenTomatoesIE
  440. from .roxwel import RoxwelIE
  441. from .rtbf import RTBFIE
  442. from .rte import RteIE
  443. from .rtlnl import RtlNlIE
  444. from .rtl2 import RTL2IE
  445. from .rtp import RTPIE
  446. from .rts import RTSIE
  447. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  448. from .ruhd import RUHDIE
  449. from .rutube import (
  450. RutubeIE,
  451. RutubeChannelIE,
  452. RutubeEmbedIE,
  453. RutubeMovieIE,
  454. RutubePersonIE,
  455. )
  456. from .rutv import RUTVIE
  457. from .ruutu import RuutuIE
  458. from .sandia import SandiaIE
  459. from .safari import (
  460. SafariIE,
  461. SafariCourseIE,
  462. )
  463. from .sapo import SapoIE
  464. from .savefrom import SaveFromIE
  465. from .sbs import SBSIE
  466. from .scivee import SciVeeIE
  467. from .screencast import ScreencastIE
  468. from .screencastomatic import ScreencastOMaticIE
  469. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  470. from .senateisvp import SenateISVPIE
  471. from .servingsys import ServingSysIE
  472. from .sexu import SexuIE
  473. from .sexykarma import SexyKarmaIE
  474. from .shared import SharedIE
  475. from .sharesix import ShareSixIE
  476. from .sina import SinaIE
  477. from .slideshare import SlideshareIE
  478. from .slutload import SlutloadIE
  479. from .smotri import (
  480. SmotriIE,
  481. SmotriCommunityIE,
  482. SmotriUserIE,
  483. SmotriBroadcastIE,
  484. )
  485. from .snotr import SnotrIE
  486. from .sohu import SohuIE
  487. from .soompi import (
  488. SoompiIE,
  489. SoompiShowIE,
  490. )
  491. from .soundcloud import (
  492. SoundcloudIE,
  493. SoundcloudSetIE,
  494. SoundcloudUserIE,
  495. SoundcloudPlaylistIE
  496. )
  497. from .soundgasm import (
  498. SoundgasmIE,
  499. SoundgasmProfileIE
  500. )
  501. from .southpark import (
  502. SouthParkIE,
  503. SouthParkDeIE,
  504. SouthParkDkIE,
  505. SouthParkEsIE,
  506. SouthParkNlIE
  507. )
  508. from .space import SpaceIE
  509. from .spankbang import SpankBangIE
  510. from .spankwire import SpankwireIE
  511. from .spiegel import SpiegelIE, SpiegelArticleIE
  512. from .spiegeltv import SpiegeltvIE
  513. from .spike import SpikeIE
  514. from .sport5 import Sport5IE
  515. from .sportbox import (
  516. SportBoxIE,
  517. SportBoxEmbedIE,
  518. )
  519. from .sportdeutschland import SportDeutschlandIE
  520. from .srf import SrfIE
  521. from .srmediathek import SRMediathekIE
  522. from .ssa import SSAIE
  523. from .stanfordoc import StanfordOpenClassroomIE
  524. from .steam import SteamIE
  525. from .streamcloud import StreamcloudIE
  526. from .streamcz import StreamCZIE
  527. from .streetvoice import StreetVoiceIE
  528. from .sunporno import SunPornoIE
  529. from .svt import (
  530. SVTIE,
  531. SVTPlayIE,
  532. )
  533. from .swrmediathek import SWRMediathekIE
  534. from .syfy import SyfyIE
  535. from .sztvhu import SztvHuIE
  536. from .tagesschau import TagesschauIE
  537. from .tapely import TapelyIE
  538. from .tass import TassIE
  539. from .teachertube import (
  540. TeacherTubeIE,
  541. TeacherTubeUserIE,
  542. )
  543. from .teachingchannel import TeachingChannelIE
  544. from .teamcoco import TeamcocoIE
  545. from .techtalks import TechTalksIE
  546. from .ted import TEDIE
  547. from .telebruxelles import TeleBruxellesIE
  548. from .telecinco import TelecincoIE
  549. from .telemb import TeleMBIE
  550. from .teletask import TeleTaskIE
  551. from .tenplay import TenPlayIE
  552. from .testurl import TestURLIE
  553. from .testtube import TestTubeIE
  554. from .tf1 import TF1IE
  555. from .theonion import TheOnionIE
  556. from .theplatform import ThePlatformIE
  557. from .thesixtyone import TheSixtyOneIE
  558. from .thisav import ThisAVIE
  559. from .tinypic import TinyPicIE
  560. from .tlc import TlcIE, TlcDeIE
  561. from .tmz import (
  562. TMZIE,
  563. TMZArticleIE,
  564. )
  565. from .tnaflix import TNAFlixIE
  566. from .thvideo import (
  567. THVideoIE,
  568. THVideoPlaylistIE
  569. )
  570. from .toutv import TouTvIE
  571. from .toypics import ToypicsUserIE, ToypicsIE
  572. from .traileraddict import TrailerAddictIE
  573. from .trilulilu import TriluliluIE
  574. from .trutube import TruTubeIE
  575. from .tube8 import Tube8IE
  576. from .tubitv import TubiTvIE
  577. from .tudou import TudouIE
  578. from .tumblr import TumblrIE
  579. from .tunein import TuneInIE
  580. from .turbo import TurboIE
  581. from .tutv import TutvIE
  582. from .tv2 import (
  583. TV2IE,
  584. TV2ArticleIE,
  585. )
  586. from .tv4 import TV4IE
  587. from .tvc import (
  588. TVCIE,
  589. TVCArticleIE,
  590. )
  591. from .tvigle import TvigleIE
  592. from .tvp import TvpIE, TvpSeriesIE
  593. from .tvplay import TVPlayIE
  594. from .tweakers import TweakersIE
  595. from .twentyfourvideo import TwentyFourVideoIE
  596. from .twentytwotracks import (
  597. TwentyTwoTracksIE,
  598. TwentyTwoTracksGenreIE
  599. )
  600. from .twitch import (
  601. TwitchVideoIE,
  602. TwitchChapterIE,
  603. TwitchVodIE,
  604. TwitchProfileIE,
  605. TwitchPastBroadcastsIE,
  606. TwitchBookmarksIE,
  607. TwitchStreamIE,
  608. )
  609. from .ubu import UbuIE
  610. from .udemy import (
  611. UdemyIE,
  612. UdemyCourseIE
  613. )
  614. from .udn import UDNEmbedIE
  615. from .ultimedia import UltimediaIE
  616. from .unistra import UnistraIE
  617. from .urort import UrortIE
  618. from .ustream import UstreamIE, UstreamChannelIE
  619. from .varzesh3 import Varzesh3IE
  620. from .vbox7 import Vbox7IE
  621. from .veehd import VeeHDIE
  622. from .veoh import VeohIE
  623. from .vessel import VesselIE
  624. from .vesti import VestiIE
  625. from .vevo import VevoIE
  626. from .vgtv import (
  627. BTArticleIE,
  628. BTVestlendingenIE,
  629. VGTVIE,
  630. )
  631. from .vh1 import VH1IE
  632. from .vice import ViceIE
  633. from .viddler import ViddlerIE
  634. from .videobam import VideoBamIE
  635. from .videodetective import VideoDetectiveIE
  636. from .videolecturesnet import VideoLecturesNetIE
  637. from .videofyme import VideofyMeIE
  638. from .videomega import VideoMegaIE
  639. from .videopremium import VideoPremiumIE
  640. from .videott import VideoTtIE
  641. from .videoweed import VideoWeedIE
  642. from .vidme import VidmeIE
  643. from .vidzi import VidziIE
  644. from .vier import VierIE, VierVideosIE
  645. from .viewster import ViewsterIE
  646. from .vimeo import (
  647. VimeoIE,
  648. VimeoAlbumIE,
  649. VimeoChannelIE,
  650. VimeoGroupsIE,
  651. VimeoLikesIE,
  652. VimeoReviewIE,
  653. VimeoUserIE,
  654. VimeoWatchLaterIE,
  655. )
  656. from .vimple import VimpleIE
  657. from .vine import (
  658. VineIE,
  659. VineUserIE,
  660. )
  661. from .viki import (
  662. VikiIE,
  663. VikiChannelIE,
  664. )
  665. from .vk import (
  666. VKIE,
  667. VKUserVideosIE,
  668. )
  669. from .vodlocker import VodlockerIE
  670. from .voicerepublic import VoiceRepublicIE
  671. from .vporn import VpornIE
  672. from .vrt import VRTIE
  673. from .vube import VubeIE
  674. from .vuclip import VuClipIE
  675. from .vulture import VultureIE
  676. from .walla import WallaIE
  677. from .washingtonpost import WashingtonPostIE
  678. from .wat import WatIE
  679. from .wayofthemaster import WayOfTheMasterIE
  680. from .wdr import (
  681. WDRIE,
  682. WDRMobileIE,
  683. WDRMausIE,
  684. )
  685. from .webofstories import WebOfStoriesIE
  686. from .weibo import WeiboIE
  687. from .wimp import WimpIE
  688. from .wistia import WistiaIE
  689. from .worldstarhiphop import WorldStarHipHopIE
  690. from .wrzuta import WrzutaIE
  691. from .wsj import WSJIE
  692. from .xbef import XBefIE
  693. from .xboxclips import XboxClipsIE
  694. from .xhamster import XHamsterIE
  695. from .xminus import XMinusIE
  696. from .xnxx import XNXXIE
  697. from .xstream import XstreamIE
  698. from .xtube import XTubeUserIE, XTubeIE
  699. from .xuite import XuiteIE
  700. from .xvideos import XVideosIE
  701. from .xxxymovies import XXXYMoviesIE
  702. from .yahoo import (
  703. YahooIE,
  704. YahooSearchIE,
  705. )
  706. from .yam import YamIE
  707. from .yandexmusic import (
  708. YandexMusicTrackIE,
  709. YandexMusicAlbumIE,
  710. YandexMusicPlaylistIE,
  711. )
  712. from .yesjapan import YesJapanIE
  713. from .ynet import YnetIE
  714. from .youjizz import YouJizzIE
  715. from .youku import YoukuIE
  716. from .youporn import YouPornIE
  717. from .yourupload import YourUploadIE
  718. from .youtube import (
  719. YoutubeIE,
  720. YoutubeChannelIE,
  721. YoutubeFavouritesIE,
  722. YoutubeHistoryIE,
  723. YoutubePlaylistIE,
  724. YoutubeRecommendedIE,
  725. YoutubeSearchDateIE,
  726. YoutubeSearchIE,
  727. YoutubeSearchURLIE,
  728. YoutubeShowIE,
  729. YoutubeSubscriptionsIE,
  730. YoutubeTruncatedIDIE,
  731. YoutubeTruncatedURLIE,
  732. YoutubeUserIE,
  733. YoutubeWatchLaterIE,
  734. )
  735. from .zapiks import ZapiksIE
  736. from .zdf import ZDFIE, ZDFChannelIE
  737. from .zingmp3 import (
  738. ZingMp3SongIE,
  739. ZingMp3AlbumIE,
  740. )
  741. _ALL_CLASSES = [
  742. klass
  743. for name, klass in globals().items()
  744. if name.endswith('IE') and name != 'GenericIE'
  745. ]
  746. _ALL_CLASSES.append(GenericIE)
  747. def gen_extractors():
  748. """ Return a list of an instance of every supported extractor.
  749. The order does matter; the first extractor matched is the one handling the URL.
  750. """
  751. return [klass() for klass in _ALL_CLASSES]
  752. def list_extractors(age_limit):
  753. """
  754. Return a list of extractors that are suitable for the given age,
  755. sorted by extractor ID.
  756. """
  757. return sorted(
  758. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  759. key=lambda ie: ie.IE_NAME.lower())
  760. def get_info_extractor(ie_name):
  761. """Returns the info extractor class with the given ie_name"""
  762. return globals()[ie_name + 'IE']