このコミットが含まれているのは:
2026-01-09 04:13:25 +09:00
コミット d1919b783c
+2 -1
ファイルの表示
@@ -120,7 +120,8 @@ def fetch_latest_video (
tag = ' OR '.join (tags)
url = f"https://www.nicovideo.jp/tag/{ tag }"
params = { 'sort': 'f',
params = { 'new_search': 'false',
'sort': 'f',
'order': 'd' }
video_info = { }