mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
refactor: consolidate CI pipeline, remove third-party deps
This commit is contained in:
@@ -208,7 +208,7 @@ class Scraper(BaseScraper):
|
||||
}
|
||||
except (urllib.error.URLError, urllib.error.HTTPError):
|
||||
continue
|
||||
except Exception:
|
||||
except (ConnectionError, ValueError, OSError):
|
||||
pass
|
||||
|
||||
return metadata
|
||||
|
||||
Reference in New Issue
Block a user