Fix Link Parser
This commit is contained in:
parent
e82ad2c503
commit
705880d5de
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ class Scraper(
|
|||
}
|
||||
elements["downloadLinks"] = try {
|
||||
htmlPage = htmlPage.replace(Regex("Download Instructions:</span>(.*?)?<br />"),
|
||||
"Download Instructions:</span><br /><s")
|
||||
"Download Instructions:</span><br />")
|
||||
var tmp =
|
||||
Regex("""Download Instructions:</span> ?<br />(.*|[\s\S]*)<br /><br />Trouble downloading|</a></div>""").findAll(
|
||||
htmlPage)
|
||||
|
|
Reference in a new issue