- Internet
- https://pepepper.net
-
広島市立大学 情報科学部 情報工学科 B4
- Joined on
2020-11-15
Block a user

sanitized_Request
, not sanitize_url
d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, sanitize_url
may not always receive an actual URL. Eg: When using youtube-dl "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.
pepepper
synced commits to df-fmt-ext-patch at pepepper/youtube-dl from mirror
2023-01-09 18:09:00 +09:00
pepepper
synced commits to df-fmt-ext-patch at pepepper/youtube-dl from mirror
2023-01-09 09:59:01 +09:00
pepepper
synced new reference df-fmt-ext-patch to pepepper/youtube-dl from mirror
2023-01-09 09:59:01 +09:00