soup = bs(content.text, 'html.parser') TypeError: 'module' object is not callable code example
Example: soup = BeautifulSoup(page.content, 'html.parser') TypeError: 'module' object is not callable
from bs4 import BeautifulSoup
from bs4 import BeautifulSoup