Set hqdefault thumnail images

This commit is contained in:
Jesus E
2023-06-18 19:45:34 -04:00
parent 5d53225874
commit cd7624f2cb
5 changed files with 6 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ def post_process_comments_info(comments_info):
util.URL_ORIGIN, '/watch?v=', comments_info['video_id'])
comments_info['video_thumbnail'] = concat_or_none(
settings.img_prefix, 'https://i.ytimg.com/vi/',
comments_info['video_id'], '/mqdefault.jpg'
comments_info['video_id'], '/hqdefault.jpg'
)