Nov 28, 2020
If I can suggest an edit I'd add the channel name so I can filter out channels I already follow (or dont want to)
---
channel_name = video['Channel Name']
print("Video #{}:\nThe video '{}' has {} views, from the channel {} \
with {} subscribers and can be viewed here: {}\n"\
.format(i+1, title, views, channel_name, subs, link))
---