__init__.py 21 KB

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