✨ Add mkflex command
This commit is contained in:
parent
72295c53cf
commit
f4497aef7e
7 changed files with 333 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
package convids
|
||||
|
||||
import "regexp"
|
||||
import (
|
||||
"regexp"
|
||||
|
||||
"codeberg.org/danjones000/utils/types"
|
||||
)
|
||||
|
||||
type Data struct {
|
||||
Config *Config
|
||||
|
|
@ -28,6 +32,13 @@ type Show struct {
|
|||
Url bool
|
||||
Backup string
|
||||
Sources []string
|
||||
Flexget struct {
|
||||
Name string
|
||||
Begin types.IntOrString
|
||||
AlternateName []string `yaml:"alternate_name"`
|
||||
Exact bool
|
||||
Skip bool
|
||||
}
|
||||
|
||||
re *regexp.Regexp
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue