diff options
| author | 2021-04-13 19:33:55 -0400 | |
|---|---|---|
| committer | 2021-04-13 19:33:55 -0400 | |
| commit | 027af8fd5fb02b9cb2fc3bc6e58ed41ac1056289 (patch) | |
| tree | 45e9927640751d54f1c2331595e6a804807a388f /gallery_dl/extractor/common.py | |
| parent | a7f4d54b42ad98cd8e28bff2891097e0eebfac7c (diff) | |
| parent | d27dcd4646242d6da8436f14c7b37ce864355858 (diff) | |
Update upstream source from tag 'upstream/1.17.2'
Update to upstream version '1.17.2'
with Debian dir 223e9a6bbd333c762be6ae0b8588efbfc0885dd0
Diffstat (limited to 'gallery_dl/extractor/common.py')
| -rw-r--r-- | gallery_dl/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/common.py b/gallery_dl/extractor/common.py index e9b9718..048e0a3 100644 --- a/gallery_dl/extractor/common.py +++ b/gallery_dl/extractor/common.py @@ -216,7 +216,7 @@ class Extractor(): headers.clear() browser = self.config("browser") or self.browser - if browser: + if browser and isinstance(browser, str): browser, _, platform = browser.lower().partition(":") if not platform or platform == "auto": |
