__init__.py 20 KB

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