Documentation
¶
Index ¶
- type FastVideoSave
- func (p *FastVideoSave) AddImageSource(img interface{}, index int, result *InstaStreamResult)
- func (p *FastVideoSave) AddVideoFromObject(videoObj map[string]interface{}, index int, result *InstaStreamResult)
- func (p *FastVideoSave) AddVideoSource(v interface{}, index int, result *InstaStreamResult)
- func (p *FastVideoSave) BaseURL() string
- func (p *FastVideoSave) DoRequest(url string) (map[string]interface{}, error)
- func (p *FastVideoSave) EncodeURL(text string) (string, error)
- func (p *FastVideoSave) ExtractImages(apiResult map[string]interface{}, result *InstaStreamResult)
- func (p *FastVideoSave) ExtractMedia(apiResult map[string]interface{}) InstaStreamResult
- func (p *FastVideoSave) ExtractVideos(apiResult map[string]interface{}, result *InstaStreamResult)
- func (p *FastVideoSave) Name() string
- func (p *FastVideoSave) Post() bool
- func (p *FastVideoSave) Reel() bool
- func (p *FastVideoSave) Story() bool
- func (p *FastVideoSave) Stream(url string) (InstaStreamResult, error)
- type InstaStreamResult
- type MediaSource
- type TheSocialCat
- func (p *TheSocialCat) BaseURL() string
- func (p *TheSocialCat) DoRequest(url string) (map[string]interface{}, error)
- func (p *TheSocialCat) ExtractData(apiResult map[string]interface{}, result *InstaStreamResult)
- func (p *TheSocialCat) ExtractMedia(mediaData []interface{}, mediaType string, thumbnail string, ...)
- func (p *TheSocialCat) Name() string
- func (p *TheSocialCat) Post() bool
- func (p *TheSocialCat) Reel() bool
- func (p *TheSocialCat) Story() bool
- func (p *TheSocialCat) Stream(url string) (InstaStreamResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastVideoSave ¶
func (*FastVideoSave) AddImageSource ¶ added in v1.2.1
func (p *FastVideoSave) AddImageSource(img interface{}, index int, result *InstaStreamResult)
func (*FastVideoSave) AddVideoFromObject ¶ added in v1.2.1
func (p *FastVideoSave) AddVideoFromObject(videoObj map[string]interface{}, index int, result *InstaStreamResult)
func (*FastVideoSave) AddVideoSource ¶ added in v1.2.1
func (p *FastVideoSave) AddVideoSource(v interface{}, index int, result *InstaStreamResult)
func (*FastVideoSave) BaseURL ¶
func (p *FastVideoSave) BaseURL() string
func (*FastVideoSave) DoRequest ¶ added in v1.1.0
func (p *FastVideoSave) DoRequest(url string) (map[string]interface{}, error)
func (*FastVideoSave) ExtractImages ¶ added in v1.2.1
func (p *FastVideoSave) ExtractImages(apiResult map[string]interface{}, result *InstaStreamResult)
func (*FastVideoSave) ExtractMedia ¶ added in v1.1.0
func (p *FastVideoSave) ExtractMedia(apiResult map[string]interface{}) InstaStreamResult
func (*FastVideoSave) ExtractVideos ¶ added in v1.2.1
func (p *FastVideoSave) ExtractVideos(apiResult map[string]interface{}, result *InstaStreamResult)
func (*FastVideoSave) Name ¶
func (p *FastVideoSave) Name() string
func (*FastVideoSave) Post ¶
func (p *FastVideoSave) Post() bool
func (*FastVideoSave) Reel ¶
func (p *FastVideoSave) Reel() bool
func (*FastVideoSave) Story ¶
func (p *FastVideoSave) Story() bool
func (*FastVideoSave) Stream ¶
func (p *FastVideoSave) Stream(url string) (InstaStreamResult, error)
type InstaStreamResult ¶
type MediaSource ¶
type TheSocialCat ¶
func (*TheSocialCat) BaseURL ¶
func (p *TheSocialCat) BaseURL() string
func (*TheSocialCat) DoRequest ¶ added in v1.1.0
func (p *TheSocialCat) DoRequest(url string) (map[string]interface{}, error)
func (*TheSocialCat) ExtractData ¶ added in v1.1.0
func (p *TheSocialCat) ExtractData(apiResult map[string]interface{}, result *InstaStreamResult)
func (*TheSocialCat) ExtractMedia ¶ added in v1.1.0
func (p *TheSocialCat) ExtractMedia(mediaData []interface{}, mediaType string, thumbnail string, result *InstaStreamResult)
func (*TheSocialCat) Name ¶
func (p *TheSocialCat) Name() string
func (*TheSocialCat) Post ¶
func (p *TheSocialCat) Post() bool
func (*TheSocialCat) Reel ¶
func (p *TheSocialCat) Reel() bool
func (*TheSocialCat) Story ¶
func (p *TheSocialCat) Story() bool
func (*TheSocialCat) Stream ¶
func (p *TheSocialCat) Stream(url string) (InstaStreamResult, error)
Click to show internal directories.
Click to hide internal directories.