diff --git a/src/grabber/nsreg/spiders/nsreg_flexbe.py b/src/grabber/nsreg/spiders/nsreg_flexbe.py index 800e7b2..69c3396 100644 --- a/src/grabber/nsreg/spiders/nsreg_flexbe.py +++ b/src/grabber/nsreg/spiders/nsreg_flexbe.py @@ -18,9 +18,9 @@ def __init__(self, *args, **kwargs): site_names=self.site_names, regex=r"([0-9]+)[.,\s]?₽.*", path={ - 'price_reg': '/html/body/main/section[2]/div[2]/div[3]/div/div/div/div/div[2]/div/div/div/table/tbody/tr[1]/td[2]/text()', - 'price_prolong': '/html/body/main/section[2]/div[2]/div[3]/div/div/div/div/div[2]/div/div/div/table/tbody/tr[1]/td[3]/text()', - 'price_change': '/html/body/main/section[2]/div[2]/div[3]/div/div/div/div/div[3]/div/div/div/table/tbody/tr[1]/td[2]/text()' + 'price_reg': '/html/body/main/section[2]/div[2]/div[3]/div/div/div[2]/div/div/div/table/tbody/tr[1]/td[2]/text()', + 'price_prolong': '/html/body/main/section[2]/div[2]/div[3]/div/div/div[2]/div/div/div/table/tbody/tr[1]/td[3]/text()', + 'price_change': '/html/body/main/section[2]/div[2]/div[3]/div/div/div[3]/div/div/div/table/tbody/tr[1]/td[2]/text()' } )