添加抖音解析功能
This commit is contained in:
12
config/douyin.go
Normal file
12
config/douyin.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package config
|
||||
|
||||
type DouYin struct {
|
||||
Protocol string `yaml:"protocol"`
|
||||
Address string `yaml:"address"`
|
||||
Port string `yaml:"port"`
|
||||
Router struct {
|
||||
Api string `yaml:"api"`
|
||||
Download string `yaml:"download"`
|
||||
DouyinVideoData string `yaml:"douyin_video_data"`
|
||||
} `yaml:"router"`
|
||||
}
|
||||
Reference in New Issue
Block a user