You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lolistealer/src/url.rs

8 lines
153 B

use super::*;
/// Parse to loli url
pub fn parse(rating: &config::Rating) -> String
{
format!("https://plum.moe/loli?rating={}", rating.as_str())
}