[reactor] match URLs without subdomain (#1053)
This commit is contained in:
@@ -16,7 +16,7 @@ import time
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
|
|
||||||
BASE_PATTERN = r"(?:https?://)?([^/.]+\.reactor\.cc)"
|
BASE_PATTERN = r"(?:https?://)?((?:[^/.]+\.)?reactor\.cc)"
|
||||||
|
|
||||||
|
|
||||||
class ReactorExtractor(SharedConfigMixin, Extractor):
|
class ReactorExtractor(SharedConfigMixin, Extractor):
|
||||||
|
|||||||
Reference in New Issue
Block a user