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.

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