__init__.py 21 KB

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