Categories
How to collect links to all videos from a youtube channel?
I want to collect all the links to the video from the channel. Maybe someone knows a program or a site for this? No code or API needs to be offered.
Answer the question
In order to leave comments, you need to log in
Found the Link Grabber extension collects all links from the page.
Something like this
youtube-dl -j --flat-playlist 'https://www.youtube.com/watch?v=k4JGSAmu4lg' | jq -r '.id' | sed 's_^_https://youtube.com/v/_'
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question