__init__.py 20 KB

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