diff options
Diffstat (limited to 'crates/shirabe/src/util/http_downloader.rs')
| -rw-r--r-- | crates/shirabe/src/util/http_downloader.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/util/http_downloader.rs b/crates/shirabe/src/util/http_downloader.rs index b06d7004..c6e70117 100644 --- a/crates/shirabe/src/util/http_downloader.rs +++ b/crates/shirabe/src/util/http_downloader.rs @@ -246,14 +246,14 @@ impl HttpDownloader { origin.clone(), rawurldecode( m.get(&CaptureKey::ByIndex(1)) - .cloned() .unwrap_or_default() + .to_string() .as_str(), ), Some(rawurldecode( m.get(&CaptureKey::ByIndex(2)) - .cloned() .unwrap_or_default() + .to_string() .as_str(), )), ); |
