You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

846 lines
21 KiB

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