run tests on ubuntu-20.04

and remove Python 3.4, since that's no longer available
on this test runner
This commit is contained in:
Mike Fährmann
2023-01-05 13:33:27 +01:00
parent 708fa3c296
commit a918ce29b5
2 changed files with 2 additions and 3 deletions

View File

@@ -327,7 +327,6 @@ class Extractor():
except Exception as exc:
self.log.warning("cookies: %s", exc)
else:
self.log.debug("Loading cookies from '%s'", cookies)
self._cookiefile = cookiefile
elif isinstance(cookies, (list, tuple)):