From d28882a241611e76f1e33f1a208fe0c680ea4b8d Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 17 Sep 2024 12:21:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=BC=E3=81=96=E3=82=AF=E3=83=AA=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nico.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nico.py b/nico.py index f8f3516..f746d36 100644 --- a/nico.py +++ b/nico.py @@ -24,7 +24,7 @@ def get_nico_deerjika ( now = datetime.now () base = now - timedelta (hours = 24) - params = { 'q': '伊地知ニジカ', + params = { 'q': '伊地知ニジカ OR ぼざろクリーチャーシリーズ', 'targets': 'tags', '_sort': '-startTime', 'fields': 'contentId,title,description,tags,startTime',