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
Hey, so I've been using the inbuilt ysearch feature for a while now, and I haven't changed my code which was working fine until update.
options={"outtmpl":"SOMETHING.mp4"}
Despite setting my filename to .mp4, I end up with a file "SOMETHING.mp4.webm". I'm not sure why this would happen, but it momentarily broke my script. It's not like it's a big deal (I just found it by os.listdir(), and I was deleting the file anyway), but it's definitely weird, and I suppose it constitutes a bug, even though the module didn't crash or anything.
Incidentally, I'm fine with adding a verbose log in the event that would actually help you to fix this, but otherwise it doesn't seem like the kind of thing which needs one.