mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
Update revivetube.py
This commit is contained in:
parent
5e09881fb8
commit
3318327b36
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ def index_wiitv():
|
||||||
"thumbnail": f"/thumbnail/{entry['videoId']}",
|
"thumbnail": f"/thumbnail/{entry['videoId']}",
|
||||||
"viewCount": entry.get("viewCountText", "Unbekannt"),
|
"viewCount": entry.get("viewCountText", "Unbekannt"),
|
||||||
"published": entry.get("publishedText", "Unbekannt"),
|
"published": entry.get("publishedText", "Unbekannt"),
|
||||||
"duration": helper.format_duration(entry.get("lengthSeconds", 0)) # Video Dauer formatiert
|
"duration": helper.format_duration(entry.get("lengthSeconds", 0))
|
||||||
}
|
}
|
||||||
for entry in data
|
for entry in data
|
||||||
if entry.get("videoId")
|
if entry.get("videoId")
|
||||||
|
|
Loading…
Add table
Reference in a new issue