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
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.