services

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instagram

type Instagram struct {
	URL         string
	Title       string `json:"title"`
	Description string `json:"description"`
	Image       string `json:"image"`
	SiteName    string `json:"site_name"`
	Video       string `json:"video"`
}

func (*Instagram) DownloadFile

func (i *Instagram) DownloadFile() (string, error)

type Tiktok

type Tiktok struct {
	URL      string
	VideoURL string
}

func (*Tiktok) DownloadFile

func (t *Tiktok) DownloadFile() (string, error)

func (*Tiktok) HTMLExtract

func (t *Tiktok) HTMLExtract() error

type WriteCounter

type WriteCounter struct {
	Total uint64
}

func (WriteCounter) PrintProgress

func (wc WriteCounter) PrintProgress()

func (*WriteCounter) Write

func (wc *WriteCounter) Write(p []byte) (int, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL