Youtube-dl downloading channel from vimeo
Asked Answered
M

1

12

Does YouTube-dl allows to download all videos(not individual file) from a channel from sites other than YouTube. (Vimeo, daily motion)

I understand that YouTube-dl can be used to download all videos in YouTube channel/user. The syntax is youtube-dl ytuser:fmderena

What are abbreviations for each website. For YouTube its ytuser Similarly is there a code for vimeo

Matted answered 17/7, 2014 at 17:31 Comment(1)
This isn't a programming question.Enwind
V
25

You can look at the output of youtube-dl --extractor-descriptions to see a list of supported sites (the actual output includes some examples, too). You'll find that vimeo channels are supported. However, you don't even need to consult the list, just try passing in the URL to youtube-dl. Something like

youtube-dl http://vimeo.com/channels/YOUR-CHANNEL

should just work. If not you can (and should) file a bug to request support. Don't forget to include the actual example URL you're passing in.

Vermont answered 17/7, 2014 at 20:34 Comment(1)
The url method works. For youtube there's a special syntax "ytuser", but I think for other sites, he full url should be used as phihag suggested.Matted

© 2022 - 2024 — McMap. All rights reserved.