Browse Source

#2

pull/6/head
みてるぞ 1 day ago
parent
commit
d1919b783c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      module.py

+ 3
- 2
module.py View File

@@ -120,8 +120,9 @@ 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 = { 'sort': 'f',
'order': 'd' }
params = { 'new_search': 'false',
'sort': 'f',
'order': 'd' }


video_info = { } video_info = { }




Loading…
Cancel
Save