pukkandan
bc6b9bcd65
[utils] Escape URLs in sanitized_Request
, not sanitize_url
...
d2558234cf
added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL.
Eg: When using `yt-dlp "search query" --default-search ytsearch`, `search query` gets escaped to `search%20query` before being prefixed with `ytsearch:` which is not the intended behavior. So the escaping is moved to `sanitized_Request` instead.
2021-06-01 20:29:02 +05:30
..
2014-11-17 07:54:06 +01:00
2021-05-29 02:31:14 +05:30
2013-10-12 13:17:11 -04:00
2021-02-25 00:15:56 +05:30
2021-05-18 18:10:15 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-04-22 16:54:07 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-05-18 18:08:55 +05:30
2021-02-25 00:15:56 +05:30
2021-04-22 16:54:07 +05:30
2021-02-25 00:15:56 +05:30
2021-05-26 01:27:39 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-05-29 02:31:14 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-01-29 23:16:00 +05:30
2021-02-25 00:15:56 +05:30
2021-06-01 20:29:02 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-02-25 00:15:56 +05:30
2021-04-22 16:54:07 +05:30
2021-02-25 00:15:56 +05:30
2021-05-29 02:12:07 +05:30
2021-02-25 00:15:56 +05:30
2015-01-30 02:57:37 +01:00
2016-01-21 20:12:17 +00:00