porn4fans fix
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user