mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
lower rank
This commit is contained in:
parent
ffc772727a
commit
3c096c069c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const sflixBase = "https://sflix.video";
|
|||
registerProvider({
|
||||
id: "sflix",
|
||||
displayName: "Sflix",
|
||||
rank: 135,
|
||||
rank: 50,
|
||||
type: [MWMediaType.MOVIE, MWMediaType.SERIES],
|
||||
async scrape({ media, episode, progress }) {
|
||||
let searchQuery = `${media.meta.title} `;
|
||||
|
|
Loading…
Reference in a new issue