Home
last modified time | relevance | path

Searched refs:_API_BASE (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dcamtube.py30 _API_BASE = 'https://api.camtube.co' variable in CamTubeIE
36 '%s/rpc/session/new' % self._API_BASE, display_id,
42 '%s/recordings/%s' % (self._API_BASE, display_id), display_id,
54 % (self._API_BASE, video_id),
H A Dviewlift.py16 _API_BASE = 'https://prod-api.viewlift.com/' variable in ViewLiftBaseIE
42 self._API_BASE + 'identity/signin', video_id,
49 self._API_BASE + 'identity/anonymous-token', video_id,
53 self._API_BASE + path, video_id,
H A Datresplayer.py42 _API_BASE = 'https://api.atresplayer.com/' variable in AtresPlayerIE
61 self._API_BASE + 'login', None, 'Downloading login page')
82 self._API_BASE + 'client/v1/player/episode/' + video_id, video_id)
H A Dpluralsight.py29 _API_BASE = 'https://app.pluralsight.com' variable in PluralsightBaseIE
31 _GRAPHQL_EP = '%s/player/api/graphql' % _API_BASE
222 % (self._API_BASE, clip_id, lang), video_id,
233 '%s/player/retrieve-captions' % self._API_BASE, video_id,
384 '%s/video/clips/viewclip' % self._API_BASE, display_id,
485 '%s/player' % self._API_BASE, query={
H A Dfrontendmasters.py20 _API_BASE = 'https://api.frontendmasters.com/v1/kabuki' variable in FrontendMastersBaseIE
76 '%s/courses/%s' % (self._API_BASE, course_name), course_name,
147 source_url = '%s/video/%s/source' % (self._API_BASE, lesson_id)
177 'url': '%s/transcripts/%s.vtt' % (self._API_BASE, lesson_id),
H A Druutu.py124 _API_BASE = 'https://gatling.nelonenmedia.fi' variable in RuutuIE
130 '%s/media-xml-cache' % self._API_BASE, video_id,
148 '%s/auth/access/v2' % self._API_BASE, video_id,
H A Dimggaming.py18 _API_BASE = 'https://dce-frontoffice.imggaming.com/api/v2/' variable in ImgGamingBaseIE
38 self._API_BASE + 'login',
46 self._API_BASE + path + media_id, media_id, headers=self._HEADERS)
H A Dsafari.py23 _API_BASE = 'https://learning.oreilly.com/api/v1' variable in SafariBaseIE
165 '%s/player/kaltura_session/?reference_id=%s' % (self._API_BASE, reference_id),
251 '%s/book/%s/?override_format=%s' % (self._API_BASE, course_id, self._API_FORMAT),
H A Darte.py23 _API_BASE = 'https://api.arte.tv/api/player/v1' variable in ArteTVBaseIE
57 '%s/config/%s/%s' % (self._API_BASE, lang, video_id), video_id)
232 % (self._API_BASE, lang, playlist_id), playlist_id)
H A Dsimplecast.py19 _API_BASE = 'https://api.simplecast.com/' variable in SimplecastBaseIE
23 self._API_BASE + path_tmpl % video_id, video_id)
H A Dneteasemusic.py24 _API_BASE = 'http://music.163.com/api/' variable in NetEaseMusicBaseIE
71 req = sanitized_Request('%s%s' % (self._API_BASE, endpoint))
72 req.add_header('Referer', self._API_BASE)
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Daudius.py12 _API_BASE = None variable in AudiusBaseIE
33 self._API_BASE = random.choice(hosts)
57 if self._API_BASE is None:
61 '%s%s%s' % (self._API_BASE, self._API_V, path), item_id, note=note,
160 'url': '%s/v1/tracks/%s/stream' % (self._API_BASE, track_id),
H A Datresplayer.py38 _API_BASE = 'https://api.atresplayer.com/' variable in AtresPlayerIE
57 self._API_BASE + 'login', None, 'Downloading login page')
78 self._API_BASE + 'client/v1/player/episode/' + video_id, video_id)
H A Dpluralsight.py30 _API_BASE = 'https://app.pluralsight.com' variable in PluralsightBaseIE
32 _GRAPHQL_EP = '%s/player/api/graphql' % _API_BASE
223 % (self._API_BASE, clip_id, lang), video_id,
234 '%s/player/retrieve-captions' % self._API_BASE, video_id,
385 '%s/video/clips/viewclip' % self._API_BASE, display_id,
486 '%s/player' % self._API_BASE, query={
H A Dfrontendmasters.py20 _API_BASE = 'https://api.frontendmasters.com/v1/kabuki' variable in FrontendMastersBaseIE
76 '%s/courses/%s' % (self._API_BASE, course_name), course_name,
147 source_url = '%s/video/%s/source' % (self._API_BASE, lesson_id)
177 'url': '%s/transcripts/%s.vtt' % (self._API_BASE, lesson_id),
H A Druutu.py124 _API_BASE = 'https://gatling.nelonenmedia.fi' variable in RuutuIE
130 '%s/media-xml-cache' % self._API_BASE, video_id,
148 '%s/auth/access/v2' % self._API_BASE, video_id,
H A Dopencast.py44 return self._download_json(self._API_BASE % (host, video_id), video_id, **kwargs)
118 _API_BASE = 'https://%s/search/episode.json?id=%s' variable in OpencastIE
147 _API_BASE = 'https://%s/search/episode.json?sid=%s' variable in OpencastPlaylistIE
H A Dimggaming.py17 _API_BASE = 'https://dce-frontoffice.imggaming.com/api/v2/' variable in ImgGamingBaseIE
37 self._API_BASE + 'login',
45 self._API_BASE + path + media_id, media_id, headers=self._HEADERS)
H A Dsafari.py23 _API_BASE = 'https://learning.oreilly.com/api/v1' variable in SafariBaseIE
165 '%s/player/kaltura_session/?reference_id=%s' % (self._API_BASE, reference_id),
256 '%s/book/%s/?override_format=%s' % (self._API_BASE, course_id, self._API_FORMAT),
H A Dpeertube.py1053 _API_BASE = 'https://%s/api/v1/videos/%s/%s' variable in PeerTubeIE
1175 self._API_BASE % (host, video_id, path), video_id,
1361 _API_BASE = 'https://%s/api/v1/%s/%s%s' variable in PeerTubePlaylistIE
1366 self._API_BASE % (host, base, name, path), name, **kwargs)
H A Darte.py23 _API_BASE = 'https://api.arte.tv/api/player/v1' variable in ArteTVBaseIE
57 '%s/config/%s/%s' % (self._API_BASE, lang, video_id), video_id)
233 % (self._API_BASE, lang, playlist_id), playlist_id)
H A Dviewlift.py17 _API_BASE = 'https://prod-api.viewlift.com/' variable in ViewLiftBaseIE
53 … self._API_BASE + path, video_id, headers={'Authorization': self._TOKENS.get(site)}, query=query)
168 _API_BASE = 'https://prod-api-cached-2.viewlift.com/' variable in ViewLiftIE
H A Dsimplecast.py19 _API_BASE = 'https://api.simplecast.com/' variable in SimplecastBaseIE
23 self._API_BASE + path_tmpl % video_id, video_id)
H A Dneteasemusic.py24 _API_BASE = 'http://music.163.com/api/' variable in NetEaseMusicBaseIE
71 req = sanitized_Request('%s%s' % (self._API_BASE, endpoint))
72 req.add_header('Referer', self._API_BASE)
H A Droosterteeth.py21 _API_BASE = 'https://svod-be.roosterteeth.com' variable in RoosterTeethBaseIE
203 …season_url = update_url_query(urljoin(self._API_BASE, data['links']['episodes']), {'per_page': 100…

12