Documentation
¶
Overview ¶
pkg contains helper methods for collecting, parsing, validating the urls and more
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FFDownloader ¶
type FFDownloader struct {
// contains filtered or unexported fields
}
func NewFF ¶
func NewFF(pageUrl string, spinner *mpb.Bar) (*FFDownloader, error)
func (*FFDownloader) Download ¶
func (ff *FFDownloader) Download(path string, bar *mpb.Bar) error
func (*FFDownloader) DownloadUrl ¶
func (ff *FFDownloader) DownloadUrl() string
func (*FFDownloader) FileName ¶
func (ff *FFDownloader) FileName() string
func (*FFDownloader) IsValid ¶
func (ff *FFDownloader) IsValid() bool
func (*FFDownloader) PageUrl ¶
func (ff *FFDownloader) PageUrl() string
Click to show internal directories.
Click to hide internal directories.