2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-05 00:00:58 +00:00

not anymore

This commit is contained in:
chris west 2020-02-21 13:15:15 -08:00
parent 0a6f38a971
commit 358b1ed02a

View File

@ -249,7 +249,6 @@ pub fn type_for_url(url: &str) -> Type {
}
/// Parses gopher URL into parts.
/// Returns (Type, host, port, sel)
pub fn parse_url(url: &str) -> Url {
let mut url = url.trim_start_matches("gopher://");
let mut typ = Type::Menu;