added url to error log
This commit is contained in:
@@ -406,7 +406,7 @@ impl HqpornerProvider {
|
|||||||
.split("<video ")
|
.split("<video ")
|
||||||
.nth(2)
|
.nth(2)
|
||||||
.and_then(|s| s.split("</video>").next())
|
.and_then(|s| s.split("</video>").next())
|
||||||
.ok_or(format!("No video element\n{text2}"))?;
|
.ok_or(format!("No video element\n{player_url}\n{text2}"))?;
|
||||||
for source in video_element.split("<source ").skip(1) {
|
for source in video_element.split("<source ").skip(1) {
|
||||||
let title = source
|
let title = source
|
||||||
.split("title=\\\"")
|
.split("title=\\\"")
|
||||||
|
|||||||
Reference in New Issue
Block a user