Print video URL

This commit is contained in:
Ivan Habunek 2019-08-12 15:21:57 +02:00
parent aa5f17cbdb
commit 932b7750b9
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -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):