[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

@@ -463,89 +463,10 @@
"10.0.5": "2012-06-05",
"12.0": "2012-04-24",
"10.0.4": "2012-04-24",
"3.6.28": "2012-03-13",
"11.0": "2012-03-13",
"10.0.3": "2012-03-13",
"3.6.27": "2012-02-17",
"10.0.2": "2012-02-16",
"10.0.1": "2012-02-10",
"3.6.26": "2012-01-31",
"10.0": "2012-01-31",
"9.0.1": "2011-12-21",
"9.0": "2011-12-20",
"3.6.25": "2011-12-20",
"8.0.1": "2011-11-21",
"8.0": "2011-11-08",
"3.6.24": "2011-11-08",
"7.0.1": "2011-09-29",
"7.0": "2011-09-27",
"3.6.23": "2011-09-27",
"6.0.2": "2011-09-06",
"3.6.22": "2011-09-06",
"6.0.1": "2011-08-30",
"3.6.21": "2011-08-30",
"6.0": "2011-08-16",
"3.6.20": "2011-08-16",
"5.0.1": "2011-07-11",
"3.6.19": "2011-07-11",
"5.0": "2011-06-21",
"3.6.18": "2011-06-21",
"4.0.1": "2011-04-28",
"3.6.17": "2011-04-28",
"3.5.19": "2011-04-28",
"4.0": "2011-03-22",
"3.6.16": "2011-03-22",
"3.5.18": "2011-03-22",
"3.6.15": "2011-03-04",
"3.6.14": "2011-03-01",
"3.5.17": "2011-03-01",
"3.6.13": "2010-12-09",
"3.5.16": "2010-12-09",
"3.6.12": "2010-10-27",
"3.5.15": "2010-10-27",
"3.6.11": "2010-10-19",
"3.5.14": "2010-10-19",
"3.6.10": "2010-09-15",
"3.5.13": "2010-09-15",
"3.6.9": "2010-09-07",
"3.5.12": "2010-09-07",
"3.6.8": "2010-07-23",
"3.6.7": "2010-07-20",
"3.5.11": "2010-07-20",
"3.6.6": "2010-06-26",
"3.6.4": "2010-06-22",
"3.5.10": "2010-06-22",
"3.6.3": "2010-04-01",
"3.5.9": "2010-03-30",
"3.0.19": "2010-03-30",
"3.6.2": "2010-03-22",
"3.5.8": "2010-02-17",
"3.0.18": "2010-02-17",
"3.6": "2010-01-21",
"3.5.7": "2010-01-05",
"3.0.17": "2010-01-05",
"3.5.6": "2009-12-15",
"3.0.16": "2009-12-15",
"3.5.5": "2009-11-05",
"3.5.4": "2009-10-27",
"3.0.15": "2009-10-27",
"3.5.3": "2009-09-09",
"3.0.14": "2009-09-09",
"3.5.2": "2009-08-03",
"3.0.13": "2009-08-03",
"3.0.12": "2009-07-21",
"3.5.1": "2009-07-16",
"3.5": "2009-06-30",
"3.0.11": "2009-06-11",
"3.0.10": "2009-04-27",
"3.0.9": "2009-04-21",
"3.0.8": "2009-03-27",
"3.0.7": "2009-03-04",
"3.0.6": "2009-02-03",
"3.0.5": "2008-12-16",
"3.0.4": "2008-11-12",
"3.0.3": "2008-09-26",
"3.0.2": "2008-09-23",
"3.0.1": "2008-07-16",
"3.0": "2008-06-17"
"9.0": "2012-01-31",
"10.0": "2012-01-31"
}