M
M
MIKHAN_GO2021-04-07 18:43:42
Python
MIKHAN_GO, 2021-04-07 18:43:42

How to remove the limit on the number of lines in bs4?

It is not possible to parse data from the site, although it is in its source code. I am using the function

info = session.get(link, headers=header).text

soup = BeautifulSoup(info, 'lxml')

block = soup.find_all('td', class_='ng-binding')

Is there a limit on the number of lines that can be parsed?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question