mirror of
https://github.com/ReviveMii/revivetube
synced 2024-12-29 06:10:44 +01:00
bug fix
This commit is contained in:
parent
cefd4ed7d6
commit
8869225760
@ -823,6 +823,7 @@ def channel_m():
|
||||
results = [
|
||||
{
|
||||
'id': video['id'],
|
||||
'duration': 'Duration not available on Channel View',
|
||||
'title': video['title'],
|
||||
'uploader': info.get('uploader', 'Unknown'),
|
||||
'thumbnail': f"http://yt.old.errexe.xyz/thumbnail/{video['id']}"
|
||||
|
Loading…
Reference in New Issue
Block a user