Fix url to video shown when listing videos

This commit is contained in:
Ivan Habunek 2020-08-07 16:24:23 +02:00
parent 706e42d197
commit 65663d3505
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -67,7 +67,7 @@ def print_video(video):
)
# Can't find URL in video object, strange
url = "https://twitch.tv/{}".format(video["id"])
url = "https://twitch.tv/videos/{}".format(video["id"])
print_out("\n<b>{}</b>".format(video["id"]))
print_out("<green>{}</green>".format(video["title"]))