update rank again

This commit is contained in:
Pas 2025-12-09 23:10:54 -07:00
parent 5c320a5a5c
commit aa0e70cb69

View file

@ -120,7 +120,7 @@ async function scrapeMovie(ctx: MovieScrapeContext): Promise<SourcererOutput> {
export const fullhdfilmizleScraper = makeSourcerer({
id: 'fullhdfilmizle',
name: 'FullHDFilmizle (Turkish)',
rank: 3,
rank: 6,
disabled: false,
flags: [flags.CORS_ALLOWED],
scrapeMovie,