aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/reactor.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-10-12 18:14:33 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2020-10-12 18:14:33 -0400
commitd3becce57d0cbaaf0dbb2ce089b7943eae1b4ef3 (patch)
treea8b562de48a60431c94e7a752f90f89e1b793784 /gallery_dl/extractor/reactor.py
parent1208bf3cb8845741254ed976aef5731a3e438ca8 (diff)
parente0c914765184ebbf99cffdecfe8cdbe10f42486e (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.py2
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):