diff options
| author | 2022-01-25 20:10:48 -0500 | |
|---|---|---|
| committer | 2022-01-25 20:10:48 -0500 | |
| commit | 8a812de1450d5d53fc1cd9a59f6c3f08452fc5b1 (patch) | |
| tree | 8dc998621e167fb99f5e743857d8495daac2f6cd /gallery_dl/extractor/philomena.py | |
| parent | 8de58070ee3e55f29966a787fd618632dbf4309b (diff) | |
New upstream version 1.20.3.upstream/1.20.3
Diffstat (limited to 'gallery_dl/extractor/philomena.py')
| -rw-r--r-- | gallery_dl/extractor/philomena.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/philomena.py b/gallery_dl/extractor/philomena.py index 6377fb0..92b8113 100644 --- a/gallery_dl/extractor/philomena.py +++ b/gallery_dl/extractor/philomena.py @@ -172,7 +172,7 @@ class PhilomenaSearchExtractor(PhilomenaExtractor): PhilomenaExtractor.__init__(self, match) groups = match.groups() if groups[-1]: - q = groups[-1] + q = groups[-1].replace("+", " ") for old, new in ( ("-colon-" , ":"), ("-dash-" , "-"), |
