bugfix
This commit is contained in:
@@ -426,6 +426,9 @@ impl OmgxxxProvider {
|
||||
return vec![];
|
||||
}
|
||||
let mut items: Vec<VideoItem> = Vec::new();
|
||||
if !html.contains("class=\"item\"") {
|
||||
return items;
|
||||
}
|
||||
let raw_videos = html.split("videos_list_pagination").collect::<Vec<&str>>()[0]
|
||||
.split(" class=\"pagination\" ")
|
||||
.collect::<Vec<&str>>()[0]
|
||||
|
||||
Reference in New Issue
Block a user