package
Version:
v0.22.0
Opens a new window with list of versions in this module.
Published: Nov 6, 2023
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
New returns a ixigua extractor.
type Video struct {
Title string `json:"title"`
Qualities []struct {
Quality string `json:"quality"`
Size int64 `json:"size"`
URL string `json:"url"`
Ext string `json:"ext"`
} `json:"qualities"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.