Fix author_url not prefixed in subscriptions page
This commit is contained in:
parent
8e12551471
commit
cc123d6761
@ -175,7 +175,7 @@ def _get_videos(cursor, number_per_page, offset, tag = None):
|
||||
'time_published': exact_timestamp(db_video[3]) if db_video[4] else posix_to_dumbed_down(db_video[3]),
|
||||
'author': db_video[5],
|
||||
'author_id': db_video[6],
|
||||
'author_url': 'https://www.youtube.com/channel/' + db_video[6],
|
||||
'author_url': '/https://www.youtube.com/channel/' + db_video[6],
|
||||
})
|
||||
|
||||
return videos, pseudo_number_of_videos
|
||||
|
Loading…
x
Reference in New Issue
Block a user