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.

841 lines
21 KiB

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