__init__.py 21 KB

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