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.

835 lines
21 KiB

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