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
Labels
Milestones
New Pull Request
#6
feat: 旧検索ページから最新取得(暫定)(#2)
Merged
みてるぞ
merged 1 commits from
feature/002
into
main
2 days ago
Conversation
0
Commits
1
Files Changed
1
1 changed files
with
2 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
module.py
+ 2
- 1
module.py
View File
@@ -120,7 +120,8 @@ def fetch_latest_video (
tag = ' OR '.join (tags)
url = f"https://www.nicovideo.jp/tag/{ tag }"
params = { 'sort': 'f',
params = { 'new_search': 'false',
'sort': 'f',
'order': 'd' }
video_info = { }
Write
Preview
Loading…
Cancel
Save