aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.rs b/src/utils.rs
index 242cd77..ff272c0 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -147,8 +147,7 @@ pub async fn filter_images_by_language(
} else {
&*boys::GITHUB_USER_CONTENT
},
- // URL (percent) encoding because we are pushing a URL, not a string
- quote(item.path, b"").ok().unwrap()
+ item.path
));
}
}