-
## Feature Request
I would like to propose the addition of an option to select `lxml` as the parser for BeautifulSoup responses, instead of the current fixed default of `html.parser`.
It will imp…
-
Why is beautifulsoup4 a dependency on the project? With some grepping I didn't see it being used anywhere.
-
[BeautifulSoup.zip](https://github.com/parzival-au20/sefa/files/15182703/BeautifulSoup.zip)
-
When logged in to the site, going to a library item documentation the "Join" text is shown instead of the avatar.
-
### Describe the bug
urlwatch has the built-in filter `beautify` that requires beautifulsoup4, which is not included in the package dependencies. Trying to use `beautify` leads to an exception bein…
dalz updated
3 months ago
-
Traceback (most recent call last):
File "bs4.py", line 2, in
from bs4 import BeautifulSoup
File "/home/charanya/tact/Beautiful_soup/bs4.py", line 2, in
from bs4 import BeautifulSoup
…
-
# cc program
from PyQt5.QtGui import *
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5 import QtWidgets, uic
from PyQt5.QtCore import *
import requests
from bs4 import Beaut…
-
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
### Libraries for webscrapping
import requests
from bs4 import BeautifulSoup
import re
import c…
-
Running
df = kpt.get_schedule(browser=browser, team='Kansas') or any team
I am getting the error:
url = url + "&y=" + str(season)
schedule = BeautifulSoup(get_html(browser, url), "html.parser…
-
Saw this when looking at the server logs:
`Jun 19 23:47:54 localhost pipenv[1379012]: /usr/bin/votefinder-web/votefinder/main/BNRPageParser.py:140: GuessedAtParserWarning: No parser was explicitly sp…