mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-25 16:51:26 +01:00
Compare commits
2 Commits
1d37eed2a0
...
89429b961e
Author | SHA1 | Date | |
---|---|---|---|
|
89429b961e | ||
|
d050782749 |
|
@ -77,9 +77,11 @@ class AsobiStageIE(InfoExtractor):
|
|||
video_type_id, lambda _, v: v['broadcast_slug'] == event_data['slug'], 'channels',
|
||||
lambda _, v: v['chennel_vspf_id'] != '00000', 'chennel_vspf_id'))
|
||||
|
||||
token = self._download_json(
|
||||
'https://asobistage-api.asobistore.jp/api/v1/vspf/token', video_id,
|
||||
note='Getting token', errnote='Unable to get token')
|
||||
token = self._search_regex(
|
||||
r'\"([^"]+)\"', self._download_webpage(
|
||||
'https://asobistage-api.asobistore.jp/api/v1/vspf/token', video_id,
|
||||
note='Getting token', errnote='Unable to get token'),
|
||||
name="token")
|
||||
|
||||
entries = []
|
||||
for channel_id in channel_ids:
|
||||
|
|
Loading…
Reference in New Issue
Block a user