store the full original URL in Extractor.url
This commit is contained in:
@@ -40,7 +40,6 @@ class DirectlinkExtractor(Extractor):
|
||||
def __init__(self, match):
|
||||
Extractor.__init__(self, match)
|
||||
self.data = match.groupdict()
|
||||
self.url = match.string
|
||||
|
||||
def items(self):
|
||||
text.nameext_from_url(self.url, self.data)
|
||||
|
||||
Reference in New Issue
Block a user