Documentation ΒΆ
Index ΒΆ
- Constants
- func GetChunkedResult(url string) (int, error)
- func GetFilesize(url string) (int64, error)
- func GetHtmlResult(url string) (string, error)
- func NetflixDownloadTest() (float64, error)
- func NetflixUploadTest() (float64, error)
- func ParseJsPath() (string, error)
- func ParseToken() (string, error)
- type Provider
- type Result
- type UrlResponse
Constants ΒΆ
View Source
const NETFLIX_URL = "https://fast.com/"
Variables ΒΆ
This section is empty.
Functions ΒΆ
func GetChunkedResult ΒΆ
func GetFilesize ΒΆ
func GetHtmlResult ΒΆ
func NetflixDownloadTest ΒΆ
func NetflixUploadTest ΒΆ
func ParseJsPath ΒΆ
func ParseToken ΒΆ
Types ΒΆ
type UrlResponse ΒΆ
type UrlResponse struct {
URL string `json:"url"`
}
Click to show internal directories.
Click to hide internal directories.