diff options
Diffstat (limited to 'gallery_dl/job.py')
| -rw-r--r-- | gallery_dl/job.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gallery_dl/job.py b/gallery_dl/job.py index 3e72e9c..3eebf0b 100644 --- a/gallery_dl/job.py +++ b/gallery_dl/job.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2015-2021 Mike Fährmann +# Copyright 2015-2022 Mike Fährmann # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as @@ -53,9 +53,6 @@ class Job(): extr.category = pextr.category extr.subcategory = pextr.subcategory - # reuse connection adapters - extr.session.adapters = pextr.session.adapters - # user-supplied metadata kwdict = extr.config("keywords") if kwdict: |
