This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
nicolib
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
feat: 旧検索ページから最新取得(暫定)(#2) (
#6
)
#2
Co-authored-by: miteruzo <miteruzo@naver.com> Reviewed-on:
#6
main
みてるぞ
19 hours ago
parent
76e41ad78d
commit
f290e64a4e
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
module.py
+ 3
- 2
module.py
View File
@@ -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 = { }
Write
Preview
Loading…
Cancel
Save