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.
search keyword bug #25665
search keyword bug #25665
Comments
|
You are trying to download video with id |
|
the thing is youtube-dl actually searched for hypnodanceo instead of hypnodancer, therefore returns the error |
|
Again: you are trying to download https://www.youtube.com/watch?v=hypnodancer that is redirected to https://www.youtube.com/watch?v=hypnodanceo by Youtube. |
Checklist
Verbose log
Description
The extractor somehow modifies the last letter of any search keyword, thus leading to wrong search result. For example, in the verbose log, the input search keyword was "hypnodancer" but name in the error was "hypnodanceo". A possible fix is to add an empty space after the search keyword, I've tested it in Python and the search keyword remained unchanged.
