A
A
argeo052021-06-11 09:18:57
Python
argeo05, 2021-06-11 09:18:57

What to do Request.get does not return the entire code of the page?

Here is the code:

import requests
from bs4 import BeautifulSoup

resp = requests.get('https://csgorun.pro/').text

print(resp)

I wanted to parse this site and stumbled upon a problem: the get request does not return the site code, but some kind of shortened version or something. Maybe you need to parse with another module?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-06-11
@argeo05

Welcome to Web 2.0, where for 15 years most of the content on the page has been front-loaded.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question