mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
fix: YouTube configured is not mandatory
This commit is contained in:
@@ -106,8 +106,8 @@ func (o *Fabric) Setup() (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
if err = o.YouTube.Setup(); err != nil {
|
||||
return
|
||||
if youtubeErr := o.YouTube.Setup(); youtubeErr != nil {
|
||||
fmt.Printf("[%v] skipped\n", o.YouTube.GetName())
|
||||
}
|
||||
|
||||
if err = o.PatternsLoader.Setup(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user