has added many chains

This commit is contained in:
KorenLazar
2021-02-06 21:42:31 +02:00
parent 5aa4cd734d
commit 18f3fa32b9
20 changed files with 198 additions and 73 deletions

View File

@@ -16,6 +16,3 @@ class ShuferSal(SupermarketChain):
down_url: str = soup.find('a', text="לחץ להורדה")['href']
print(down_url)
return down_url
def __repr__(self):
return 'Shufersal'