From f290e64a4ea11e2a1347623cdd78a0fc4d09120e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Fri, 9 Jan 2026 04:15:51 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=97=A7=E6=A4=9C=E7=B4=A2=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=8B=E3=82=89=E6=9C=80=E6=96=B0=E5=8F=96?= =?UTF-8?q?=E5=BE=97=EF=BC=88=E6=9A=AB=E5=AE=9A=EF=BC=89=EF=BC=88#2?= =?UTF-8?q?=EF=BC=89=20(#6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #2 Co-authored-by: miteruzo Reviewed-on: https://git.miteruzo.com/miteruzo/nicolib/pulls/6 --- module.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module.py b/module.py index 0a5f55b..3571817 100644 --- a/module.py +++ b/module.py @@ -120,8 +120,9 @@ def fetch_latest_video ( tag = ' OR '.join (tags) url = f"https://www.nicovideo.jp/tag/{ tag }" - params = { 'sort': 'f', - 'order': 'd' } + params = { 'new_search': 'false', + 'sort': 'f', + 'order': 'd' } video_info = { }