0

quick question when I look at the html of the https://www.rbxflip.com/shop there are items but when i do the request the html says <p>No items</p> how can I fix this?

import requests

url = 'https://www.rbxflip.com/shop'
r = requests.get(url)
print(r.text)
eRED
  • 21
  • 3
  • Note that the element inspector in the browser is *not* “the raw HMTL”. You’ll need to look for that in the sources tab. – deceze Nov 12 '22 at 01:51

0 Answers0