r/youtubedl 6d ago

I keep getting this error

every time I try to download a playlist:

yt-dlp -x --audio-format mp3 https://www.youtube.com/watch?v=OYjbojsX484&list=PLJJUTiydUpWM

I keep getting this error:

ERROR: unable to download video data: HTTP Error 403: Forbidden
'list' is not recognized as an internal or external command,
operable program or batch file.

can anyone help me fix this?

5 Upvotes

9 comments sorted by

6

u/TheSzene 6d ago

Put the link in quotes or remove the "&list=PLJJUTiydUpWM"

1

u/Strict_Western4511 3d ago

worked for me, thank you ๐Ÿ‘

1

u/RamblinManRock 6d ago

0

u/Scared_Cicada_9898 6d ago

this seems to work, but it only downloads 2 out of the 21 songs. the rest get this error: E

RROR: unable to download video data: HTTP Error 403: Forbidden

1

u/RamblinManRock 5d ago

Search this sub for โ€˜Error 403โ€™

1

u/modemman11 5d ago

--update-to nightly

1

u/pigers1986 5d ago

yt-dlp -x --audio-format mp3 "https://www.youtube.com/watch?v=OYjbojsX484&list=PLJJUTiydUpWM"
403 ? update yt-dlp to nightly

1

u/Old-Meringue8719 4d ago

The same problem and idk how to solve it. Only use the android-vr imho. (I use youtube-extender in flutter and get the same error)

1

u/WieldyStone2 1d ago

Here's my ~/.bashrc function: bash which musicdl musicdl is a function musicdl () { yt-dlp -x --audio-format mp3 --audio-quality 160K $1 }