diff --git a/src/providers/omgxxx.rs b/src/providers/omgxxx.rs index 1a2a326..bdee888 100644 --- a/src/providers/omgxxx.rs +++ b/src/providers/omgxxx.rs @@ -426,6 +426,9 @@ impl OmgxxxProvider { return vec![]; } let mut items: Vec = Vec::new(); + if !html.contains("class=\"item\"") { + return items; + } let raw_videos = html.split("videos_list_pagination").collect::>()[0] .split(" class=\"pagination\" ") .collect::>()[0]