Fix description

This commit is contained in:
taizan-hokuto
2020-01-12 14:26:15 +09:00
parent 892dfb8a91
commit 5fe4e7af04
2 changed files with 4 additions and 7 deletions

View File

@@ -226,8 +226,7 @@ class LiveChatAsync:
if contents is None or self._is_replay:
'''Try to fetch archive chat data.'''
self._parser.is_replay = True
self._fetch_url = ("live_chat_replay/"
"get_live_chat_replay?continuation=")
self._fetch_url = "live_chat_replay/get_live_chat_replay?continuation="
continuation = arcparam.getparam(
self.video_id, self.seektime, self._topchat_only)
livechat_json = (await self._get_livechat_json(