Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchTorrent ¶
func ScrapeTorrentURL ¶
Types ¶
type CpasbienResult ¶
type CpasbienResult struct {
Name string `json:"name"`
URL string `json:"url"`
Size string `json:"size"`
Up int `json:"up"`
Down int `json:"down"`
}
func ScrapeCpasbien ¶
func ScrapeCpasbien(query string) ([]CpasbienResult, error)
Click to show internal directories.
Click to hide internal directories.