__init__.py 22 KB

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