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.

830 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 .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 PeriscopeIE
  435. from .philharmoniedeparis import PhilharmonieDeParisIE
  436. from .phoenix import PhoenixIE
  437. from .photobucket import PhotobucketIE
  438. from .pinkbike import PinkbikeIE
  439. from .planetaplay import PlanetaPlayIE
  440. from .pladform import PladformIE
  441. from .played import PlayedIE
  442. from .playfm import PlayFMIE
  443. from .playvid import PlayvidIE
  444. from .playwire import PlaywireIE
  445. from .podomatic import PodomaticIE
  446. from .porn91 import Porn91IE
  447. from .pornhd import PornHdIE
  448. from .pornhub import (
  449. PornHubIE,
  450. PornHubPlaylistIE,
  451. )
  452. from .pornotube import PornotubeIE
  453. from .pornovoisines import PornoVoisinesIE
  454. from .pornoxo import PornoXOIE
  455. from .primesharetv import PrimeShareTVIE
  456. from .promptfile import PromptFileIE
  457. from .prosiebensat1 import ProSiebenSat1IE
  458. from .puls4 import Puls4IE
  459. from .pyvideo import PyvideoIE
  460. from .qqmusic import (
  461. QQMusicIE,
  462. QQMusicSingerIE,
  463. QQMusicAlbumIE,
  464. QQMusicToplistIE,
  465. QQMusicPlaylistIE,
  466. )
  467. from .quickvid import QuickVidIE
  468. from .r7 import R7IE
  469. from .radiode import RadioDeIE
  470. from .radiojavan import RadioJavanIE
  471. from .radiobremen import RadioBremenIE
  472. from .radiofrance import RadioFranceIE
  473. from .rai import RaiIE
  474. from .rbmaradio import RBMARadioIE
  475. from .rds import RDSIE
  476. from .redtube import RedTubeIE
  477. from .restudy import RestudyIE
  478. from .reverbnation import ReverbNationIE
  479. from .ringtv import RingTVIE
  480. from .ro220 import Ro220IE
  481. from .rottentomatoes import RottenTomatoesIE
  482. from .roxwel import RoxwelIE
  483. from .rtbf import RTBFIE
  484. from .rte import RteIE
  485. from .rtlnl import RtlNlIE
  486. from .rtl2 import RTL2IE
  487. from .rtp import RTPIE
  488. from .rts import RTSIE
  489. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  490. from .ruhd import RUHDIE
  491. from .rutube import (
  492. RutubeIE,
  493. RutubeChannelIE,
  494. RutubeEmbedIE,
  495. RutubeMovieIE,
  496. RutubePersonIE,
  497. )
  498. from .rutv import RUTVIE
  499. from .ruutu import RuutuIE
  500. from .sandia import SandiaIE
  501. from .safari import (
  502. SafariIE,
  503. SafariCourseIE,
  504. )
  505. from .sapo import SapoIE
  506. from .savefrom import SaveFromIE
  507. from .sbs import SBSIE
  508. from .scivee import SciVeeIE
  509. from .screencast import ScreencastIE
  510. from .screencastomatic import ScreencastOMaticIE
  511. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  512. from .senateisvp import SenateISVPIE
  513. from .servingsys import ServingSysIE
  514. from .sexu import SexuIE
  515. from .sexykarma import SexyKarmaIE
  516. from .shared import SharedIE
  517. from .sharesix import ShareSixIE
  518. from .sina import SinaIE
  519. from .slideshare import SlideshareIE
  520. from .slutload import SlutloadIE
  521. from .smotri import (
  522. SmotriIE,
  523. SmotriCommunityIE,
  524. SmotriUserIE,
  525. SmotriBroadcastIE,
  526. )
  527. from .snagfilms import (
  528. SnagFilmsIE,
  529. SnagFilmsEmbedIE,
  530. )
  531. from .snotr import SnotrIE
  532. from .sohu import SohuIE
  533. from .soompi import (
  534. SoompiIE,
  535. SoompiShowIE,
  536. )
  537. from .soundcloud import (
  538. SoundcloudIE,
  539. SoundcloudSetIE,
  540. SoundcloudUserIE,
  541. SoundcloudPlaylistIE
  542. )
  543. from .soundgasm import (
  544. SoundgasmIE,
  545. SoundgasmProfileIE
  546. )
  547. from .southpark import (
  548. SouthParkIE,
  549. SouthParkDeIE,
  550. SouthParkDkIE,
  551. SouthParkEsIE,
  552. SouthParkNlIE
  553. )
  554. from .space import SpaceIE
  555. from .spankbang import SpankBangIE
  556. from .spankwire import SpankwireIE
  557. from .spiegel import SpiegelIE, SpiegelArticleIE
  558. from .spiegeltv import SpiegeltvIE
  559. from .spike import SpikeIE
  560. from .sport5 import Sport5IE
  561. from .sportbox import (
  562. SportBoxIE,
  563. SportBoxEmbedIE,
  564. )
  565. from .sportdeutschland import SportDeutschlandIE
  566. from .srf import SrfIE
  567. from .srmediathek import SRMediathekIE
  568. from .ssa import SSAIE
  569. from .stanfordoc import StanfordOpenClassroomIE
  570. from .steam import SteamIE
  571. from .streamcloud import StreamcloudIE
  572. from .streamcz import StreamCZIE
  573. from .streetvoice import StreetVoiceIE
  574. from .sunporno import SunPornoIE
  575. from .svt import (
  576. SVTIE,
  577. SVTPlayIE,
  578. )
  579. from .swrmediathek import SWRMediathekIE
  580. from .syfy import SyfyIE
  581. from .sztvhu import SztvHuIE
  582. from .tagesschau import TagesschauIE
  583. from .tapely import TapelyIE
  584. from .tass import TassIE
  585. from .teachertube import (
  586. TeacherTubeIE,
  587. TeacherTubeUserIE,
  588. )
  589. from .teachingchannel import TeachingChannelIE
  590. from .teamcoco import TeamcocoIE
  591. from .techtalks import TechTalksIE
  592. from .ted import TEDIE
  593. from .telebruxelles import TeleBruxellesIE
  594. from .telecinco import TelecincoIE
  595. from .telemb import TeleMBIE
  596. from .teletask import TeleTaskIE
  597. from .tenplay import TenPlayIE
  598. from .testurl import TestURLIE
  599. from .testtube import TestTubeIE
  600. from .tf1 import TF1IE
  601. from .theonion import TheOnionIE
  602. from .theplatform import ThePlatformIE
  603. from .thesixtyone import TheSixtyOneIE
  604. from .thisamericanlife import ThisAmericanLifeIE
  605. from .thisav import ThisAVIE
  606. from .tinypic import TinyPicIE
  607. from .tlc import TlcIE, TlcDeIE
  608. from .tmz import (
  609. TMZIE,
  610. TMZArticleIE,
  611. )
  612. from .tnaflix import (
  613. TNAFlixIE,
  614. EMPFlixIE,
  615. MovieFapIE,
  616. )
  617. from .thvideo import (
  618. THVideoIE,
  619. THVideoPlaylistIE
  620. )
  621. from .toutv import TouTvIE
  622. from .toypics import ToypicsUserIE, ToypicsIE
  623. from .traileraddict import TrailerAddictIE
  624. from .trilulilu import TriluliluIE
  625. from .trutube import TruTubeIE
  626. from .tube8 import Tube8IE
  627. from .tubitv import TubiTvIE
  628. from .tudou import TudouIE
  629. from .tumblr import TumblrIE
  630. from .tunein import TuneInIE
  631. from .turbo import TurboIE
  632. from .tutv import TutvIE
  633. from .tv2 import (
  634. TV2IE,
  635. TV2ArticleIE,
  636. )
  637. from .tv4 import TV4IE
  638. from .tvc import (
  639. TVCIE,
  640. TVCArticleIE,
  641. )
  642. from .tvigle import TvigleIE
  643. from .tvp import TvpIE, TvpSeriesIE
  644. from .tvplay import TVPlayIE
  645. from .tweakers import TweakersIE
  646. from .twentyfourvideo import TwentyFourVideoIE
  647. from .twentytwotracks import (
  648. TwentyTwoTracksIE,
  649. TwentyTwoTracksGenreIE
  650. )
  651. from .twitch import (
  652. TwitchVideoIE,
  653. TwitchChapterIE,
  654. TwitchVodIE,
  655. TwitchProfileIE,
  656. TwitchPastBroadcastsIE,
  657. TwitchBookmarksIE,
  658. TwitchStreamIE,
  659. )
  660. from .twitter import TwitterCardIE
  661. from .ubu import UbuIE
  662. from .udemy import (
  663. UdemyIE,
  664. UdemyCourseIE
  665. )
  666. from .udn import UDNEmbedIE
  667. from .ultimedia import UltimediaIE
  668. from .unistra import UnistraIE
  669. from .urort import UrortIE
  670. from .ustream import UstreamIE, UstreamChannelIE
  671. from .varzesh3 import Varzesh3IE
  672. from .vbox7 import Vbox7IE
  673. from .veehd import VeeHDIE
  674. from .veoh import VeohIE
  675. from .vessel import VesselIE
  676. from .vesti import VestiIE
  677. from .vevo import VevoIE
  678. from .vgtv import (
  679. BTArticleIE,
  680. BTVestlendingenIE,
  681. VGTVIE,
  682. )
  683. from .vh1 import VH1IE
  684. from .vice import ViceIE
  685. from .viddler import ViddlerIE
  686. from .videobam import VideoBamIE
  687. from .videodetective import VideoDetectiveIE
  688. from .videolecturesnet import VideoLecturesNetIE
  689. from .videofyme import VideofyMeIE
  690. from .videomega import VideoMegaIE
  691. from .videopremium import VideoPremiumIE
  692. from .videott import VideoTtIE
  693. from .videoweed import VideoWeedIE
  694. from .vidme import VidmeIE
  695. from .vidzi import VidziIE
  696. from .vier import VierIE, VierVideosIE
  697. from .viewster import ViewsterIE
  698. from .vimeo import (
  699. VimeoIE,
  700. VimeoAlbumIE,
  701. VimeoChannelIE,
  702. VimeoGroupsIE,
  703. VimeoLikesIE,
  704. VimeoReviewIE,
  705. VimeoUserIE,
  706. VimeoWatchLaterIE,
  707. )
  708. from .vimple import VimpleIE
  709. from .vine import (
  710. VineIE,
  711. VineUserIE,
  712. )
  713. from .viki import (
  714. VikiIE,
  715. VikiChannelIE,
  716. )
  717. from .vk import (
  718. VKIE,
  719. VKUserVideosIE,
  720. )
  721. from .vodlocker import VodlockerIE
  722. from .voicerepublic import VoiceRepublicIE
  723. from .vporn import VpornIE
  724. from .vrt import VRTIE
  725. from .vube import VubeIE
  726. from .vuclip import VuClipIE
  727. from .vulture import VultureIE
  728. from .walla import WallaIE
  729. from .washingtonpost import WashingtonPostIE
  730. from .wat import WatIE
  731. from .wayofthemaster import WayOfTheMasterIE
  732. from .wdr import (
  733. WDRIE,
  734. WDRMobileIE,
  735. WDRMausIE,
  736. )
  737. from .webofstories import (
  738. WebOfStoriesIE,
  739. WebOfStoriesPlaylistIE,
  740. )
  741. from .weibo import WeiboIE
  742. from .wimp import WimpIE
  743. from .wistia import WistiaIE
  744. from .worldstarhiphop import WorldStarHipHopIE
  745. from .wrzuta import WrzutaIE
  746. from .wsj import WSJIE
  747. from .xbef import XBefIE
  748. from .xboxclips import XboxClipsIE
  749. from .xhamster import (
  750. XHamsterIE,
  751. XHamsterEmbedIE,
  752. )
  753. from .xminus import XMinusIE
  754. from .xnxx import XNXXIE
  755. from .xstream import XstreamIE
  756. from .xtube import XTubeUserIE, XTubeIE
  757. from .xuite import XuiteIE
  758. from .xvideos import XVideosIE
  759. from .xxxymovies import XXXYMoviesIE
  760. from .yahoo import (
  761. YahooIE,
  762. YahooSearchIE,
  763. )
  764. from .yam import YamIE
  765. from .yandexmusic import (
  766. YandexMusicTrackIE,
  767. YandexMusicAlbumIE,
  768. YandexMusicPlaylistIE,
  769. )
  770. from .yesjapan import YesJapanIE
  771. from .yinyuetai import YinYueTaiIE
  772. from .ynet import YnetIE
  773. from .youjizz import YouJizzIE
  774. from .youku import YoukuIE
  775. from .youporn import YouPornIE
  776. from .yourupload import YourUploadIE
  777. from .youtube import (
  778. YoutubeIE,
  779. YoutubeChannelIE,
  780. YoutubeFavouritesIE,
  781. YoutubeHistoryIE,
  782. YoutubePlaylistIE,
  783. YoutubeRecommendedIE,
  784. YoutubeSearchDateIE,
  785. YoutubeSearchIE,
  786. YoutubeSearchURLIE,
  787. YoutubeShowIE,
  788. YoutubeSubscriptionsIE,
  789. YoutubeTruncatedIDIE,
  790. YoutubeTruncatedURLIE,
  791. YoutubeUserIE,
  792. YoutubeWatchLaterIE,
  793. )
  794. from .zapiks import ZapiksIE
  795. from .zdf import ZDFIE, ZDFChannelIE
  796. from .zingmp3 import (
  797. ZingMp3SongIE,
  798. ZingMp3AlbumIE,
  799. )
  800. _ALL_CLASSES = [
  801. klass
  802. for name, klass in globals().items()
  803. if name.endswith('IE') and name != 'GenericIE'
  804. ]
  805. _ALL_CLASSES.append(GenericIE)
  806. def gen_extractors():
  807. """ Return a list of an instance of every supported extractor.
  808. The order does matter; the first extractor matched is the one handling the URL.
  809. """
  810. return [klass() for klass in _ALL_CLASSES]
  811. def list_extractors(age_limit):
  812. """
  813. Return a list of extractors that are suitable for the given age,
  814. sorted by extractor ID.
  815. """
  816. return sorted(
  817. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  818. key=lambda ie: ie.IE_NAME.lower())
  819. def get_info_extractor(ie_name):
  820. """Returns the info extractor class with the given ie_name"""
  821. return globals()[ie_name + 'IE']