diff options
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 3 |
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 )); } } |