__init__.py 21 KB

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