Dominik
Results
1
comments of
Dominik
here def extract_json_from_html(html_source): soup = BeautifulSoup(html_source, 'html.parser') json_div = soup.find('div', {'id': 'json'}) the json_div is empty, which div should i modify it to?