Update 'ScrapeJE.py'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
#import cloudscraper
|
||||
import json
|
||||
#import json
|
||||
|
||||
nome=[]
|
||||
desc=[]
|
||||
@@ -90,9 +90,9 @@ for x in range(len(nome)):
|
||||
|
||||
#stampa lunghezza liste
|
||||
print("\n")
|
||||
print(nrist)
|
||||
print(tel)
|
||||
print("lista nome",len(nome))
|
||||
print("ristorante:",nrist)
|
||||
print("telefono:",tel)
|
||||
print("lista nome:",len(nome))
|
||||
print("lista desc:",len(desc))
|
||||
print("lista npezzi:",len(npezzi))
|
||||
print("lista prezzi:",len(prezzo)) #sono stringhe ovvero ci sono anche prezzi come "da 1,00 €" (servirà formattarla in double per poter fare i conti)
|
||||
|
||||
Reference in New Issue
Block a user