From b3451a641e9927e0f3c63176dd356b01d9748b5f Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 20 Sep 2023 21:29:35 -0700 Subject: [PATCH] update readme, remove redudnant code --- readme.md | 9 +++------ src/template_endpoints/reupload.rs | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 3f7d524..c830d85 100644 --- a/readme.md +++ b/readme.md @@ -10,12 +10,9 @@ i've run out of ideas. ### features -_these features are not yet implemented_ -- utilizes `yt-dlp` and `ffmpeg` to let you upload custom songs from sources such as [YouTube](https://youtube.com), [SoundCloud](https://soundcloud.com), and [1800+ other sources](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md) -- admin control panels - -_these features are implemented_ -- none muhuhhahaha +- [highly configurable](https://git.reidlab.online/reidlab/gdps-server/src/branch/main/config.example.toml) +- compiled, for extra speed +- [parses uploaded levels](https://git.reidlab.online/reidlab/gdps-server/src/branch/main/src/helpers/levels.rs) to patch RCEs and verify that everything is in place ## build diff --git a/src/template_endpoints/reupload.rs b/src/template_endpoints/reupload.rs index 2f1c39d..36fa2f6 100644 --- a/src/template_endpoints/reupload.rs +++ b/src/template_endpoints/reupload.rs @@ -41,7 +41,6 @@ pub async fn post_reupload(input: Form) -> Template { let disabled = !crate::CONFIG.levels.reupload; - let error: Option = None; if !disabled { let remote_level_id = input.level_id;