diff options
author | Jesus E <heckyel@riseup.net> | 2023-06-18 19:45:34 -0400 |
---|---|---|
committer | Jesus E <heckyel@riseup.net> | 2023-06-18 19:45:34 -0400 |
commit | cd7624f2cb94ba3c8776b769f294b8a9ad8d7487 (patch) | |
tree | c77f6ff8825aa38f96124936c1f910eb6825da78 /youtube/comments.py | |
parent | 5d5322587414dcc12572a6e854fbfe072b7e63b6 (diff) | |
download | yt-local-cd7624f2cb94ba3c8776b769f294b8a9ad8d7487.tar.lz yt-local-cd7624f2cb94ba3c8776b769f294b8a9ad8d7487.tar.xz yt-local-cd7624f2cb94ba3c8776b769f294b8a9ad8d7487.zip |
Set hqdefault thumnail images
Diffstat (limited to 'youtube/comments.py')
-rw-r--r-- | youtube/comments.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/comments.py b/youtube/comments.py index 127db01..5825d20 100644 --- a/youtube/comments.py +++ b/youtube/comments.py @@ -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' ) |