mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
Print video URL
This commit is contained in:
parent
aa5f17cbdb
commit
932b7750b9
@ -69,6 +69,7 @@ def _print_video(video):
|
||||
print_out("<green>{}</green>".format(video["title"]))
|
||||
print_out("<cyan>{}</cyan> playing <cyan>{}</cyan>".format(name, video['game']))
|
||||
print_out("Published <cyan>{}</cyan> Length: <cyan>{}</cyan> ".format(published_at, length))
|
||||
print_out(video["url"])
|
||||
|
||||
|
||||
def videos(channel_name, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user