refactor: consolidate CI pipeline, remove third-party deps

This commit is contained in:
Abdessamad Derraz
2026-03-17 12:33:10 +01:00
parent e6ea0484a8
commit 3453f89d9d
34 changed files with 206 additions and 2091 deletions

View File

@@ -208,7 +208,7 @@ class Scraper(BaseScraper):
}
except (urllib.error.URLError, urllib.error.HTTPError):
continue
except Exception:
except (ConnectionError, ValueError, OSError):
pass
return metadata