mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-06 07:32:50 +00:00
Implements zshare.net and filesonic.com services
This commit is contained in:
@@ -276,7 +276,7 @@ public class UploadHereService extends AbstractHttpService implements Service,
|
||||
|
||||
@Override
|
||||
public void logout() throws IOException {
|
||||
post("http://www.uploadking.com/login").parameter("do", "logout")
|
||||
post("http://www.uploadhere.com/login").parameter("do", "logout")
|
||||
.request();
|
||||
// TODO check logout status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user