diff --git a/fhost.py b/fhost.py index ed3cdbe..f120fcb 100755 --- a/fhost.py +++ b/fhost.py @@ -362,15 +362,15 @@ def fhost():

USAGE

HTTP POST files here: curl -F'file=@yourfile.png' {0} -You can also POST remote URLs: +you can also POST remote URLs: curl -F'url=https://example.com/image.jpg' {0} -Or you can shorten URLs: +or you can shorten URLs: curl -F'shorten=http://example.com/some/long/url' {0} -File URLs are valid for at least 30 days and up to a year (see below). -Shortened URLs do not expire. -Not allowed: {5} -Maximum file size: {1} +file URLs are valid for at least 30 days and up to a year (see below). +shortened URLs do not expire. +not allowed: {5} +maximum file size: {1} 0x0.envs.net is NOT a platform for: * child pornography @@ -383,17 +383,17 @@ Maximum file size: {1} * alt-right shitposting

REQUIREMENTS

-There is only one thing you need to use this service - curl. -Curl is available on most platforms, including Windows, Mac OS X and Linux. +there is only one thing you need to use this service - curl. +curl is available on most platforms, including Windows, Mac OS X and Linux. -If you run a server and like this site, clone it! Centralization is bad. +if you run a server and like this site, clone it! centralization is bad. https://github.com/envs-net/0x0 -You can also support it financially via Liberapay. +you can also support it financially via liberapay. Donate using Liberapay

ALIAS

-To make your life easier, you can add aliases to your .bash_aliases on Linux -and .bash_profile on Mac OS X. Just remember to reset your terminal session after that. +to make your life easier, you can add aliases to your .bash_aliases on Linux +and .bash_profile on Mac OS X. just remember to reset your terminal session after that. 0file() { curl -F"file=@$1" {0} ; } 0url() { curl -F"url=$1" {0} ; } 0short() { curl -F"shorten=$1" {0} ; } @@ -427,10 +427,10 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3) {4}

ABUSE

-If you would like to request permanent deletion, please +if you would like to request permanent deletion, please send an email to hostmaster@envs.net. -Please allow up to 24 hours for a response. +please allow up to 24 hours for a response.