__init__.py 20 KB

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