Skip to content

Commit fee774a

Browse files
authored
Update scylla.py
1 parent b1d9d15 commit fee774a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Linux/etc/api/scylla.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def scylla_dado_bruto(nome, gdr=None):
9393
'User-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36'
9494
}
9595

96-
url = 'https://scylla.sh/search?q=domain:Collection1-btc-combo&size=5000&start=5000'
96+
url = 'https://scylla.so/search?q=domain:Collection1-btc-combo&size=5000&start=5000'
9797
scy_dadob = requests.get(url, headers=header, verify=False)
9898
scy_js = scy_dadob.json()
9999
contador = 0
@@ -176,8 +176,8 @@ def chamar_limpar_scylla(email=None, senha=None, dadobruto=False, gdr=None):
176176
"""
177177
cls_scylla_final = []
178178
gdrs = gdr
179-
url_email = "https://scylla.sh/search?q=email%3Ainput"
180-
url_senha = "https://scylla.sh/search?q=password%3Ainput"
179+
url_email = "https://scylla.so/search?q=email%3Ainput"
180+
url_senha = "https://scylla.so/search?q=password%3Ainput"
181181

182182
header = {
183183
'Accept': 'application/json',

0 commit comments

Comments
 (0)