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.

854 lines
21 KiB

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