diff --git a/main.py b/main.py index b9ecab9..ac0ad5b 100644 --- a/main.py +++ b/main.py @@ -113,6 +113,7 @@ class Scraper: except: _changelogs = "No changelog found." try: + elements[i] = sub(r"Download Instructions:(.*)?

?
(.*|[\s\S]*)

Trouble downloading|", elements[i])[0] if len(_downloadLinks) < 2:# if result none, trying other method _downloadLinks = findall(r"Download Instructions: ?
(.*|[\s\S]*)", elements[i])[0]