1
0
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:
2012-01-16 13:28:59 -02:00
parent 1719e54b77
commit e943b08ede
17 changed files with 33 additions and 44 deletions

View File

@@ -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
}