K
K
Kaz522018-05-18 18:36:00
YouTube
Kaz52, 2018-05-18 18:36:00

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

2 answer(s)
K
Kaz52, 2018-05-18
@Kaz52

Found the Link Grabber extension collects all links from the page.

S
sim3x, 2018-05-18
@sim3x

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 your question

Ask a Question

731 491 924 answers to any question