aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus E <heckyel@riseup.net>2023-06-18 20:12:48 -0400
committerJesus E <heckyel@riseup.net>2023-06-18 20:12:48 -0400
commit63c0f4aa8f59f5da76ae01b71d7e35ca082179fd (patch)
treee370050cec6659aa158b71853aecd744ac599bfc
parent8908dc138f53f83cf60fe798c9be2242bf20f000 (diff)
downloadyt-local-63c0f4aa8f59f5da76ae01b71d7e35ca082179fd.tar.lz
yt-local-63c0f4aa8f59f5da76ae01b71d7e35ca082179fd.tar.xz
yt-local-63c0f4aa8f59f5da76ae01b71d7e35ca082179fd.zip
Fix typo
-rw-r--r--youtube/watch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/watch.py b/youtube/watch.py
index b67d272..24ceb93 100644
--- a/youtube/watch.py
+++ b/youtube/watch.py
@@ -686,7 +686,7 @@ def get_watch_page(video_id=None):
# prefix urls, and other post-processing not handled by yt_data_extract
for item in info['related_videos']:
- item['thumbnail'] = "https://i.ytimg.com/vi/{}/hqdefault.jpg".format(item['id']) # set HD relateds thumbnail videos
+ item['thumbnail'] = "https://i.ytimg.com/vi/{}/hqdefault.jpg".format(item['id']) # set HQ relateds thumbnail videos
util.prefix_urls(item)
util.add_extra_html_info(item)
for song in info['music_list']: