diff --git a/twitchdl/commands.py b/twitchdl/commands.py index 493f40d..f0d5f55 100644 --- a/twitchdl/commands.py +++ b/twitchdl/commands.py @@ -69,6 +69,7 @@ def _print_video(video): print_out("{}".format(video["title"])) print_out("{} playing {}".format(name, video['game'])) print_out("Published {} Length: {} ".format(published_at, length)) + print_out(video["url"]) def videos(channel_name, **kwargs):