S
S
Sergey Burduzha2017-09-30 13:50:08
YouTube
Sergey Burduzha, 2017-09-30 13:50:08

Can't download video using youtube-dl, how to do it?

This is what I get when I try to download a video

youtube-dl https://www.youtube.com/watch?v=O51QmbMgQYw&list=WL&index=5                                                             
zsh: parse error near `&'

I can't figure out what's the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Edward, 2017-09-30
@serii81

Use a clean video link, before the "&" operator. Anything after that is unnecessary.

youtube-dl https://www.youtube.com/watch?v=O51QmbMgQYw

S
sim3x, 2017-09-30
@sim3x

youtube-dl 'https://www.youtube.com/watch?v=O51QmbMgQYw&list=WL&index=5'

& has a special meaning in zsh

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question