package
Version:
v0.0.0-...-2a63478
Opens a new window with list of versions in this module.
Published: Jul 7, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New returns a xinpianchang 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.