mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Add www before twitch.tv since that's what twitch uses
This commit is contained in:
parent
041689bee9
commit
eecd098f18
@ -67,7 +67,7 @@ def print_video(video):
|
||||
)
|
||||
|
||||
# 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("<green>{}</green>".format(video["title"]))
|
||||
|
Loading…
Reference in New Issue
Block a user