Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
erlichsefi committed Nov 22, 2024
1 parent fb2cdc5 commit b580768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion il_supermarket_scarper/scrappers/bareket.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from il_supermarket_scarper.utils import DumpFolderNames


# @FlakyScraper
class Bareket(Bina):
"""scarper for bareket"""

Expand Down
2 changes: 2 additions & 0 deletions il_supermarket_scarper/scrappers/shufersal.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
class Shufersal(MultiPageWeb):
"""scaper for shufersal"""

utilize_date_param = False

def __init__(self, folder_name=None):
super().__init__(
url="https://prices.shufersal.co.il/",
Expand Down

0 comments on commit b580768

Please sign in to comment.