__init__.py 22 KB

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