support skynet

This commit is contained in:
2020-02-04 19:37:46 +01:00
parent aea57286d9
commit 3ebf9785da
20 changed files with 852 additions and 611 deletions

View File

@@ -7,11 +7,12 @@ import (
"net/http"
"net/url"
"strings"
"time"
"github.com/Fornaxian/log"
)
var client = &http.Client{}
var client = &http.Client{Timeout: time.Minute * 5}
// PixelAPI is the Pixeldrain API client
type PixelAPI struct {