[scraper] updates featurette regex

This commit is contained in:
TheBeastLT
2020-05-15 12:28:34 +02:00
parent 314ff98555
commit 2a77abbf8d
3 changed files with 4 additions and 4 deletions

View File

@@ -400,7 +400,7 @@ function isSingleMovie(videos) {
}
function isFeaturette(video) {
return /(?:featurettes?|extras-grym)\//i.test(video.path);
return /featurettes?\/|extras-grym/i.test(video.path);
}
function clearInfoFields(video) {