This commit is contained in:
TheErrorExe 2024-12-26 21:02:12 +01:00 committed by GitHub
parent cefd4ed7d6
commit 8869225760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']}"