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.

864 lines
22 KiB

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