Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
Description
Whenever you try to download a song using the
--default-search=autofeature, everything works fine and it detects if the query given is not a URL, and if so it searches it.But, if there's a slash character in the query, it automatically thinks the given string is a URL (as shown in my example wih
"Bud Powell - You Go To My Head / Remastered". It thinks a URL was given, tries to appendhttp://to the query, and gets a very invalid URL.Possible workaround until this is fixed: