Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. morsik@localhost ~ $ python3
  2. Python 3.7.4 (default, Jul 9 2019, 16:32:37)
  3. [GCC 9.1.1 20190503 (Red Hat 9.1.1-1)] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import requests
  6. >>> r = requests.get("https://www.superpharm.pl/moschino-uomo-13933.html")
  7. >>> r.status_code
  8. 404
  9. >>> len(r.text)
  10. 477762
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement