mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] updates featurette regex
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user