Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
beautifulsoup
Conversations
About
beautifulsoup
1–30 of 1521
Mark all as read
Report abusive group
0 selected
franck zerezi
May 10
help search
Hi EveryOne I'm new here. I'm looking for one perone who can give me one document of BS4 to
unread,
help search
Hi EveryOne I'm new here. I'm looking for one perone who can give me one document of BS4 to
May 10
Alexey Kuntsevich
,
leonardr
3
May 3
Cannot use lxml in bs4
The first import check helped, many thanks. Details just in case: Somehow the etree library binary
unread,
Cannot use lxml in bs4
The first import check helped, many thanks. Details just in case: Somehow the etree library binary
May 3
Rui Wang
Apr 24
something wrong with getting the right soup
r = requests.get("https://page.auctions.yahoo.co.jp/jp/auction/o1059440738") soup =
unread,
something wrong with getting the right soup
r = requests.get("https://page.auctions.yahoo.co.jp/jp/auction/o1059440738") soup =
Apr 24
Andrei Uporov
,
leonardr
3
Apr 23
BeautifulSoup failed to run
Yeah, I tried to implement your recommendation and it has worked out! Thanks! Before that, I had
unread,
BeautifulSoup failed to run
Yeah, I tried to implement your recommendation and it has worked out! Thanks! Before that, I had
Apr 23
Tillmann Brodbeck
, …
Isaac Muse
11
Apr 20
Cannot find Element with specific text!
You would need to dump out a real example to test. I see you are viewing these classes in a browser,
unread,
Cannot find Element with specific text!
You would need to dump out a real example to test. I see you are viewing these classes in a browser,
Apr 20
Arthur Strong
Apr 18
Minor issues with installation
Hi all. Thank you very much for all your hard work on bs4, which is very helpful. Minor issues. These
unread,
Minor issues with installation
Hi all. Thank you very much for all your hard work on bs4, which is very helpful. Minor issues. These
Apr 18
Roman D.
, …
Moe Meyer
6
Apr 15
How to extract specific "body" from many ones in the html code
is he still having trouble, you could use the find_next method in BeautifulSoup to find the next
unread,
How to extract specific "body" from many ones in the html code
is he still having trouble, you could use the find_next method in BeautifulSoup to find the next
Apr 15
Heck Lennon
Apr 12
Edit element text using regex?
Hello, I see that BS supports regexes in find/find_all, but does it also support regexes to edit an
unread,
Edit element text using regex?
Hello, I see that BS supports regexes in find/find_all, but does it also support regexes to edit an
Apr 12
Alex Krupp
,
leonardr
3
Apr 10
Possible bug introduced in 4.12.1
Makes sense, and it's certainly easy enough to work around. Raising an exception would be a nice
unread,
Possible bug introduced in 4.12.1
Makes sense, and it's certainly easy enough to work around. Raising an exception would be a nice
Apr 10
wookie184
,
leonardr
2
Apr 7
Changelog link not up to date
Thanks for pointing this out. The new changelog link is https://git.launchpad.net/beautifulsoup/tree/
unread,
Changelog link not up to date
Thanks for pointing this out. The new changelog link is https://git.launchpad.net/beautifulsoup/tree/
Apr 7
leonardr
Apr 7
Beautiful Soup 4.12.2
This is a very small bugfix release. = 4.12.2 (20230407) * Fixed an unhandled exception in
unread,
Beautiful Soup 4.12.2
This is a very small bugfix release. = 4.12.2 (20230407) * Fixed an unhandled exception in
Apr 7
nbro
,
leonardr
12
Apr 5
How are we supposed to generate our own documentation that uses BeautifulSoup types?
On Monday, March 27, 2023 at 10:29:36 AM UTC-4 nbro wrote: *but not bs4.element.Tag On Monday, March
unread,
How are we supposed to generate our own documentation that uses BeautifulSoup types?
On Monday, March 27, 2023 at 10:29:36 AM UTC-4 nbro wrote: *but not bs4.element.Tag On Monday, March
Apr 5
leonardr
Apr 5
Beautiful Soup 4.12.1
= 4.12.1 (20230405) NOTE: the following things are likely to be dropped in the next release of
unread,
Beautiful Soup 4.12.1
= 4.12.1 (20230405) NOTE: the following things are likely to be dropped in the next release of
Apr 5
Khyati Maheshwari
,
leonardr
3
Apr 5
Library compatibility with Python 3.11.2
Thanks for the information! On Wednesday, April 5, 2023 at 5:25:06 PM UTC+5:30 leonardr wrote: Yes,
unread,
Library compatibility with Python 3.11.2
Thanks for the information! On Wednesday, April 5, 2023 at 5:25:06 PM UTC+5:30 leonardr wrote: Yes,
Apr 5
Дмитрий Скороходов
,
leonardr
2
Mar 21
Problem with lxml parser
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you
unread,
Problem with lxml parser
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you
Mar 21
leonardr
Mar 20
Beautiful Soup 4.12.0
This is a feature release that makes it much easier to access Soup Sieve functionality through
unread,
Beautiful Soup 4.12.0
This is a feature release that makes it much easier to access Soup Sieve functionality through
Mar 20
Robert Cheetham
,
Jim Tittsler
2
Mar 19
how to get the next page when I don't understand the next button format
Rather than treating it as a web page, you may want to parse the data variable embedded in that page.
unread,
how to get the next page when I don't understand the next button format
Rather than treating it as a web page, you may want to parse the data variable embedded in that page.
Mar 19
Sam Chen
Mar 16
How to install the SOUP?
Dear fellows, do you know how I should install this program since I am a rookie and does not know
unread,
How to install the SOUP?
Dear fellows, do you know how I should install this program since I am a rookie and does not know
Mar 16
tzhaki
Mar 14
How to extract info from this format?
Hello, I'm trying to make a web scraper for Zillow, and I have successfully found a way to obtain
unread,
How to extract info from this format?
Hello, I'm trying to make a web scraper for Zillow, and I have successfully found a way to obtain
Mar 14
eri sak
Mar 13
How to use the tag obtained by soup.find_all(True) in soup?
How to use the tag obtained by soup.find_all(True) in soup? It is wrong to use like below, I don'
unread,
How to use the tag obtained by soup.find_all(True) in soup?
How to use the tag obtained by soup.find_all(True) in soup? It is wrong to use like below, I don'
Mar 13
Александр К-ш
Mar 11
UnicodeDammit
This code from the official documentation does not work. from bs4 import UnicodeDammit Python 3.10.5
unread,
UnicodeDammit
This code from the official documentation does not work. from bs4 import UnicodeDammit Python 3.10.5
Mar 11
Vijay Verma
Mar 4
Override functionality
Hi, I need to override the get_text in order to handle the hyper links. Here is the function that I
unread,
Override functionality
Hi, I need to override the get_text in order to handle the hyper links. Here is the function that I
Mar 4
aldo manfredi3
Mar 2
Re: beautifulsoup
from bs4 import BeautifulSoup # HTML content html_content = """ <html> <body
unread,
Re: beautifulsoup
from bs4 import BeautifulSoup # HTML content html_content = """ <html> <body
Mar 2
Stuart Simon
Feb 16
Empty tags in well-formed polyglot
Hello!!! I have a use case scenario where I need output to be simultaneously a well-formed HTML
unread,
Empty tags in well-formed polyglot
Hello!!! I have a use case scenario where I need output to be simultaneously a well-formed HTML
Feb 16
Dennis Yurichev
Feb 11
Extremely slow sometimes
Hi all. Thank you all for your hard work. BS4 is really cool! I've found an issue. Latest version
unread,
Extremely slow sometimes
Hi all. Thank you all for your hard work. BS4 is really cool! I've found an issue. Latest version
Feb 11
Александр К-ш
,
Isaac Muse
3
Feb 11
NavigableString
Yep, you need to important anything you reference. On Saturday, February 11, 2023 at 11:32:54 AM UTC-
unread,
NavigableString
Yep, you need to important anything you reference. On Saturday, February 11, 2023 at 11:32:54 AM UTC-
Feb 11
Heck Lennon
,
Isaac Muse
3
Feb 10
Preserving carriage returns when calling soup.body.text?
My mistake, I'm sorry. All the carriage returns were stripped in the input file. BS/lxml weren
unread,
Preserving carriage returns when calling soup.body.text?
My mistake, I'm sorry. All the carriage returns were stripped in the input file. BS/lxml weren
Feb 10
Marylyn Munster
Feb 6
Error on documentation page
unread,
Error on documentation page
Feb 6
leonardr
,
Isaac Muse
3
Feb 1
Beautiful Soup 4.11.2
The conversion to git is much appreciated. On Tuesday, January 31, 2023 at 11:12:26 AM UTC-7 leonardr
unread,
Beautiful Soup 4.11.2
The conversion to git is much appreciated. On Tuesday, January 31, 2023 at 11:12:26 AM UTC-7 leonardr
Feb 1
Perry Strahl
Jan 31
Difficulties importing Unicode Dammit
Hello, I am working on a project in which I would like to use Unicode, Dammit's ability to
unread,
Difficulties importing Unicode Dammit
Hello, I am working on a project in which I would like to use Unicode, Dammit's ability to
Jan 31