@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2019-2023 Mike Fährmann
|
||||
# Copyright 2019-2025 Mike Fährmann
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
@@ -20,7 +20,7 @@ class ShopifyExtractor(BaseExtractor):
|
||||
|
||||
def __init__(self, match):
|
||||
BaseExtractor.__init__(self, match)
|
||||
self.item_url = self.root + match.group(match.lastindex)
|
||||
self.item_url = self.root + match[match.lastindex]
|
||||
|
||||
def items(self):
|
||||
data = self.metadata()
|
||||
|
||||
Reference in New Issue
Block a user