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:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user