porn4fans fix

This commit is contained in:
Simon
2026-03-13 12:13:04 +00:00
parent 2e1223e519
commit 6a62582c09
10 changed files with 345 additions and 33 deletions

View File

@@ -150,7 +150,10 @@ impl NoodlemagazineProvider {
list.split("<div class=\"item\">")
.skip(1)
.filter_map(|segment| self.get_video_item(segment.to_string(), proxy_base_url).ok())
.filter_map(|segment| {
self.get_video_item(segment.to_string(), proxy_base_url)
.ok()
})
.collect()
}