Versions in this module Expand all Collapse all v0 v0.1.1 May 2, 2025 v0.1.0 May 1, 2025 Changes in this version + func GetHtmlTitle(r io.Reader) (string, bool, error) + type FFDownloader struct + func NewFF(pageUrl string, spinner *mpb.Bar) (*FFDownloader, error) + func (ff *FFDownloader) Download(path string, bar *mpb.Bar) error + func (ff *FFDownloader) DownloadUrl() string + func (ff *FFDownloader) FileName() string + func (ff *FFDownloader) IsValid() bool + func (ff *FFDownloader) PageUrl() string