murrty / youtube-dl-gui

Download/Convert videos from websites without needing to learn command line
GNU General Public License v3.0
430 stars 44 forks source link

Problem delete metadata #75

Closed KERNEL59 closed 3 years ago

KERNEL59 commented 3 years ago

Hi ,

with cmd i use line : youtube-dl -o %(title)s.%(ext)s -f bestaudio --extract-audio --audio-format mp3 --audio-quality 320 no-info=1

with youtube-dl Gui , i use custom arguments result :

ERROR: 'no-info=1' is not a valid URL. Set --default-search "ytsearch" (or run youtube-dl "ytsearch:no-info=1" ) to search YouTube An error occured

i search keyword for delete metadata please , thanx in advance :)

murrty commented 3 years ago

Where are you getting "no-info=1" from? That's not a valid youtube-dl command, and it doesn't download metadata by default.