__init__.py 21 KB

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