Tyrrrz / YoutubeDownloader

Downloads videos and playlists from YouTube
MIT License
8.7k stars 1.19k forks source link

Quotes in request not being escaped #428

Closed xkcd00 closed 5 months ago

xkcd00 commented 6 months ago

Version

v1.10.11

Platform

Windows 11

Steps to reproduce

In the video query type anything containing double quotes. See the image below.

Details

This will cause a 400 bad request. I belive that the program doesn't escape these qutoes. image

Checklist

xkcd00 commented 6 months ago

Made pull request to fix this.