mirror of
https://github.com/xvxx/phetch
synced 2024-11-05 00:00:58 +00:00
not anymore
This commit is contained in:
parent
0a6f38a971
commit
358b1ed02a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user