extractors.py 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  1. # flake8: noqa
  2. from __future__ import unicode_literals
  3. from .abc import ABCIE
  4. from .abc7news import Abc7NewsIE
  5. from .academicearth import AcademicEarthCourseIE
  6. from .acast import (
  7. ACastIE,
  8. ACastChannelIE,
  9. )
  10. from .addanime import AddAnimeIE
  11. from .adobetv import (
  12. AdobeTVIE,
  13. AdobeTVShowIE,
  14. AdobeTVChannelIE,
  15. AdobeTVVideoIE,
  16. )
  17. from .adultswim import AdultSwimIE
  18. from .aenetworks import AENetworksIE
  19. from .aftonbladet import AftonbladetIE
  20. from .airmozilla import AirMozillaIE
  21. from .aljazeera import AlJazeeraIE
  22. from .alphaporno import AlphaPornoIE
  23. from .animeondemand import AnimeOnDemandIE
  24. from .anitube import AnitubeIE
  25. from .anysex import AnySexIE
  26. from .aol import (
  27. AolIE,
  28. AolFeaturesIE,
  29. )
  30. from .allocine import AllocineIE
  31. from .aparat import AparatIE
  32. from .appleconnect import AppleConnectIE
  33. from .appletrailers import (
  34. AppleTrailersIE,
  35. AppleTrailersSectionIE,
  36. )
  37. from .archiveorg import ArchiveOrgIE
  38. from .ard import (
  39. ARDIE,
  40. ARDMediathekIE,
  41. SportschauIE,
  42. )
  43. from .arte import (
  44. ArteTvIE,
  45. ArteTVPlus7IE,
  46. ArteTVCreativeIE,
  47. ArteTVConcertIE,
  48. ArteTVInfoIE,
  49. ArteTVFutureIE,
  50. ArteTVCinemaIE,
  51. ArteTVDDCIE,
  52. ArteTVMagazineIE,
  53. ArteTVEmbedIE,
  54. )
  55. from .atresplayer import AtresPlayerIE
  56. from .atttechchannel import ATTTechChannelIE
  57. from .audimedia import AudiMediaIE
  58. from .audioboom import AudioBoomIE
  59. from .audiomack import AudiomackIE, AudiomackAlbumIE
  60. from .azubu import AzubuIE, AzubuLiveIE
  61. from .baidu import BaiduVideoIE
  62. from .bambuser import BambuserIE, BambuserChannelIE
  63. from .bandcamp import BandcampIE, BandcampAlbumIE
  64. from .bbc import (
  65. BBCCoUkIE,
  66. BBCCoUkArticleIE,
  67. BBCIE,
  68. )
  69. from .beeg import BeegIE
  70. from .behindkink import BehindKinkIE
  71. from .beatportpro import BeatportProIE
  72. from .bet import BetIE
  73. from .bigflix import BigflixIE
  74. from .bild import BildIE
  75. from .bilibili import BiliBiliIE
  76. from .biobiochiletv import BioBioChileTVIE
  77. from .bleacherreport import (
  78. BleacherReportIE,
  79. BleacherReportCMSIE,
  80. )
  81. from .blinkx import BlinkxIE
  82. from .bloomberg import BloombergIE
  83. from .bokecc import BokeCCIE
  84. from .bpb import BpbIE
  85. from .br import BRIE
  86. from .bravotv import BravoTVIE
  87. from .breakcom import BreakIE
  88. from .brightcove import (
  89. BrightcoveLegacyIE,
  90. BrightcoveNewIE,
  91. )
  92. from .buzzfeed import BuzzFeedIE
  93. from .byutv import BYUtvIE
  94. from .c56 import C56IE
  95. from .camdemy import (
  96. CamdemyIE,
  97. CamdemyFolderIE
  98. )
  99. from .camwithher import CamWithHerIE
  100. from .canalplus import CanalplusIE
  101. from .canalc2 import Canalc2IE
  102. from .canvas import CanvasIE
  103. from .cbc import (
  104. CBCIE,
  105. CBCPlayerIE,
  106. )
  107. from .cbs import CBSIE
  108. from .cbsinteractive import CBSInteractiveIE
  109. from .cbsnews import (
  110. CBSNewsIE,
  111. CBSNewsLiveVideoIE,
  112. )
  113. from .cbssports import CBSSportsIE
  114. from .ccc import CCCIE
  115. from .cda import CDAIE
  116. from .ceskatelevize import CeskaTelevizeIE
  117. from .channel9 import Channel9IE
  118. from .chaturbate import ChaturbateIE
  119. from .chilloutzone import ChilloutzoneIE
  120. from .chirbit import (
  121. ChirbitIE,
  122. ChirbitProfileIE,
  123. )
  124. from .cinchcast import CinchcastIE
  125. from .cinemassacre import CinemassacreIE
  126. from .cliprs import ClipRsIE
  127. from .clipfish import ClipfishIE
  128. from .cliphunter import CliphunterIE
  129. from .clipsyndicate import ClipsyndicateIE
  130. from .cloudy import CloudyIE
  131. from .clubic import ClubicIE
  132. from .clyp import ClypIE
  133. from .cmt import CMTIE
  134. from .cnbc import CNBCIE
  135. from .cnn import (
  136. CNNIE,
  137. CNNBlogsIE,
  138. CNNArticleIE,
  139. )
  140. from .collegehumor import CollegeHumorIE
  141. from .collegerama import CollegeRamaIE
  142. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  143. from .comcarcoff import ComCarCoffIE
  144. from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
  145. from .commonprotocols import RtmpIE
  146. from .condenast import CondeNastIE
  147. from .cracked import CrackedIE
  148. from .crackle import CrackleIE
  149. from .criterion import CriterionIE
  150. from .crooksandliars import CrooksAndLiarsIE
  151. from .crunchyroll import (
  152. CrunchyrollIE,
  153. CrunchyrollShowPlaylistIE
  154. )
  155. from .cspan import CSpanIE
  156. from .ctsnews import CtsNewsIE
  157. from .cultureunplugged import CultureUnpluggedIE
  158. from .cwtv import CWTVIE
  159. from .dailymail import DailyMailIE
  160. from .dailymotion import (
  161. DailymotionIE,
  162. DailymotionPlaylistIE,
  163. DailymotionUserIE,
  164. DailymotionCloudIE,
  165. )
  166. from .daum import (
  167. DaumIE,
  168. DaumClipIE,
  169. DaumPlaylistIE,
  170. DaumUserIE,
  171. )
  172. from .dbtv import DBTVIE
  173. from .dcn import (
  174. DCNIE,
  175. DCNVideoIE,
  176. DCNLiveIE,
  177. DCNSeasonIE,
  178. )
  179. from .dctp import DctpTvIE
  180. from .deezer import DeezerPlaylistIE
  181. from .democracynow import DemocracynowIE
  182. from .dfb import DFBIE
  183. from .dhm import DHMIE
  184. from .dotsub import DotsubIE
  185. from .douyutv import DouyuTVIE
  186. from .dplay import DPlayIE
  187. from .dramafever import (
  188. DramaFeverIE,
  189. DramaFeverSeriesIE,
  190. )
  191. from .dreisat import DreiSatIE
  192. from .drbonanza import DRBonanzaIE
  193. from .drtuber import DrTuberIE
  194. from .drtv import DRTVIE
  195. from .dvtv import DVTVIE
  196. from .dumpert import DumpertIE
  197. from .defense import DefenseGouvFrIE
  198. from .discovery import DiscoveryIE
  199. from .dispeak import DigitallySpeakingIE
  200. from .dropbox import DropboxIE
  201. from .dw import (
  202. DWIE,
  203. DWArticleIE,
  204. )
  205. from .eagleplatform import EaglePlatformIE
  206. from .ebaumsworld import EbaumsWorldIE
  207. from .echomsk import EchoMskIE
  208. from .ehow import EHowIE
  209. from .eighttracks import EightTracksIE
  210. from .einthusan import EinthusanIE
  211. from .eitb import EitbIE
  212. from .ellentv import (
  213. EllenTVIE,
  214. EllenTVClipsIE,
  215. )
  216. from .elpais import ElPaisIE
  217. from .embedly import EmbedlyIE
  218. from .engadget import EngadgetIE
  219. from .eporner import EpornerIE
  220. from .eroprofile import EroProfileIE
  221. from .escapist import EscapistIE
  222. from .espn import ESPNIE
  223. from .esri import EsriVideoIE
  224. from .europa import EuropaIE
  225. from .everyonesmixtape import EveryonesMixtapeIE
  226. from .exfm import ExfmIE
  227. from .expotv import ExpoTVIE
  228. from .extremetube import ExtremeTubeIE
  229. from .facebook import FacebookIE
  230. from .faz import FazIE
  231. from .fc2 import FC2IE
  232. from .fczenit import FczenitIE
  233. from .firstpost import FirstpostIE
  234. from .firsttv import FirstTVIE
  235. from .fivemin import FiveMinIE
  236. from .fivetv import FiveTVIE
  237. from .fktv import FKTVIE
  238. from .flickr import FlickrIE
  239. from .folketinget import FolketingetIE
  240. from .footyroom import FootyRoomIE
  241. from .fourtube import FourTubeIE
  242. from .fox import FOXIE
  243. from .foxgay import FoxgayIE
  244. from .foxnews import FoxNewsIE
  245. from .foxsports import FoxSportsIE
  246. from .franceculture import (
  247. FranceCultureIE,
  248. FranceCultureEmissionIE,
  249. )
  250. from .franceinter import FranceInterIE
  251. from .francetv import (
  252. PluzzIE,
  253. FranceTvInfoIE,
  254. FranceTVIE,
  255. GenerationQuoiIE,
  256. CultureboxIE,
  257. )
  258. from .freesound import FreesoundIE
  259. from .freespeech import FreespeechIE
  260. from .freevideo import FreeVideoIE
  261. from .funimation import FunimationIE
  262. from .funnyordie import FunnyOrDieIE
  263. from .gameinformer import GameInformerIE
  264. from .gamekings import GamekingsIE
  265. from .gameone import (
  266. GameOneIE,
  267. GameOnePlaylistIE,
  268. )
  269. from .gamersyde import GamersydeIE
  270. from .gamespot import GameSpotIE
  271. from .gamestar import GameStarIE
  272. from .gametrailers import GametrailersIE
  273. from .gazeta import GazetaIE
  274. from .gdcvault import GDCVaultIE
  275. from .generic import GenericIE
  276. from .gfycat import GfycatIE
  277. from .giantbomb import GiantBombIE
  278. from .giga import GigaIE
  279. from .glide import GlideIE
  280. from .globo import (
  281. GloboIE,
  282. GloboArticleIE,
  283. )
  284. from .godtube import GodTubeIE
  285. from .goldenmoustache import GoldenMoustacheIE
  286. from .golem import GolemIE
  287. from .googledrive import GoogleDriveIE
  288. from .googleplus import GooglePlusIE
  289. from .googlesearch import GoogleSearchIE
  290. from .goshgay import GoshgayIE
  291. from .gputechconf import GPUTechConfIE
  292. from .groupon import GrouponIE
  293. from .hark import HarkIE
  294. from .hbo import HBOIE
  295. from .hearthisat import HearThisAtIE
  296. from .heise import HeiseIE
  297. from .hellporno import HellPornoIE
  298. from .helsinki import HelsinkiIE
  299. from .hentaistigma import HentaiStigmaIE
  300. from .historicfilms import HistoricFilmsIE
  301. from .hitbox import HitboxIE, HitboxLiveIE
  302. from .hornbunny import HornBunnyIE
  303. from .hotnewhiphop import HotNewHipHopIE
  304. from .hotstar import HotStarIE
  305. from .howcast import HowcastIE
  306. from .howstuffworks import HowStuffWorksIE
  307. from .huffpost import HuffPostIE
  308. from .hypem import HypemIE
  309. from .iconosquare import IconosquareIE
  310. from .ign import (
  311. IGNIE,
  312. OneUPIE,
  313. PCMagIE,
  314. )
  315. from .imdb import (
  316. ImdbIE,
  317. ImdbListIE
  318. )
  319. from .imgur import (
  320. ImgurIE,
  321. ImgurAlbumIE,
  322. )
  323. from .ina import InaIE
  324. from .indavideo import (
  325. IndavideoIE,
  326. IndavideoEmbedIE,
  327. )
  328. from .infoq import InfoQIE
  329. from .instagram import InstagramIE, InstagramUserIE
  330. from .internetvideoarchive import InternetVideoArchiveIE
  331. from .iprima import IPrimaIE
  332. from .iqiyi import IqiyiIE
  333. from .ir90tv import Ir90TvIE
  334. from .ivi import (
  335. IviIE,
  336. IviCompilationIE
  337. )
  338. from .ivideon import IvideonIE
  339. from .izlesene import IzleseneIE
  340. from .jeuxvideo import JeuxVideoIE
  341. from .jove import JoveIE
  342. from .jwplatform import JWPlatformIE
  343. from .jpopsukitv import JpopsukiIE
  344. from .kaltura import KalturaIE
  345. from .kanalplay import KanalPlayIE
  346. from .kankan import KankanIE
  347. from .karaoketv import KaraoketvIE
  348. from .karrierevideos import KarriereVideosIE
  349. from .keezmovies import KeezMoviesIE
  350. from .khanacademy import KhanAcademyIE
  351. from .kickstarter import KickStarterIE
  352. from .keek import KeekIE
  353. from .konserthusetplay import KonserthusetPlayIE
  354. from .kontrtube import KontrTubeIE
  355. from .krasview import KrasViewIE
  356. from .ku6 import Ku6IE
  357. from .kusi import KUSIIE
  358. from .kuwo import (
  359. KuwoIE,
  360. KuwoAlbumIE,
  361. KuwoChartIE,
  362. KuwoSingerIE,
  363. KuwoCategoryIE,
  364. KuwoMvIE,
  365. )
  366. from .la7 import LA7IE
  367. from .laola1tv import Laola1TvIE
  368. from .lecture2go import Lecture2GoIE
  369. from .lemonde import LemondeIE
  370. from .leeco import (
  371. LeIE,
  372. LePlaylistIE,
  373. LetvCloudIE,
  374. )
  375. from .libsyn import LibsynIE
  376. from .lifenews import (
  377. LifeNewsIE,
  378. LifeEmbedIE,
  379. )
  380. from .limelight import (
  381. LimelightMediaIE,
  382. LimelightChannelIE,
  383. LimelightChannelListIE,
  384. )
  385. from .liveleak import LiveLeakIE
  386. from .livestream import (
  387. LivestreamIE,
  388. LivestreamOriginalIE,
  389. LivestreamShortenerIE,
  390. )
  391. from .lnkgo import LnkGoIE
  392. from .lovehomeporn import LoveHomePornIE
  393. from .lrt import LRTIE
  394. from .lynda import (
  395. LyndaIE,
  396. LyndaCourseIE
  397. )
  398. from .m6 import M6IE
  399. from .macgamestore import MacGameStoreIE
  400. from .mailru import MailRuIE
  401. from .makerschannel import MakersChannelIE
  402. from .makertv import MakerTVIE
  403. from .matchtv import MatchTVIE
  404. from .mdr import MDRIE
  405. from .metacafe import MetacafeIE
  406. from .metacritic import MetacriticIE
  407. from .mgoon import MgoonIE
  408. from .mgtv import MGTVIE
  409. from .minhateca import MinhatecaIE
  410. from .ministrygrid import MinistryGridIE
  411. from .minoto import MinotoIE
  412. from .miomio import MioMioIE
  413. from .mit import TechTVMITIE, MITIE, OCWMITIE
  414. from .mitele import MiTeleIE
  415. from .mixcloud import (
  416. MixcloudIE,
  417. MixcloudUserIE,
  418. MixcloudPlaylistIE,
  419. MixcloudStreamIE,
  420. )
  421. from .mlb import MLBIE
  422. from .mnet import MnetIE
  423. from .mpora import MporaIE
  424. from .moevideo import MoeVideoIE
  425. from .mofosex import MofosexIE
  426. from .mojvideo import MojvideoIE
  427. from .moniker import MonikerIE
  428. from .morningstar import MorningstarIE
  429. from .motherless import MotherlessIE
  430. from .motorsport import MotorsportIE
  431. from .movieclips import MovieClipsIE
  432. from .moviezine import MoviezineIE
  433. from .mtv import (
  434. MTVIE,
  435. MTVServicesEmbeddedIE,
  436. MTVIggyIE,
  437. MTVDEIE,
  438. )
  439. from .muenchentv import MuenchenTVIE
  440. from .musicplayon import MusicPlayOnIE
  441. from .mwave import MwaveIE, MwaveMeetGreetIE
  442. from .myspace import MySpaceIE, MySpaceAlbumIE
  443. from .myspass import MySpassIE
  444. from .myvi import MyviIE
  445. from .myvideo import MyVideoIE
  446. from .myvidster import MyVidsterIE
  447. from .nationalgeographic import (
  448. NationalGeographicIE,
  449. NationalGeographicChannelIE,
  450. )
  451. from .naver import NaverIE
  452. from .nba import NBAIE
  453. from .nbc import (
  454. CSNNEIE,
  455. NBCIE,
  456. NBCNewsIE,
  457. NBCSportsIE,
  458. NBCSportsVPlayerIE,
  459. MSNBCIE,
  460. )
  461. from .ndr import (
  462. NDRIE,
  463. NJoyIE,
  464. NDREmbedBaseIE,
  465. NDREmbedIE,
  466. NJoyEmbedIE,
  467. )
  468. from .ndtv import NDTVIE
  469. from .netzkino import NetzkinoIE
  470. from .nerdcubed import NerdCubedFeedIE
  471. from .neteasemusic import (
  472. NetEaseMusicIE,
  473. NetEaseMusicAlbumIE,
  474. NetEaseMusicSingerIE,
  475. NetEaseMusicListIE,
  476. NetEaseMusicMvIE,
  477. NetEaseMusicProgramIE,
  478. NetEaseMusicDjRadioIE,
  479. )
  480. from .newgrounds import NewgroundsIE
  481. from .newstube import NewstubeIE
  482. from .nextmedia import (
  483. NextMediaIE,
  484. NextMediaActionNewsIE,
  485. AppleDailyIE,
  486. )
  487. from .nextmovie import NextMovieIE
  488. from .nfb import NFBIE
  489. from .nfl import NFLIE
  490. from .nhl import (
  491. NHLVideocenterIE,
  492. NHLNewsIE,
  493. NHLVideocenterCategoryIE,
  494. NHLIE,
  495. )
  496. from .nick import NickIE
  497. from .niconico import NiconicoIE, NiconicoPlaylistIE
  498. from .ninegag import NineGagIE
  499. from .noco import NocoIE
  500. from .normalboots import NormalbootsIE
  501. from .nosvideo import NosVideoIE
  502. from .nova import NovaIE
  503. from .novamov import (
  504. AuroraVidIE,
  505. CloudTimeIE,
  506. NowVideoIE,
  507. VideoWeedIE,
  508. WholeCloudIE,
  509. )
  510. from .nowness import (
  511. NownessIE,
  512. NownessPlaylistIE,
  513. NownessSeriesIE,
  514. )
  515. from .nowtv import (
  516. NowTVIE,
  517. NowTVListIE,
  518. )
  519. from .noz import NozIE
  520. from .npo import (
  521. NPOIE,
  522. NPOLiveIE,
  523. NPORadioIE,
  524. NPORadioFragmentIE,
  525. SchoolTVIE,
  526. VPROIE,
  527. WNLIE
  528. )
  529. from .npr import NprIE
  530. from .nrk import (
  531. NRKIE,
  532. NRKPlaylistIE,
  533. NRKSkoleIE,
  534. NRKTVIE,
  535. )
  536. from .ntvde import NTVDeIE
  537. from .ntvru import NTVRuIE
  538. from .nytimes import (
  539. NYTimesIE,
  540. NYTimesArticleIE,
  541. )
  542. from .nuvid import NuvidIE
  543. from .odnoklassniki import OdnoklassnikiIE
  544. from .oktoberfesttv import OktoberfestTVIE
  545. from .onionstudios import OnionStudiosIE
  546. from .ooyala import (
  547. OoyalaIE,
  548. OoyalaExternalIE,
  549. )
  550. from .openload import OpenloadIE
  551. from .ora import OraTVIE
  552. from .orf import (
  553. ORFTVthekIE,
  554. ORFOE1IE,
  555. ORFFM4IE,
  556. ORFIPTVIE,
  557. )
  558. from .pandoratv import PandoraTVIE
  559. from .parliamentliveuk import ParliamentLiveUKIE
  560. from .patreon import PatreonIE
  561. from .pbs import PBSIE
  562. from .people import PeopleIE
  563. from .periscope import (
  564. PeriscopeIE,
  565. PeriscopeUserIE,
  566. )
  567. from .philharmoniedeparis import PhilharmonieDeParisIE
  568. from .phoenix import PhoenixIE
  569. from .photobucket import PhotobucketIE
  570. from .pinkbike import PinkbikeIE
  571. from .pladform import PladformIE
  572. from .played import PlayedIE
  573. from .playfm import PlayFMIE
  574. from .plays import PlaysTVIE
  575. from .playtvak import PlaytvakIE
  576. from .playvid import PlayvidIE
  577. from .playwire import PlaywireIE
  578. from .pluralsight import (
  579. PluralsightIE,
  580. PluralsightCourseIE,
  581. )
  582. from .podomatic import PodomaticIE
  583. from .porn91 import Porn91IE
  584. from .pornhd import PornHdIE
  585. from .pornhub import (
  586. PornHubIE,
  587. PornHubPlaylistIE,
  588. PornHubUserVideosIE,
  589. )
  590. from .pornotube import PornotubeIE
  591. from .pornovoisines import PornoVoisinesIE
  592. from .pornoxo import PornoXOIE
  593. from .presstv import PressTVIE
  594. from .primesharetv import PrimeShareTVIE
  595. from .promptfile import PromptFileIE
  596. from .prosiebensat1 import ProSiebenSat1IE
  597. from .puls4 import Puls4IE
  598. from .pyvideo import PyvideoIE
  599. from .qqmusic import (
  600. QQMusicIE,
  601. QQMusicSingerIE,
  602. QQMusicAlbumIE,
  603. QQMusicToplistIE,
  604. QQMusicPlaylistIE,
  605. )
  606. from .r7 import R7IE
  607. from .radiode import RadioDeIE
  608. from .radiojavan import RadioJavanIE
  609. from .radiobremen import RadioBremenIE
  610. from .radiofrance import RadioFranceIE
  611. from .rai import (
  612. RaiTVIE,
  613. RaiIE,
  614. )
  615. from .rbmaradio import RBMARadioIE
  616. from .rds import RDSIE
  617. from .redtube import RedTubeIE
  618. from .regiotv import RegioTVIE
  619. from .restudy import RestudyIE
  620. from .reverbnation import ReverbNationIE
  621. from .revision3 import Revision3IE
  622. from .rice import RICEIE
  623. from .ringtv import RingTVIE
  624. from .ro220 import Ro220IE
  625. from .rottentomatoes import RottenTomatoesIE
  626. from .roxwel import RoxwelIE
  627. from .rtbf import RTBFIE
  628. from .rte import RteIE, RteRadioIE
  629. from .rtlnl import RtlNlIE
  630. from .rtl2 import RTL2IE
  631. from .rtp import RTPIE
  632. from .rts import RTSIE
  633. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  634. from .rtvnh import RTVNHIE
  635. from .ruhd import RUHDIE
  636. from .ruleporn import RulePornIE
  637. from .rutube import (
  638. RutubeIE,
  639. RutubeChannelIE,
  640. RutubeEmbedIE,
  641. RutubeMovieIE,
  642. RutubePersonIE,
  643. )
  644. from .rutv import RUTVIE
  645. from .ruutu import RuutuIE
  646. from .sandia import SandiaIE
  647. from .safari import (
  648. SafariIE,
  649. SafariApiIE,
  650. SafariCourseIE,
  651. )
  652. from .sapo import SapoIE
  653. from .savefrom import SaveFromIE
  654. from .sbs import SBSIE
  655. from .scivee import SciVeeIE
  656. from .screencast import ScreencastIE
  657. from .screencastomatic import ScreencastOMaticIE
  658. from .screenjunkies import ScreenJunkiesIE
  659. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  660. from .senateisvp import SenateISVPIE
  661. from .servingsys import ServingSysIE
  662. from .sexu import SexuIE
  663. from .shahid import ShahidIE
  664. from .shared import SharedIE
  665. from .sharesix import ShareSixIE
  666. from .sina import SinaIE
  667. from .skynewsarabia import (
  668. SkyNewsArabiaIE,
  669. SkyNewsArabiaArticleIE,
  670. )
  671. from .slideshare import SlideshareIE
  672. from .slutload import SlutloadIE
  673. from .smotri import (
  674. SmotriIE,
  675. SmotriCommunityIE,
  676. SmotriUserIE,
  677. SmotriBroadcastIE,
  678. )
  679. from .snotr import SnotrIE
  680. from .sohu import SohuIE
  681. from .soundcloud import (
  682. SoundcloudIE,
  683. SoundcloudSetIE,
  684. SoundcloudUserIE,
  685. SoundcloudPlaylistIE,
  686. SoundcloudSearchIE
  687. )
  688. from .soundgasm import (
  689. SoundgasmIE,
  690. SoundgasmProfileIE
  691. )
  692. from .southpark import (
  693. SouthParkIE,
  694. SouthParkDeIE,
  695. SouthParkDkIE,
  696. SouthParkEsIE,
  697. SouthParkNlIE
  698. )
  699. from .spankbang import SpankBangIE
  700. from .spankwire import SpankwireIE
  701. from .spiegel import SpiegelIE, SpiegelArticleIE
  702. from .spiegeltv import SpiegeltvIE
  703. from .spike import SpikeIE
  704. from .stitcher import StitcherIE
  705. from .sport5 import Sport5IE
  706. from .sportbox import (
  707. SportBoxIE,
  708. SportBoxEmbedIE,
  709. )
  710. from .sportdeutschland import SportDeutschlandIE
  711. from .srgssr import (
  712. SRGSSRIE,
  713. SRGSSRPlayIE,
  714. )
  715. from .srmediathek import SRMediathekIE
  716. from .ssa import SSAIE
  717. from .stanfordoc import StanfordOpenClassroomIE
  718. from .steam import SteamIE
  719. from .streamcloud import StreamcloudIE
  720. from .streamcz import StreamCZIE
  721. from .streetvoice import StreetVoiceIE
  722. from .sunporno import SunPornoIE
  723. from .svt import (
  724. SVTIE,
  725. SVTPlayIE,
  726. )
  727. from .swrmediathek import SWRMediathekIE
  728. from .syfy import SyfyIE
  729. from .sztvhu import SztvHuIE
  730. from .tagesschau import (
  731. TagesschauPlayerIE,
  732. TagesschauIE,
  733. )
  734. from .tapely import TapelyIE
  735. from .tass import TassIE
  736. from .tdslifeway import TDSLifewayIE
  737. from .teachertube import (
  738. TeacherTubeIE,
  739. TeacherTubeUserIE,
  740. )
  741. from .teachingchannel import TeachingChannelIE
  742. from .teamcoco import TeamcocoIE
  743. from .techtalks import TechTalksIE
  744. from .ted import TEDIE
  745. from .tele13 import Tele13IE
  746. from .telebruxelles import TeleBruxellesIE
  747. from .telecinco import TelecincoIE
  748. from .telegraaf import TelegraafIE
  749. from .telemb import TeleMBIE
  750. from .teletask import TeleTaskIE
  751. from .testurl import TestURLIE
  752. from .tf1 import TF1IE
  753. from .theintercept import TheInterceptIE
  754. from .theplatform import (
  755. ThePlatformIE,
  756. ThePlatformFeedIE,
  757. )
  758. from .thescene import TheSceneIE
  759. from .thesixtyone import TheSixtyOneIE
  760. from .thestar import TheStarIE
  761. from .thisamericanlife import ThisAmericanLifeIE
  762. from .thisav import ThisAVIE
  763. from .tinypic import TinyPicIE
  764. from .tlc import TlcDeIE
  765. from .tmz import (
  766. TMZIE,
  767. TMZArticleIE,
  768. )
  769. from .tnaflix import (
  770. TNAFlixNetworkEmbedIE,
  771. TNAFlixIE,
  772. EMPFlixIE,
  773. MovieFapIE,
  774. )
  775. from .toggle import ToggleIE
  776. from .thvideo import (
  777. THVideoIE,
  778. THVideoPlaylistIE
  779. )
  780. from .toutv import TouTvIE
  781. from .toypics import ToypicsUserIE, ToypicsIE
  782. from .traileraddict import TrailerAddictIE
  783. from .trilulilu import TriluliluIE
  784. from .trollvids import TrollvidsIE
  785. from .trutube import TruTubeIE
  786. from .tube8 import Tube8IE
  787. from .tubitv import TubiTvIE
  788. from .tudou import (
  789. TudouIE,
  790. TudouPlaylistIE,
  791. TudouAlbumIE,
  792. )
  793. from .tumblr import TumblrIE
  794. from .tunein import (
  795. TuneInClipIE,
  796. TuneInStationIE,
  797. TuneInProgramIE,
  798. TuneInTopicIE,
  799. TuneInShortenerIE,
  800. )
  801. from .turbo import TurboIE
  802. from .tutv import TutvIE
  803. from .tv2 import (
  804. TV2IE,
  805. TV2ArticleIE,
  806. )
  807. from .tv3 import TV3IE
  808. from .tv4 import TV4IE
  809. from .tvc import (
  810. TVCIE,
  811. TVCArticleIE,
  812. )
  813. from .tvigle import TvigleIE
  814. from .tvland import TVLandIE
  815. from .tvp import TvpIE, TvpSeriesIE
  816. from .tvplay import TVPlayIE
  817. from .tweakers import TweakersIE
  818. from .twentyfourvideo import TwentyFourVideoIE
  819. from .twentymin import TwentyMinutenIE
  820. from .twentytwotracks import (
  821. TwentyTwoTracksIE,
  822. TwentyTwoTracksGenreIE
  823. )
  824. from .twitch import (
  825. TwitchVideoIE,
  826. TwitchChapterIE,
  827. TwitchVodIE,
  828. TwitchProfileIE,
  829. TwitchPastBroadcastsIE,
  830. TwitchBookmarksIE,
  831. TwitchStreamIE,
  832. )
  833. from .twitter import (
  834. TwitterCardIE,
  835. TwitterIE,
  836. TwitterAmplifyIE,
  837. )
  838. from .udemy import (
  839. UdemyIE,
  840. UdemyCourseIE
  841. )
  842. from .udn import UDNEmbedIE
  843. from .digiteka import DigitekaIE
  844. from .unistra import UnistraIE
  845. from .urort import UrortIE
  846. from .usatoday import USATodayIE
  847. from .ustream import UstreamIE, UstreamChannelIE
  848. from .ustudio import UstudioIE
  849. from .varzesh3 import Varzesh3IE
  850. from .vbox7 import Vbox7IE
  851. from .veehd import VeeHDIE
  852. from .veoh import VeohIE
  853. from .vessel import VesselIE
  854. from .vesti import VestiIE
  855. from .vevo import (
  856. VevoIE,
  857. VevoPlaylistIE,
  858. )
  859. from .vgtv import (
  860. BTArticleIE,
  861. BTVestlendingenIE,
  862. VGTVIE,
  863. )
  864. from .vh1 import VH1IE
  865. from .vice import (
  866. ViceIE,
  867. ViceShowIE,
  868. )
  869. from .viddler import ViddlerIE
  870. from .videodetective import VideoDetectiveIE
  871. from .videofyme import VideofyMeIE
  872. from .videomega import VideoMegaIE
  873. from .videomore import (
  874. VideomoreIE,
  875. VideomoreVideoIE,
  876. VideomoreSeasonIE,
  877. )
  878. from .videopremium import VideoPremiumIE
  879. from .videott import VideoTtIE
  880. from .vidme import (
  881. VidmeIE,
  882. VidmeUserIE,
  883. VidmeUserLikesIE,
  884. )
  885. from .vidzi import VidziIE
  886. from .vier import VierIE, VierVideosIE
  887. from .viewlift import (
  888. ViewLiftIE,
  889. ViewLiftEmbedIE,
  890. )
  891. from .viewster import ViewsterIE
  892. from .viidea import ViideaIE
  893. from .vimeo import (
  894. VimeoIE,
  895. VimeoAlbumIE,
  896. VimeoChannelIE,
  897. VimeoGroupsIE,
  898. VimeoLikesIE,
  899. VimeoOndemandIE,
  900. VimeoReviewIE,
  901. VimeoUserIE,
  902. VimeoWatchLaterIE,
  903. )
  904. from .vimple import VimpleIE
  905. from .vine import (
  906. VineIE,
  907. VineUserIE,
  908. )
  909. from .viki import (
  910. VikiIE,
  911. VikiChannelIE,
  912. )
  913. from .vk import (
  914. VKIE,
  915. VKUserVideosIE,
  916. )
  917. from .vlive import VLiveIE
  918. from .vodlocker import VodlockerIE
  919. from .voicerepublic import VoiceRepublicIE
  920. from .voxmedia import VoxMediaIE
  921. from .vporn import VpornIE
  922. from .vrt import VRTIE
  923. from .vube import VubeIE
  924. from .vuclip import VuClipIE
  925. from .vulture import VultureIE
  926. from .walla import WallaIE
  927. from .washingtonpost import WashingtonPostIE
  928. from .wat import WatIE
  929. from .watchindianporn import WatchIndianPornIE
  930. from .wdr import (
  931. WDRIE,
  932. WDRMobileIE,
  933. WDRMausIE,
  934. )
  935. from .webofstories import (
  936. WebOfStoriesIE,
  937. WebOfStoriesPlaylistIE,
  938. )
  939. from .weibo import WeiboIE
  940. from .weiqitv import WeiqiTVIE
  941. from .wimp import WimpIE
  942. from .wistia import WistiaIE
  943. from .worldstarhiphop import WorldStarHipHopIE
  944. from .wrzuta import WrzutaIE
  945. from .wsj import WSJIE
  946. from .xbef import XBefIE
  947. from .xboxclips import XboxClipsIE
  948. from .xfileshare import XFileShareIE
  949. from .xhamster import (
  950. XHamsterIE,
  951. XHamsterEmbedIE,
  952. )
  953. from .xiami import (
  954. XiamiSongIE,
  955. XiamiAlbumIE,
  956. XiamiArtistIE,
  957. XiamiCollectionIE
  958. )
  959. from .xminus import XMinusIE
  960. from .xnxx import XNXXIE
  961. from .xstream import XstreamIE
  962. from .xtube import XTubeUserIE, XTubeIE
  963. from .xuite import XuiteIE
  964. from .xvideos import XVideosIE
  965. from .xxxymovies import XXXYMoviesIE
  966. from .yahoo import (
  967. YahooIE,
  968. YahooSearchIE,
  969. )
  970. from .yam import YamIE
  971. from .yandexmusic import (
  972. YandexMusicTrackIE,
  973. YandexMusicAlbumIE,
  974. YandexMusicPlaylistIE,
  975. )
  976. from .yesjapan import YesJapanIE
  977. from .yinyuetai import YinYueTaiIE
  978. from .ynet import YnetIE
  979. from .youjizz import YouJizzIE
  980. from .youku import YoukuIE
  981. from .youporn import YouPornIE
  982. from .yourupload import YourUploadIE
  983. from .youtube import (
  984. YoutubeIE,
  985. YoutubeChannelIE,
  986. YoutubeFavouritesIE,
  987. YoutubeHistoryIE,
  988. YoutubeLiveIE,
  989. YoutubePlaylistIE,
  990. YoutubePlaylistsIE,
  991. YoutubeRecommendedIE,
  992. YoutubeSearchDateIE,
  993. YoutubeSearchIE,
  994. YoutubeSearchURLIE,
  995. YoutubeShowIE,
  996. YoutubeSubscriptionsIE,
  997. YoutubeTruncatedIDIE,
  998. YoutubeTruncatedURLIE,
  999. YoutubeUserIE,
  1000. YoutubeWatchLaterIE,
  1001. )
  1002. from .zapiks import ZapiksIE
  1003. from .zdf import ZDFIE, ZDFChannelIE
  1004. from .zingmp3 import (
  1005. ZingMp3SongIE,
  1006. ZingMp3AlbumIE,
  1007. )
  1008. from .zippcast import ZippCastIE