mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-27 01:31:25 +01:00
Compare commits
2 Commits
59fe00a62d
...
5573d79d61
Author | SHA1 | Date | |
---|---|---|---|
|
5573d79d61 | ||
|
21e901563c |
|
@ -20,7 +20,7 @@ class NiconicoChannelPlusBaseIE(InfoExtractor):
|
|||
|
||||
def _call_api(self, path, item_id, **kwargs):
|
||||
return self._download_json(
|
||||
f'https://nfc-api.nicochannel.jp/fc/{path}', video_id=item_id, **kwargs)
|
||||
f'https://api.nicochannel.jp/fc/{path}', video_id=item_id, **kwargs)
|
||||
|
||||
def _find_fanclub_site_id(self, channel_name):
|
||||
fanclub_list_json = self._call_api(
|
||||
|
|
Loading…
Reference in New Issue
Block a user