Answer the question
In order to leave comments, you need to log in
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')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question