714 B

youtube_newest_video_from_channel

Small Python script to get the latest video from a specific Youtube channel and returns it's title and url

Hint:

Nowadays the channel url not always shows the channel id, but sometimes the channel name. However the script needs the channel id. You can get the id from here when you only have the channel name: https://commentpicker.com/youtube-channel-id.php

Requires 'requests' to work.