Skip to content

Commit 5ffe895

Browse files
committed
fix: 현재 fetch_user_information이 작동하지 않아 작동 중단. 미래에 대시 추가할 예정
1 parent c04e5b8 commit 5ffe895

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

WebtoonScraper/scrapers/_lezhin_comics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ async def fetch_episode_information(self, *, reload: bool = False) -> None:
249249
@async_reload_manager
250250
async def fetch_user_information(self, *, reload: bool = False) -> None:
251251
await self.fetch_episode_information()
252+
self.purchased_episodes = [False] * len(self.episode_int_ids)
253+
return # FIXME: 현재 작동하지 않는 관계로 스킵
252254

253255
user_int_id = self.user_int_id or random.Random(self.webtoon_id).randrange(5000000000000000, 6000000000000000)
254256
url = f"https://www.lezhin.com/lz-api/v2/users/{user_int_id}/contents/{self.webtoon_int_id}"

0 commit comments

Comments
 (0)