tnaflix fix
This commit is contained in:
@@ -206,7 +206,7 @@ impl TnaflixProvider {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let raw_videos: Vec<&str> = list_part
|
let raw_videos: Vec<&str> = list_part
|
||||||
.split("col-xs-6 col-md-4 col-xl-3 mb-3")
|
.split("col-xs-6 col-md-4 col-lg-4 col-xl-3 mb-3")
|
||||||
.skip(1)
|
.skip(1)
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user