Skip to content

Commit

Permalink
scraper: add funscript filenames to BadoinkVR scrapers (xbapps#1240)
Browse files Browse the repository at this point in the history
Co-authored-by: crwxaj <crwxaj>
  • Loading branch information
crwxaj authored Apr 17, 2023
1 parent aa8e4cd commit befe53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scrape/badoink.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func BadoinkSite(wg *sync.WaitGroup, updateSite bool, knownScenes []string, out
}

sc.Filenames = filenames
sc.Filenames = append(sc.Filenames, baseName+".funscript")
}
})

Expand Down

0 comments on commit befe53e

Please sign in to comment.