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 = { }