コミットを比較

..

1 コミット

作成者 SHA1 メッセージ 日付
みてるぞ 9e8bec7373 #3 2026-01-08 04:48:30 +09:00
+1 -2
ファイルの表示
@@ -120,8 +120,7 @@ def fetch_latest_video (
tag = ' OR '.join (tags) tag = ' OR '.join (tags)
url = f"https://www.nicovideo.jp/tag/{ tag }" url = f"https://www.nicovideo.jp/tag/{ tag }"
params = { 'new_search': 'false', params = { 'sort': 'f',
'sort': 'f',
'order': 'd' } 'order': 'd' }
video_info = { } video_info = { }