pornhub fix

This commit is contained in:
Simon
2026-04-03 20:27:45 +00:00
parent b8c326306d
commit 4d50e0a9fb

View File

@@ -634,11 +634,6 @@ impl PornhubProvider {
item.url = normalized;
}
}
let formats = self.build_formats_from_flashvars(&flashvars);
if !formats.is_empty() {
item.formats = Some(formats);
}
}
if let Some(ld_video) = self.extract_ld_video_object(&document)? {