mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
bug fix
This commit is contained in:
parent
cefd4ed7d6
commit
8869225760
1 changed files with 3 additions and 2 deletions
|
@ -823,6 +823,7 @@ def channel_m():
|
||||||
results = [
|
results = [
|
||||||
{
|
{
|
||||||
'id': video['id'],
|
'id': video['id'],
|
||||||
|
'duration': 'Duration not available on Channel View',
|
||||||
'title': video['title'],
|
'title': video['title'],
|
||||||
'uploader': info.get('uploader', 'Unknown'),
|
'uploader': info.get('uploader', 'Unknown'),
|
||||||
'thumbnail': f"http://yt.old.errexe.xyz/thumbnail/{video['id']}"
|
'thumbnail': f"http://yt.old.errexe.xyz/thumbnail/{video['id']}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue