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