You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm pretty positive that you need to change the elements as well, right click on a listing and check if it uses the same elements as the Footlocker US site, if it doesn't work on repeated tries, then the site has a diff structure and you need to replace the elements being scraped accordingly.
I tried to modify the code from "FootlockerUSMonitor", but I don't think it will works.
Repeated error in log shown
urllib3.connectionpool - Starting new HTTPS connection (1): www.footlocker.my:443
urllib3.connectionpool - https://www.footlocker.my:443 "GET /en/men/shoes/ HTTP/1.1" 200 24530
... repeat
What I changed:
proxyObject = FreeProxy(country_id=['MY'], rand=True)
embed['url'] = f'https://www.footlocker.my{product_item[3]}' # Item link
try:
html = s.get('https://www.footlocker.my/en/men/shoes/', headers=headers,
Please kindly update the release, thank you :D
The text was updated successfully, but these errors were encountered: