mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Fix url to video shown when listing videos
This commit is contained in:
parent
706e42d197
commit
65663d3505
@ -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"]))
|
||||
|
Loading…
Reference in New Issue
Block a user