Skip to content

Commit

Permalink
シリーズが二回ダウンロードされてしまう不具合の修正(Pixiv)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumia-Channel committed Oct 9, 2024
1 parent e400c53 commit af1b36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler/www_pixiv_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def dl_user(user_id, folder_path, key_data, update):
else:
time.sleep(interval_sec)
g_count += 1
dl_series(series_id, folder_path, key_data, False)
dl_series(series_id, folder_path, key_data, False)

print("\nNovel Download Start\n")
for novel_id in user_novels:
Expand Down

0 comments on commit af1b36a

Please sign in to comment.