Add www before twitch.tv since that's what twitch uses

This commit is contained in:
Ivan Habunek 2020-09-03 12:55:45 +02:00
parent 041689bee9
commit eecd098f18
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 # Can't find URL in video object, strange
url = "https://twitch.tv/videos/{}".format(video["id"]) url = "https://www.twitch.tv/videos/{}".format(video["id"])
print_out("\n<b>{}</b>".format(video["id"])) print_out("\n<b>{}</b>".format(video["id"]))
print_out("<green>{}</green>".format(video["title"])) print_out("<green>{}</green>".format(video["title"]))