__init__.py 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858
  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 (
  121. DCNGeneralIE,
  122. DCNVideoIE,
  123. DCNSeasonIE,
  124. )
  125. from .dctp import DctpTvIE
  126. from .deezer import DeezerPlaylistIE
  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 .divxstage import DivxStageIE
  145. from .dropbox import DropboxIE
  146. from .eagleplatform import EaglePlatformIE
  147. from .ebaumsworld import EbaumsWorldIE
  148. from .echomsk import EchoMskIE
  149. from .ehow import EHowIE
  150. from .eighttracks import EightTracksIE
  151. from .einthusan import EinthusanIE
  152. from .eitb import EitbIE
  153. from .ellentv import (
  154. EllenTVIE,
  155. EllenTVClipsIE,
  156. )
  157. from .elpais import ElPaisIE
  158. from .embedly import EmbedlyIE
  159. from .engadget import EngadgetIE
  160. from .eporner import EpornerIE
  161. from .eroprofile import EroProfileIE
  162. from .escapist import EscapistIE
  163. from .espn import ESPNIE
  164. from .esri import EsriVideoIE
  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 .firstpost import FirstpostIE
  173. from .firsttv import FirstTVIE
  174. from .fivemin import FiveMinIE
  175. from .fivetv import FiveTVIE
  176. from .fktv import (
  177. FKTVIE,
  178. FKTVPosteckeIE,
  179. )
  180. from .flickr import FlickrIE
  181. from .folketinget import FolketingetIE
  182. from .footyroom import FootyRoomIE
  183. from .fourtube import FourTubeIE
  184. from .foxgay import FoxgayIE
  185. from .foxnews import FoxNewsIE
  186. from .foxsports import FoxSportsIE
  187. from .franceculture import FranceCultureIE
  188. from .franceinter import FranceInterIE
  189. from .francetv import (
  190. PluzzIE,
  191. FranceTvInfoIE,
  192. FranceTVIE,
  193. GenerationQuoiIE,
  194. CultureboxIE,
  195. )
  196. from .freesound import FreesoundIE
  197. from .freespeech import FreespeechIE
  198. from .freevideo import FreeVideoIE
  199. from .funnyordie import FunnyOrDieIE
  200. from .gamekings import GamekingsIE
  201. from .gameone import (
  202. GameOneIE,
  203. GameOnePlaylistIE,
  204. )
  205. from .gamersyde import GamersydeIE
  206. from .gamespot import GameSpotIE
  207. from .gamestar import GameStarIE
  208. from .gametrailers import GametrailersIE
  209. from .gazeta import GazetaIE
  210. from .gdcvault import GDCVaultIE
  211. from .generic import GenericIE
  212. from .gfycat import GfycatIE
  213. from .giantbomb import GiantBombIE
  214. from .giga import GigaIE
  215. from .glide import GlideIE
  216. from .globo import GloboIE
  217. from .godtube import GodTubeIE
  218. from .goldenmoustache import GoldenMoustacheIE
  219. from .golem import GolemIE
  220. from .googleplus import GooglePlusIE
  221. from .googlesearch import GoogleSearchIE
  222. from .gorillavid import GorillaVidIE
  223. from .goshgay import GoshgayIE
  224. from .groupon import GrouponIE
  225. from .hark import HarkIE
  226. from .hearthisat import HearThisAtIE
  227. from .heise import HeiseIE
  228. from .hellporno import HellPornoIE
  229. from .helsinki import HelsinkiIE
  230. from .hentaistigma import HentaiStigmaIE
  231. from .historicfilms import HistoricFilmsIE
  232. from .history import HistoryIE
  233. from .hitbox import HitboxIE, HitboxLiveIE
  234. from .hornbunny import HornBunnyIE
  235. from .hostingbulk import HostingBulkIE
  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 .liveleak import LiveLeakIE
  306. from .livestream import (
  307. LivestreamIE,
  308. LivestreamOriginalIE,
  309. LivestreamShortenerIE,
  310. )
  311. from .lnkgo import LnkGoIE
  312. from .lrt import LRTIE
  313. from .lynda import (
  314. LyndaIE,
  315. LyndaCourseIE
  316. )
  317. from .m6 import M6IE
  318. from .macgamestore import MacGameStoreIE
  319. from .mailru import MailRuIE
  320. from .malemotion import MalemotionIE
  321. from .mdr import MDRIE
  322. from .megavideoz import MegaVideozIE
  323. from .metacafe import MetacafeIE
  324. from .metacritic import MetacriticIE
  325. from .mgoon import MgoonIE
  326. from .minhateca import MinhatecaIE
  327. from .ministrygrid import MinistryGridIE
  328. from .miomio import MioMioIE
  329. from .mit import TechTVMITIE, MITIE, OCWMITIE
  330. from .mitele import MiTeleIE
  331. from .mixcloud import MixcloudIE
  332. from .mlb import MLBIE
  333. from .mpora import MporaIE
  334. from .moevideo import MoeVideoIE
  335. from .mofosex import MofosexIE
  336. from .mojvideo import MojvideoIE
  337. from .moniker import MonikerIE
  338. from .mooshare import MooshareIE
  339. from .morningstar import MorningstarIE
  340. from .motherless import MotherlessIE
  341. from .motorsport import MotorsportIE
  342. from .movieclips import MovieClipsIE
  343. from .moviezine import MoviezineIE
  344. from .movshare import MovShareIE
  345. from .mtv import (
  346. MTVIE,
  347. MTVServicesEmbeddedIE,
  348. MTVIggyIE,
  349. MTVDEIE,
  350. )
  351. from .muenchentv import MuenchenTVIE
  352. from .musicplayon import MusicPlayOnIE
  353. from .musicvault import MusicVaultIE
  354. from .muzu import MuzuTVIE
  355. from .mwave import MwaveIE
  356. from .myspace import MySpaceIE, MySpaceAlbumIE
  357. from .myspass import MySpassIE
  358. from .myvi import MyviIE
  359. from .myvideo import MyVideoIE
  360. from .myvidster import MyVidsterIE
  361. from .nationalgeographic import NationalGeographicIE
  362. from .naver import NaverIE
  363. from .nba import NBAIE
  364. from .nbc import (
  365. NBCIE,
  366. NBCNewsIE,
  367. NBCSportsIE,
  368. NBCSportsVPlayerIE,
  369. MSNBCIE,
  370. )
  371. from .ndr import (
  372. NDRIE,
  373. NJoyIE,
  374. )
  375. from .ndtv import NDTVIE
  376. from .netzkino import NetzkinoIE
  377. from .nerdcubed import NerdCubedFeedIE
  378. from .nerdist import NerdistIE
  379. from .neteasemusic import (
  380. NetEaseMusicIE,
  381. NetEaseMusicAlbumIE,
  382. NetEaseMusicSingerIE,
  383. NetEaseMusicListIE,
  384. NetEaseMusicMvIE,
  385. NetEaseMusicProgramIE,
  386. NetEaseMusicDjRadioIE,
  387. )
  388. from .newgrounds import NewgroundsIE
  389. from .newstube import NewstubeIE
  390. from .nextmedia import (
  391. NextMediaIE,
  392. NextMediaActionNewsIE,
  393. AppleDailyIE,
  394. )
  395. from .nfb import NFBIE
  396. from .nfl import NFLIE
  397. from .nhl import (
  398. NHLIE,
  399. NHLNewsIE,
  400. NHLVideocenterIE,
  401. )
  402. from .niconico import NiconicoIE, NiconicoPlaylistIE
  403. from .ninegag import NineGagIE
  404. from .noco import NocoIE
  405. from .normalboots import NormalbootsIE
  406. from .nosvideo import NosVideoIE
  407. from .nova import NovaIE
  408. from .novamov import NovaMovIE
  409. from .nowness import NownessIE
  410. from .nowtv import NowTVIE
  411. from .nowvideo import NowVideoIE
  412. from .npo import (
  413. NPOIE,
  414. NPOLiveIE,
  415. NPORadioIE,
  416. NPORadioFragmentIE,
  417. VPROIE,
  418. WNLIE
  419. )
  420. from .nrk import (
  421. NRKIE,
  422. NRKPlaylistIE,
  423. NRKTVIE,
  424. )
  425. from .ntvde import NTVDeIE
  426. from .ntvru import NTVRuIE
  427. from .nytimes import (
  428. NYTimesIE,
  429. NYTimesArticleIE,
  430. )
  431. from .nuvid import NuvidIE
  432. from .odnoklassniki import OdnoklassnikiIE
  433. from .oktoberfesttv import OktoberfestTVIE
  434. from .onionstudios import OnionStudiosIE
  435. from .ooyala import (
  436. OoyalaIE,
  437. OoyalaExternalIE,
  438. )
  439. from .openfilm import OpenFilmIE
  440. from .orf import (
  441. ORFTVthekIE,
  442. ORFOE1IE,
  443. ORFFM4IE,
  444. ORFIPTVIE,
  445. )
  446. from .parliamentliveuk import ParliamentLiveUKIE
  447. from .patreon import PatreonIE
  448. from .pbs import PBSIE
  449. from .periscope import (
  450. PeriscopeIE,
  451. QuickscopeIE,
  452. )
  453. from .philharmoniedeparis import PhilharmonieDeParisIE
  454. from .phoenix import PhoenixIE
  455. from .photobucket import PhotobucketIE
  456. from .pinkbike import PinkbikeIE
  457. from .planetaplay import PlanetaPlayIE
  458. from .pladform import PladformIE
  459. from .played import PlayedIE
  460. from .playfm import PlayFMIE
  461. from .playtvak import PlaytvakIE
  462. from .playvid import PlayvidIE
  463. from .playwire import PlaywireIE
  464. from .pluralsight import (
  465. PluralsightIE,
  466. PluralsightCourseIE,
  467. )
  468. from .podomatic import PodomaticIE
  469. from .porn91 import Porn91IE
  470. from .pornhd import PornHdIE
  471. from .pornhub import (
  472. PornHubIE,
  473. PornHubPlaylistIE,
  474. )
  475. from .pornotube import PornotubeIE
  476. from .pornovoisines import PornoVoisinesIE
  477. from .pornoxo import PornoXOIE
  478. from .primesharetv import PrimeShareTVIE
  479. from .promptfile import PromptFileIE
  480. from .prosiebensat1 import ProSiebenSat1IE
  481. from .puls4 import Puls4IE
  482. from .pyvideo import PyvideoIE
  483. from .qqmusic import (
  484. QQMusicIE,
  485. QQMusicSingerIE,
  486. QQMusicAlbumIE,
  487. QQMusicToplistIE,
  488. QQMusicPlaylistIE,
  489. )
  490. from .quickvid import QuickVidIE
  491. from .r7 import R7IE
  492. from .radiode import RadioDeIE
  493. from .radiojavan import RadioJavanIE
  494. from .radiobremen import RadioBremenIE
  495. from .radiofrance import RadioFranceIE
  496. from .rai import RaiIE
  497. from .rbmaradio import RBMARadioIE
  498. from .rds import RDSIE
  499. from .redtube import RedTubeIE
  500. from .restudy import RestudyIE
  501. from .reverbnation import ReverbNationIE
  502. from .ringtv import RingTVIE
  503. from .ro220 import Ro220IE
  504. from .rottentomatoes import RottenTomatoesIE
  505. from .roxwel import RoxwelIE
  506. from .rtbf import RTBFIE
  507. from .rte import RteIE
  508. from .rtlnl import RtlNlIE
  509. from .rtl2 import RTL2IE
  510. from .rtp import RTPIE
  511. from .rts import RTSIE
  512. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  513. from .rtvnh import RTVNHIE
  514. from .ruhd import RUHDIE
  515. from .rutube import (
  516. RutubeIE,
  517. RutubeChannelIE,
  518. RutubeEmbedIE,
  519. RutubeMovieIE,
  520. RutubePersonIE,
  521. )
  522. from .rutv import RUTVIE
  523. from .ruutu import RuutuIE
  524. from .sandia import SandiaIE
  525. from .safari import (
  526. SafariIE,
  527. SafariCourseIE,
  528. )
  529. from .sapo import SapoIE
  530. from .savefrom import SaveFromIE
  531. from .sbs import SBSIE
  532. from .scivee import SciVeeIE
  533. from .screencast import ScreencastIE
  534. from .screencastomatic import ScreencastOMaticIE
  535. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  536. from .senateisvp import SenateISVPIE
  537. from .servingsys import ServingSysIE
  538. from .sexu import SexuIE
  539. from .sexykarma import SexyKarmaIE
  540. from .shahid import ShahidIE
  541. from .shared import SharedIE
  542. from .sharesix import ShareSixIE
  543. from .sina import SinaIE
  544. from .slideshare import SlideshareIE
  545. from .slutload import SlutloadIE
  546. from .smotri import (
  547. SmotriIE,
  548. SmotriCommunityIE,
  549. SmotriUserIE,
  550. SmotriBroadcastIE,
  551. )
  552. from .snagfilms import (
  553. SnagFilmsIE,
  554. SnagFilmsEmbedIE,
  555. )
  556. from .snotr import SnotrIE
  557. from .sohu import SohuIE
  558. from .soompi import (
  559. SoompiIE,
  560. SoompiShowIE,
  561. )
  562. from .soundcloud import (
  563. SoundcloudIE,
  564. SoundcloudSetIE,
  565. SoundcloudUserIE,
  566. SoundcloudPlaylistIE
  567. )
  568. from .soundgasm import (
  569. SoundgasmIE,
  570. SoundgasmProfileIE
  571. )
  572. from .southpark import (
  573. SouthParkIE,
  574. SouthParkDeIE,
  575. SouthParkDkIE,
  576. SouthParkEsIE,
  577. SouthParkNlIE
  578. )
  579. from .space import SpaceIE
  580. from .spankbang import SpankBangIE
  581. from .spankwire import SpankwireIE
  582. from .spiegel import SpiegelIE, SpiegelArticleIE
  583. from .spiegeltv import SpiegeltvIE
  584. from .spike import SpikeIE
  585. from .sport5 import Sport5IE
  586. from .sportbox import (
  587. SportBoxIE,
  588. SportBoxEmbedIE,
  589. )
  590. from .sportdeutschland import SportDeutschlandIE
  591. from .srf import SrfIE
  592. from .srmediathek import SRMediathekIE
  593. from .ssa import SSAIE
  594. from .stanfordoc import StanfordOpenClassroomIE
  595. from .steam import SteamIE
  596. from .streamcloud import StreamcloudIE
  597. from .streamcz import StreamCZIE
  598. from .streetvoice import StreetVoiceIE
  599. from .sunporno import SunPornoIE
  600. from .svt import (
  601. SVTIE,
  602. SVTPlayIE,
  603. )
  604. from .swrmediathek import SWRMediathekIE
  605. from .syfy import SyfyIE
  606. from .sztvhu import SztvHuIE
  607. from .tagesschau import TagesschauIE
  608. from .tapely import TapelyIE
  609. from .tass import TassIE
  610. from .teachertube import (
  611. TeacherTubeIE,
  612. TeacherTubeUserIE,
  613. )
  614. from .teachingchannel import TeachingChannelIE
  615. from .teamcoco import TeamcocoIE
  616. from .techtalks import TechTalksIE
  617. from .ted import TEDIE
  618. from .telebruxelles import TeleBruxellesIE
  619. from .telecinco import TelecincoIE
  620. from .telegraaf import TelegraafIE
  621. from .telemb import TeleMBIE
  622. from .teletask import TeleTaskIE
  623. from .tenplay import TenPlayIE
  624. from .testurl import TestURLIE
  625. from .testtube import TestTubeIE
  626. from .tf1 import TF1IE
  627. from .theonion import TheOnionIE
  628. from .theplatform import (
  629. ThePlatformIE,
  630. ThePlatformFeedIE,
  631. )
  632. from .thesixtyone import TheSixtyOneIE
  633. from .thisamericanlife import ThisAmericanLifeIE
  634. from .thisav import ThisAVIE
  635. from .tinypic import TinyPicIE
  636. from .tlc import TlcIE, TlcDeIE
  637. from .tmz import (
  638. TMZIE,
  639. TMZArticleIE,
  640. )
  641. from .tnaflix import (
  642. TNAFlixIE,
  643. EMPFlixIE,
  644. MovieFapIE,
  645. )
  646. from .thvideo import (
  647. THVideoIE,
  648. THVideoPlaylistIE
  649. )
  650. from .toutv import TouTvIE
  651. from .toypics import ToypicsUserIE, ToypicsIE
  652. from .traileraddict import TrailerAddictIE
  653. from .trilulilu import TriluliluIE
  654. from .trutube import TruTubeIE
  655. from .tube8 import Tube8IE
  656. from .tubitv import TubiTvIE
  657. from .tudou import TudouIE
  658. from .tumblr import TumblrIE
  659. from .tunein import TuneInIE
  660. from .turbo import TurboIE
  661. from .tutv import TutvIE
  662. from .tv2 import (
  663. TV2IE,
  664. TV2ArticleIE,
  665. )
  666. from .tv4 import TV4IE
  667. from .tvc import (
  668. TVCIE,
  669. TVCArticleIE,
  670. )
  671. from .tvigle import TvigleIE
  672. from .tvp import TvpIE, TvpSeriesIE
  673. from .tvplay import TVPlayIE
  674. from .tweakers import TweakersIE
  675. from .twentyfourvideo import TwentyFourVideoIE
  676. from .twentytwotracks import (
  677. TwentyTwoTracksIE,
  678. TwentyTwoTracksGenreIE
  679. )
  680. from .twitch import (
  681. TwitchVideoIE,
  682. TwitchChapterIE,
  683. TwitchVodIE,
  684. TwitchProfileIE,
  685. TwitchPastBroadcastsIE,
  686. TwitchBookmarksIE,
  687. TwitchStreamIE,
  688. )
  689. from .twitter import TwitterCardIE
  690. from .ubu import UbuIE
  691. from .udemy import (
  692. UdemyIE,
  693. UdemyCourseIE
  694. )
  695. from .udn import UDNEmbedIE
  696. from .ultimedia import UltimediaIE
  697. from .unistra import UnistraIE
  698. from .urort import UrortIE
  699. from .ustream import UstreamIE, UstreamChannelIE
  700. from .varzesh3 import Varzesh3IE
  701. from .vbox7 import Vbox7IE
  702. from .veehd import VeeHDIE
  703. from .veoh import VeohIE
  704. from .vessel import VesselIE
  705. from .vesti import VestiIE
  706. from .vevo import VevoIE
  707. from .vgtv import (
  708. BTArticleIE,
  709. BTVestlendingenIE,
  710. VGTVIE,
  711. )
  712. from .vh1 import VH1IE
  713. from .vice import ViceIE
  714. from .viddler import ViddlerIE
  715. from .videodetective import VideoDetectiveIE
  716. from .videolecturesnet import VideoLecturesNetIE
  717. from .videofyme import VideofyMeIE
  718. from .videomega import VideoMegaIE
  719. from .videopremium import VideoPremiumIE
  720. from .videott import VideoTtIE
  721. from .videoweed import VideoWeedIE
  722. from .vidme import VidmeIE
  723. from .vidzi import VidziIE
  724. from .vier import VierIE, VierVideosIE
  725. from .viewster import ViewsterIE
  726. from .vimeo import (
  727. VimeoIE,
  728. VimeoAlbumIE,
  729. VimeoChannelIE,
  730. VimeoGroupsIE,
  731. VimeoLikesIE,
  732. VimeoReviewIE,
  733. VimeoUserIE,
  734. VimeoWatchLaterIE,
  735. )
  736. from .vimple import VimpleIE
  737. from .vine import (
  738. VineIE,
  739. VineUserIE,
  740. )
  741. from .viki import (
  742. VikiIE,
  743. VikiChannelIE,
  744. )
  745. from .vk import (
  746. VKIE,
  747. VKUserVideosIE,
  748. )
  749. from .vodlocker import VodlockerIE
  750. from .voicerepublic import VoiceRepublicIE
  751. from .vporn import VpornIE
  752. from .vrt import VRTIE
  753. from .vube import VubeIE
  754. from .vuclip import VuClipIE
  755. from .vulture import VultureIE
  756. from .walla import WallaIE
  757. from .washingtonpost import WashingtonPostIE
  758. from .wat import WatIE
  759. from .wayofthemaster import WayOfTheMasterIE
  760. from .wdr import (
  761. WDRIE,
  762. WDRMobileIE,
  763. WDRMausIE,
  764. )
  765. from .webofstories import (
  766. WebOfStoriesIE,
  767. WebOfStoriesPlaylistIE,
  768. )
  769. from .weibo import WeiboIE
  770. from .wimp import WimpIE
  771. from .wistia import WistiaIE
  772. from .worldstarhiphop import WorldStarHipHopIE
  773. from .wrzuta import WrzutaIE
  774. from .wsj import WSJIE
  775. from .xbef import XBefIE
  776. from .xboxclips import XboxClipsIE
  777. from .xhamster import (
  778. XHamsterIE,
  779. XHamsterEmbedIE,
  780. )
  781. from .xminus import XMinusIE
  782. from .xnxx import XNXXIE
  783. from .xstream import XstreamIE
  784. from .xtube import XTubeUserIE, XTubeIE
  785. from .xuite import XuiteIE
  786. from .xvideos import XVideosIE
  787. from .xxxymovies import XXXYMoviesIE
  788. from .yahoo import (
  789. YahooIE,
  790. YahooSearchIE,
  791. )
  792. from .yam import YamIE
  793. from .yandexmusic import (
  794. YandexMusicTrackIE,
  795. YandexMusicAlbumIE,
  796. YandexMusicPlaylistIE,
  797. )
  798. from .yesjapan import YesJapanIE
  799. from .yinyuetai import YinYueTaiIE
  800. from .ynet import YnetIE
  801. from .youjizz import YouJizzIE
  802. from .youku import YoukuIE
  803. from .youporn import YouPornIE
  804. from .yourupload import YourUploadIE
  805. from .youtube import (
  806. YoutubeIE,
  807. YoutubeChannelIE,
  808. YoutubeFavouritesIE,
  809. YoutubeHistoryIE,
  810. YoutubePlaylistIE,
  811. YoutubeRecommendedIE,
  812. YoutubeSearchDateIE,
  813. YoutubeSearchIE,
  814. YoutubeSearchURLIE,
  815. YoutubeShowIE,
  816. YoutubeSubscriptionsIE,
  817. YoutubeTruncatedIDIE,
  818. YoutubeTruncatedURLIE,
  819. YoutubeUserIE,
  820. YoutubeWatchLaterIE,
  821. )
  822. from .zapiks import ZapiksIE
  823. from .zdf import ZDFIE, ZDFChannelIE
  824. from .zingmp3 import (
  825. ZingMp3SongIE,
  826. ZingMp3AlbumIE,
  827. )
  828. _ALL_CLASSES = [
  829. klass
  830. for name, klass in globals().items()
  831. if name.endswith('IE') and name != 'GenericIE'
  832. ]
  833. _ALL_CLASSES.append(GenericIE)
  834. def gen_extractors():
  835. """ Return a list of an instance of every supported extractor.
  836. The order does matter; the first extractor matched is the one handling the URL.
  837. """
  838. return [klass() for klass in _ALL_CLASSES]
  839. def list_extractors(age_limit):
  840. """
  841. Return a list of extractors that are suitable for the given age,
  842. sorted by extractor ID.
  843. """
  844. return sorted(
  845. filter(lambda ie: ie.is_suitable(age_limit), gen_extractors()),
  846. key=lambda ie: ie.IE_NAME.lower())
  847. def get_info_extractor(ie_name):
  848. """Returns the info extractor class with the given ie_name"""
  849. return globals()[ie_name + 'IE']