__init__.py 21 KB

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