__init__.py 23 KB

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