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.

869 lines
22 KiB

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