[firefox] Simplify script

- use requests_futures instead of managing concurrency manually,
- drop retrieval of versions < 10.0 to not make the parsing too complex.
This commit is contained in:
Marc Wrobel
2023-11-25 11:20:56 +01:00
parent f0324372d9
commit deb5d9f1a2
3 changed files with 42 additions and 219 deletions

View File

@@ -15,4 +15,5 @@ typing_extensions==4.8.0
webencodings==0.5.1
requests==2.31.0
requests-html==0.10.0
requests-futures==1.0.1
regex==2023.10.3