diff options
| author | 2020-10-12 18:14:33 -0400 | |
|---|---|---|
| committer | 2020-10-12 18:14:33 -0400 | |
| commit | d3becce57d0cbaaf0dbb2ce089b7943eae1b4ef3 (patch) | |
| tree | a8b562de48a60431c94e7a752f90f89e1b793784 /gallery_dl/extractor/reactor.py | |
| parent | 1208bf3cb8845741254ed976aef5731a3e438ca8 (diff) | |
| parent | e0c914765184ebbf99cffdecfe8cdbe10f42486e (diff) | |
Update upstream source from tag 'upstream/1.15.1'
Update to upstream version '1.15.1'
with Debian dir 3820cc6ace40d14036e3fb0a7f077e6a291e60a2
Diffstat (limited to 'gallery_dl/extractor/reactor.py')
| -rw-r--r-- | gallery_dl/extractor/reactor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/reactor.py b/gallery_dl/extractor/reactor.py index 8290d2d..e5b4b44 100644 --- a/gallery_dl/extractor/reactor.py +++ b/gallery_dl/extractor/reactor.py @@ -16,7 +16,7 @@ import time import json -BASE_PATTERN = r"(?:https?://)?([^/.]+\.reactor\.cc)" +BASE_PATTERN = r"(?:https?://)?((?:[^/.]+\.)?reactor\.cc)" class ReactorExtractor(SharedConfigMixin, Extractor): |
