extractors.py 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  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 .afreecatv import AfreecaTVIE
  20. from .aftonbladet import AftonbladetIE
  21. from .airmozilla import AirMozillaIE
  22. from .aljazeera import AlJazeeraIE
  23. from .alphaporno import AlphaPornoIE
  24. from .animeondemand import AnimeOnDemandIE
  25. from .anitube import AnitubeIE
  26. from .anysex import AnySexIE
  27. from .aol import (
  28. AolIE,
  29. AolFeaturesIE,
  30. )
  31. from .allocine import AllocineIE
  32. from .aparat import AparatIE
  33. from .appleconnect import AppleConnectIE
  34. from .appletrailers import (
  35. AppleTrailersIE,
  36. AppleTrailersSectionIE,
  37. )
  38. from .archiveorg import ArchiveOrgIE
  39. from .ard import (
  40. ARDIE,
  41. ARDMediathekIE,
  42. SportschauIE,
  43. )
  44. from .arte import (
  45. ArteTvIE,
  46. ArteTVPlus7IE,
  47. ArteTVCreativeIE,
  48. ArteTVConcertIE,
  49. ArteTVInfoIE,
  50. ArteTVFutureIE,
  51. ArteTVCinemaIE,
  52. ArteTVDDCIE,
  53. ArteTVMagazineIE,
  54. ArteTVEmbedIE,
  55. )
  56. from .atresplayer import AtresPlayerIE
  57. from .atttechchannel import ATTTechChannelIE
  58. from .audimedia import AudiMediaIE
  59. from .audioboom import AudioBoomIE
  60. from .audiomack import AudiomackIE, AudiomackAlbumIE
  61. from .azubu import AzubuIE, AzubuLiveIE
  62. from .baidu import BaiduVideoIE
  63. from .bambuser import BambuserIE, BambuserChannelIE
  64. from .bandcamp import BandcampIE, BandcampAlbumIE
  65. from .bbc import (
  66. BBCCoUkIE,
  67. BBCCoUkArticleIE,
  68. BBCIE,
  69. )
  70. from .beeg import BeegIE
  71. from .behindkink import BehindKinkIE
  72. from .beatportpro import BeatportProIE
  73. from .bet import BetIE
  74. from .bigflix import BigflixIE
  75. from .bild import BildIE
  76. from .bilibili import BiliBiliIE
  77. from .biobiochiletv import BioBioChileTVIE
  78. from .bleacherreport import (
  79. BleacherReportIE,
  80. BleacherReportCMSIE,
  81. )
  82. from .blinkx import BlinkxIE
  83. from .bloomberg import BloombergIE
  84. from .bokecc import BokeCCIE
  85. from .bpb import BpbIE
  86. from .br import BRIE
  87. from .bravotv import BravoTVIE
  88. from .breakcom import BreakIE
  89. from .brightcove import (
  90. BrightcoveLegacyIE,
  91. BrightcoveNewIE,
  92. )
  93. from .buzzfeed import BuzzFeedIE
  94. from .byutv import BYUtvIE
  95. from .c56 import C56IE
  96. from .camdemy import (
  97. CamdemyIE,
  98. CamdemyFolderIE
  99. )
  100. from .camwithher import CamWithHerIE
  101. from .canalplus import CanalplusIE
  102. from .canalc2 import Canalc2IE
  103. from .canvas import CanvasIE
  104. from .cbc import (
  105. CBCIE,
  106. CBCPlayerIE,
  107. )
  108. from .cbs import CBSIE
  109. from .cbsinteractive import CBSInteractiveIE
  110. from .cbsnews import (
  111. CBSNewsIE,
  112. CBSNewsLiveVideoIE,
  113. )
  114. from .cbssports import CBSSportsIE
  115. from .ccc import CCCIE
  116. from .cda import CDAIE
  117. from .ceskatelevize import CeskaTelevizeIE
  118. from .channel9 import Channel9IE
  119. from .chaturbate import ChaturbateIE
  120. from .chilloutzone import ChilloutzoneIE
  121. from .chirbit import (
  122. ChirbitIE,
  123. ChirbitProfileIE,
  124. )
  125. from .cinchcast import CinchcastIE
  126. from .cinemassacre import CinemassacreIE
  127. from .cliprs import ClipRsIE
  128. from .clipfish import ClipfishIE
  129. from .cliphunter import CliphunterIE
  130. from .clipsyndicate import ClipsyndicateIE
  131. from .cloudy import CloudyIE
  132. from .clubic import ClubicIE
  133. from .clyp import ClypIE
  134. from .cmt import CMTIE
  135. from .cnbc import CNBCIE
  136. from .cnn import (
  137. CNNIE,
  138. CNNBlogsIE,
  139. CNNArticleIE,
  140. )
  141. from .collegehumor import CollegeHumorIE
  142. from .collegerama import CollegeRamaIE
  143. from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
  144. from .comcarcoff import ComCarCoffIE
  145. from .commonmistakes import CommonMistakesIE, UnicodeBOMIE
  146. from .commonprotocols import RtmpIE
  147. from .condenast import CondeNastIE
  148. from .cracked import CrackedIE
  149. from .crackle import CrackleIE
  150. from .criterion import CriterionIE
  151. from .crooksandliars import CrooksAndLiarsIE
  152. from .crunchyroll import (
  153. CrunchyrollIE,
  154. CrunchyrollShowPlaylistIE
  155. )
  156. from .cspan import CSpanIE
  157. from .ctsnews import CtsNewsIE
  158. from .cultureunplugged import CultureUnpluggedIE
  159. from .cwtv import CWTVIE
  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 PeriscopeIE
  564. from .philharmoniedeparis import PhilharmonieDeParisIE
  565. from .phoenix import PhoenixIE
  566. from .photobucket import PhotobucketIE
  567. from .pinkbike import PinkbikeIE
  568. from .pladform import PladformIE
  569. from .played import PlayedIE
  570. from .playfm import PlayFMIE
  571. from .plays import PlaysTVIE
  572. from .playtvak import PlaytvakIE
  573. from .playvid import PlayvidIE
  574. from .playwire import PlaywireIE
  575. from .pluralsight import (
  576. PluralsightIE,
  577. PluralsightCourseIE,
  578. )
  579. from .podomatic import PodomaticIE
  580. from .porn91 import Porn91IE
  581. from .pornhd import PornHdIE
  582. from .pornhub import (
  583. PornHubIE,
  584. PornHubPlaylistIE,
  585. PornHubUserVideosIE,
  586. )
  587. from .pornotube import PornotubeIE
  588. from .pornovoisines import PornoVoisinesIE
  589. from .pornoxo import PornoXOIE
  590. from .presstv import PressTVIE
  591. from .primesharetv import PrimeShareTVIE
  592. from .promptfile import PromptFileIE
  593. from .prosiebensat1 import ProSiebenSat1IE
  594. from .puls4 import Puls4IE
  595. from .pyvideo import PyvideoIE
  596. from .qqmusic import (
  597. QQMusicIE,
  598. QQMusicSingerIE,
  599. QQMusicAlbumIE,
  600. QQMusicToplistIE,
  601. QQMusicPlaylistIE,
  602. )
  603. from .r7 import R7IE
  604. from .radiode import RadioDeIE
  605. from .radiojavan import RadioJavanIE
  606. from .radiobremen import RadioBremenIE
  607. from .radiofrance import RadioFranceIE
  608. from .rai import (
  609. RaiTVIE,
  610. RaiIE,
  611. )
  612. from .rbmaradio import RBMARadioIE
  613. from .rds import RDSIE
  614. from .redtube import RedTubeIE
  615. from .regiotv import RegioTVIE
  616. from .restudy import RestudyIE
  617. from .reverbnation import ReverbNationIE
  618. from .revision3 import Revision3IE
  619. from .rice import RICEIE
  620. from .ringtv import RingTVIE
  621. from .ro220 import Ro220IE
  622. from .rottentomatoes import RottenTomatoesIE
  623. from .roxwel import RoxwelIE
  624. from .rtbf import RTBFIE
  625. from .rte import RteIE, RteRadioIE
  626. from .rtlnl import RtlNlIE
  627. from .rtl2 import RTL2IE
  628. from .rtp import RTPIE
  629. from .rts import RTSIE
  630. from .rtve import RTVEALaCartaIE, RTVELiveIE, RTVEInfantilIE
  631. from .rtvnh import RTVNHIE
  632. from .ruhd import RUHDIE
  633. from .ruleporn import RulePornIE
  634. from .rutube import (
  635. RutubeIE,
  636. RutubeChannelIE,
  637. RutubeEmbedIE,
  638. RutubeMovieIE,
  639. RutubePersonIE,
  640. )
  641. from .rutv import RUTVIE
  642. from .ruutu import RuutuIE
  643. from .sandia import SandiaIE
  644. from .safari import (
  645. SafariIE,
  646. SafariApiIE,
  647. SafariCourseIE,
  648. )
  649. from .sapo import SapoIE
  650. from .savefrom import SaveFromIE
  651. from .sbs import SBSIE
  652. from .scivee import SciVeeIE
  653. from .screencast import ScreencastIE
  654. from .screencastomatic import ScreencastOMaticIE
  655. from .screenjunkies import ScreenJunkiesIE
  656. from .screenwavemedia import ScreenwaveMediaIE, TeamFourIE
  657. from .senateisvp import SenateISVPIE
  658. from .servingsys import ServingSysIE
  659. from .sexu import SexuIE
  660. from .shahid import ShahidIE
  661. from .shared import SharedIE
  662. from .sharesix import ShareSixIE
  663. from .sina import SinaIE
  664. from .skynewsarabia import (
  665. SkyNewsArabiaIE,
  666. SkyNewsArabiaArticleIE,
  667. )
  668. from .slideshare import SlideshareIE
  669. from .slutload import SlutloadIE
  670. from .smotri import (
  671. SmotriIE,
  672. SmotriCommunityIE,
  673. SmotriUserIE,
  674. SmotriBroadcastIE,
  675. )
  676. from .snotr import SnotrIE
  677. from .sohu import SohuIE
  678. from .soundcloud import (
  679. SoundcloudIE,
  680. SoundcloudSetIE,
  681. SoundcloudUserIE,
  682. SoundcloudPlaylistIE,
  683. SoundcloudSearchIE
  684. )
  685. from .soundgasm import (
  686. SoundgasmIE,
  687. SoundgasmProfileIE
  688. )
  689. from .southpark import (
  690. SouthParkIE,
  691. SouthParkDeIE,
  692. SouthParkDkIE,
  693. SouthParkEsIE,
  694. SouthParkNlIE
  695. )
  696. from .spankbang import SpankBangIE
  697. from .spankwire import SpankwireIE
  698. from .spiegel import SpiegelIE, SpiegelArticleIE
  699. from .spiegeltv import SpiegeltvIE
  700. from .spike import SpikeIE
  701. from .stitcher import StitcherIE
  702. from .sport5 import Sport5IE
  703. from .sportbox import (
  704. SportBoxIE,
  705. SportBoxEmbedIE,
  706. )
  707. from .sportdeutschland import SportDeutschlandIE
  708. from .srgssr import (
  709. SRGSSRIE,
  710. SRGSSRPlayIE,
  711. )
  712. from .srmediathek import SRMediathekIE
  713. from .ssa import SSAIE
  714. from .stanfordoc import StanfordOpenClassroomIE
  715. from .steam import SteamIE
  716. from .streamcloud import StreamcloudIE
  717. from .streamcz import StreamCZIE
  718. from .streetvoice import StreetVoiceIE
  719. from .sunporno import SunPornoIE
  720. from .svt import (
  721. SVTIE,
  722. SVTPlayIE,
  723. )
  724. from .swrmediathek import SWRMediathekIE
  725. from .syfy import SyfyIE
  726. from .sztvhu import SztvHuIE
  727. from .tagesschau import (
  728. TagesschauPlayerIE,
  729. TagesschauIE,
  730. )
  731. from .tapely import TapelyIE
  732. from .tass import TassIE
  733. from .tdslifeway import TDSLifewayIE
  734. from .teachertube import (
  735. TeacherTubeIE,
  736. TeacherTubeUserIE,
  737. )
  738. from .teachingchannel import TeachingChannelIE
  739. from .teamcoco import TeamcocoIE
  740. from .techtalks import TechTalksIE
  741. from .ted import TEDIE
  742. from .tele13 import Tele13IE
  743. from .telebruxelles import TeleBruxellesIE
  744. from .telecinco import TelecincoIE
  745. from .telegraaf import TelegraafIE
  746. from .telemb import TeleMBIE
  747. from .teletask import TeleTaskIE
  748. from .testurl import TestURLIE
  749. from .tf1 import TF1IE
  750. from .theintercept import TheInterceptIE
  751. from .theplatform import (
  752. ThePlatformIE,
  753. ThePlatformFeedIE,
  754. )
  755. from .thescene import TheSceneIE
  756. from .thesixtyone import TheSixtyOneIE
  757. from .thestar import TheStarIE
  758. from .thisamericanlife import ThisAmericanLifeIE
  759. from .thisav import ThisAVIE
  760. from .tinypic import TinyPicIE
  761. from .tlc import TlcDeIE
  762. from .tmz import (
  763. TMZIE,
  764. TMZArticleIE,
  765. )
  766. from .tnaflix import (
  767. TNAFlixNetworkEmbedIE,
  768. TNAFlixIE,
  769. EMPFlixIE,
  770. MovieFapIE,
  771. )
  772. from .toggle import ToggleIE
  773. from .thvideo import (
  774. THVideoIE,
  775. THVideoPlaylistIE
  776. )
  777. from .toutv import TouTvIE
  778. from .toypics import ToypicsUserIE, ToypicsIE
  779. from .traileraddict import TrailerAddictIE
  780. from .trilulilu import TriluliluIE
  781. from .trollvids import TrollvidsIE
  782. from .trutube import TruTubeIE
  783. from .tube8 import Tube8IE
  784. from .tubitv import TubiTvIE
  785. from .tudou import (
  786. TudouIE,
  787. TudouPlaylistIE,
  788. TudouAlbumIE,
  789. )
  790. from .tumblr import TumblrIE
  791. from .tunein import (
  792. TuneInClipIE,
  793. TuneInStationIE,
  794. TuneInProgramIE,
  795. TuneInTopicIE,
  796. TuneInShortenerIE,
  797. )
  798. from .turbo import TurboIE
  799. from .tutv import TutvIE
  800. from .tv2 import (
  801. TV2IE,
  802. TV2ArticleIE,
  803. )
  804. from .tv3 import TV3IE
  805. from .tv4 import TV4IE
  806. from .tvc import (
  807. TVCIE,
  808. TVCArticleIE,
  809. )
  810. from .tvigle import TvigleIE
  811. from .tvland import TVLandIE
  812. from .tvp import TvpIE, TvpSeriesIE
  813. from .tvplay import TVPlayIE
  814. from .tweakers import TweakersIE
  815. from .twentyfourvideo import TwentyFourVideoIE
  816. from .twentymin import TwentyMinutenIE
  817. from .twentytwotracks import (
  818. TwentyTwoTracksIE,
  819. TwentyTwoTracksGenreIE
  820. )
  821. from .twitch import (
  822. TwitchVideoIE,
  823. TwitchChapterIE,
  824. TwitchVodIE,
  825. TwitchProfileIE,
  826. TwitchPastBroadcastsIE,
  827. TwitchBookmarksIE,
  828. TwitchStreamIE,
  829. )
  830. from .twitter import (
  831. TwitterCardIE,
  832. TwitterIE,
  833. TwitterAmplifyIE,
  834. )
  835. from .udemy import (
  836. UdemyIE,
  837. UdemyCourseIE
  838. )
  839. from .udn import UDNEmbedIE
  840. from .digiteka import DigitekaIE
  841. from .unistra import UnistraIE
  842. from .urort import UrortIE
  843. from .usatoday import USATodayIE
  844. from .ustream import UstreamIE, UstreamChannelIE
  845. from .ustudio import UstudioIE
  846. from .varzesh3 import Varzesh3IE
  847. from .vbox7 import Vbox7IE
  848. from .veehd import VeeHDIE
  849. from .veoh import VeohIE
  850. from .vessel import VesselIE
  851. from .vesti import VestiIE
  852. from .vevo import (
  853. VevoIE,
  854. VevoPlaylistIE,
  855. )
  856. from .vgtv import (
  857. BTArticleIE,
  858. BTVestlendingenIE,
  859. VGTVIE,
  860. )
  861. from .vh1 import VH1IE
  862. from .vice import (
  863. ViceIE,
  864. ViceShowIE,
  865. )
  866. from .viddler import ViddlerIE
  867. from .videodetective import VideoDetectiveIE
  868. from .videofyme import VideofyMeIE
  869. from .videomega import VideoMegaIE
  870. from .videomore import (
  871. VideomoreIE,
  872. VideomoreVideoIE,
  873. VideomoreSeasonIE,
  874. )
  875. from .videopremium import VideoPremiumIE
  876. from .videott import VideoTtIE
  877. from .vidme import (
  878. VidmeIE,
  879. VidmeUserIE,
  880. VidmeUserLikesIE,
  881. )
  882. from .vidzi import VidziIE
  883. from .vier import VierIE, VierVideosIE
  884. from .viewlift import (
  885. ViewLiftIE,
  886. ViewLiftEmbedIE,
  887. )
  888. from .viewster import ViewsterIE
  889. from .viidea import ViideaIE
  890. from .vimeo import (
  891. VimeoIE,
  892. VimeoAlbumIE,
  893. VimeoChannelIE,
  894. VimeoGroupsIE,
  895. VimeoLikesIE,
  896. VimeoOndemandIE,
  897. VimeoReviewIE,
  898. VimeoUserIE,
  899. VimeoWatchLaterIE,
  900. )
  901. from .vimple import VimpleIE
  902. from .vine import (
  903. VineIE,
  904. VineUserIE,
  905. )
  906. from .viki import (
  907. VikiIE,
  908. VikiChannelIE,
  909. )
  910. from .vk import (
  911. VKIE,
  912. VKUserVideosIE,
  913. )
  914. from .vlive import VLiveIE
  915. from .vodlocker import VodlockerIE
  916. from .voicerepublic import VoiceRepublicIE
  917. from .voxmedia import VoxMediaIE
  918. from .vporn import VpornIE
  919. from .vrt import VRTIE
  920. from .vube import VubeIE
  921. from .vuclip import VuClipIE
  922. from .vulture import VultureIE
  923. from .walla import WallaIE
  924. from .washingtonpost import WashingtonPostIE
  925. from .wat import WatIE
  926. from .watchindianporn import WatchIndianPornIE
  927. from .wdr import (
  928. WDRIE,
  929. WDRMobileIE,
  930. WDRMausIE,
  931. )
  932. from .webofstories import (
  933. WebOfStoriesIE,
  934. WebOfStoriesPlaylistIE,
  935. )
  936. from .weibo import WeiboIE
  937. from .weiqitv import WeiqiTVIE
  938. from .wimp import WimpIE
  939. from .wistia import WistiaIE
  940. from .worldstarhiphop import WorldStarHipHopIE
  941. from .wrzuta import WrzutaIE
  942. from .wsj import WSJIE
  943. from .xbef import XBefIE
  944. from .xboxclips import XboxClipsIE
  945. from .xfileshare import XFileShareIE
  946. from .xhamster import (
  947. XHamsterIE,
  948. XHamsterEmbedIE,
  949. )
  950. from .xiami import (
  951. XiamiSongIE,
  952. XiamiAlbumIE,
  953. XiamiArtistIE,
  954. XiamiCollectionIE
  955. )
  956. from .xminus import XMinusIE
  957. from .xnxx import XNXXIE
  958. from .xstream import XstreamIE
  959. from .xtube import XTubeUserIE, XTubeIE
  960. from .xuite import XuiteIE
  961. from .xvideos import XVideosIE
  962. from .xxxymovies import XXXYMoviesIE
  963. from .yahoo import (
  964. YahooIE,
  965. YahooSearchIE,
  966. )
  967. from .yam import YamIE
  968. from .yandexmusic import (
  969. YandexMusicTrackIE,
  970. YandexMusicAlbumIE,
  971. YandexMusicPlaylistIE,
  972. )
  973. from .yesjapan import YesJapanIE
  974. from .yinyuetai import YinYueTaiIE
  975. from .ynet import YnetIE
  976. from .youjizz import YouJizzIE
  977. from .youku import YoukuIE
  978. from .youporn import YouPornIE
  979. from .yourupload import YourUploadIE
  980. from .youtube import (
  981. YoutubeIE,
  982. YoutubeChannelIE,
  983. YoutubeFavouritesIE,
  984. YoutubeHistoryIE,
  985. YoutubeLiveIE,
  986. YoutubePlaylistIE,
  987. YoutubePlaylistsIE,
  988. YoutubeRecommendedIE,
  989. YoutubeSearchDateIE,
  990. YoutubeSearchIE,
  991. YoutubeSearchURLIE,
  992. YoutubeShowIE,
  993. YoutubeSubscriptionsIE,
  994. YoutubeTruncatedIDIE,
  995. YoutubeTruncatedURLIE,
  996. YoutubeUserIE,
  997. YoutubeWatchLaterIE,
  998. )
  999. from .zapiks import ZapiksIE
  1000. from .zdf import ZDFIE, ZDFChannelIE
  1001. from .zingmp3 import (
  1002. ZingMp3SongIE,
  1003. ZingMp3AlbumIE,
  1004. )
  1005. from .zippcast import ZippCastIE