This commit is contained in:
Simon
2025-07-13 13:44:28 +00:00
parent 853a24f9cd
commit 2c38a2fa6e

View File

@@ -276,7 +276,7 @@ impl SpankbangProvider {
}
let vid = html.split("\n").collect::<Vec<&str>>();
if vid.len() > 150 {
if vid.len() > 200 {
println!("Video item has too many lines: {}", vid.len());
return Err("Video item has too many lines".into());
}