Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
beautifulsoup
Conversations
About
beautifulsoup
Contact owners and managers
1–30 of 1548
Mark all as read
Report abusive group
0 selected
Chris Papademetrious
,
Isaac Muse
2
Nov 28
"attname=[]" (empty list) matches everything
It's not matching everything, it is matching every tag without an ID: html, body, a, and b. On
unread,
"attname=[]" (empty list) matches everything
It's not matching everything, it is matching every tag without an ID: html, body, a, and b. On
Nov 28
Richard Offer
,
Isaac Muse
3
Nov 26
Having issues updating text within a paragraph AFTER other tags
Doh! Thanks - I'd been staring at that for ages... Richard On Sunday, November 26, 2023 at 3:17:
unread,
Having issues updating text within a paragraph AFTER other tags
Doh! Thanks - I'd been staring at that for ages... Richard On Sunday, November 26, 2023 at 3:17:
Nov 26
Unk
, …
Chris Papademetrious
5
Nov 25
shuffle tags with xpath
You might be able to do what you want with CSS selectors in Beautiful Soup. There are some similar
unread,
shuffle tags with xpath
You might be able to do what you want with CSS selectors in Beautiful Soup. There are some similar
Nov 25
Chris Papademetrious
,
leonardr
3
Nov 24
CSS selectors work only if .css property is not used
Thanks Leonard! It looks like this was an RTFM question. :) I am reading through the documentation
unread,
CSS selectors work only if .css property is not used
Thanks Leonard! It looks like this was an RTFM question. :) I am reading through the documentation
Nov 24
Vynne L.
,
Isaac Muse
2
Nov 7
Can't install on sublime text
I don't know what you mean by “install” bs4 in Sublime Text. Sublime Text is an editor. There is
unread,
Can't install on sublime text
I don't know what you mean by “install” bs4 in Sublime Text. Sublime Text is an editor. There is
Nov 7
f. holop
Nov 6
minor typo bug in documentation
Good day, there is a small typo in the docs under "Going sideways": ``` -sibling_soup =
unread,
minor typo bug in documentation
Good day, there is a small typo in the docs under "Going sideways": ``` -sibling_soup =
Nov 6
Andrew Lutsenko
, …
Isaac Muse
4
Oct 16
HTML unicode escape sequences break the parser?
Yes, it looks like parser error. I don't control the html input and in the wild you can encounter
unread,
HTML unicode escape sequences break the parser?
Yes, it looks like parser error. I don't control the html input and in the wild you can encounter
Oct 16
Mike L
,
Isaac Muse
8
Oct 10
Passing Variables into find_all()
I don't think I understand, why are you storing it as a string? I don't have the context of
unread,
Passing Variables into find_all()
I don't think I understand, why are you storing it as a string? I don't have the context of
Oct 10
Janosh
,
Samuel Sloniker
2
Oct 3
No data feedback
On Tuesday, October 03, 2023 14:35 PDT, Janosh <noah.leh...@gmail.com> wrote: > I am
unread,
No data feedback
On Tuesday, October 03, 2023 14:35 PDT, Janosh <noah.leh...@gmail.com> wrote: > I am
Oct 3
Luca Armato
,
Jim Tittsler
5
Sep 21
Got a problem to install
On Fri, Sep 22, 2023 at 1:44 AM Luca Armato <luca....@gmail.com> wrote: I'm in my
unread,
Got a problem to install
On Fri, Sep 22, 2023 at 1:44 AM Luca Armato <luca....@gmail.com> wrote: I'm in my
Sep 21
Pratap Padekar
Sep 14
I'm trying to scrape a pinterest profile
This is the website that I'm scrapping: - https://www.pinterest.com/exampledata/ I need to
unread,
I'm trying to scrape a pinterest profile
This is the website that I'm scrapping: - https://www.pinterest.com/exampledata/ I need to
Sep 14
محمدمهدی خدادوست
Sep 5
upload a photo and copy link
<textarea class="form-control bg-light border-0" id="file-qr-result" style=
unread,
upload a photo and copy link
<textarea class="form-control bg-light border-0" id="file-qr-result" style=
Sep 5
Ricardo Teixeira
Sep 2
bs4 parsing the right url, but at the wrong time
So i've been working this personal project that gets the information from multiple properties
unread,
bs4 parsing the right url, but at the wrong time
So i've been working this personal project that gets the information from multiple properties
Sep 2
jlo
,
leonardr
3
Aug 28
UserWarning Import Error
This is perfect. Thank you! On Sunday, August 27, 2023 at 5:36:26 PM UTC-7 leonardr wrote:
unread,
UserWarning Import Error
This is perfect. Thank you! On Sunday, August 27, 2023 at 5:36:26 PM UTC-7 leonardr wrote:
Aug 28
INSR
,
Isaac Muse
2
Aug 28
Problem with bs4 when turning .py into .exe
I don't know how you are "running .py into .exe", but any related questions should
unread,
Problem with bs4 when turning .py into .exe
I don't know how you are "running .py into .exe", but any related questions should
Aug 28
Unk
,
Isaac Muse
4
Aug 27
Issue With Shuffling p Tags in Body
Generally, I'd look at the documentation, it provides the full API and shows many examples. That
unread,
Issue With Shuffling p Tags in Body
Generally, I'd look at the documentation, it provides the full API and shows many examples. That
Aug 27
Rui Wang
,
Unk
2
Aug 25
something wrong with getting the right soup
first install lxml package the change the parser to "lxml" On Monday, 24 April 2023 at 16:
unread,
something wrong with getting the right soup
first install lxml package the change the parser to "lxml" On Monday, 24 April 2023 at 16:
Aug 25
Unk
Aug 25
Is there any complete BeautifulSoup course
i just started learning BeautifulSoup library a week ago, i want to a complete course if its
unread,
Is there any complete BeautifulSoup course
i just started learning BeautifulSoup library a week ago, i want to a complete course if its
Aug 25
Unk
,
Isaac Muse
2
Aug 24
How to shuffle only p tags (with their structure)
Yeah, you can do something like this. There are probably lots of ways to do this, this is just one.
unread,
How to shuffle only p tags (with their structure)
Yeah, you can do something like this. There are probably lots of ways to do this, this is just one.
Aug 24
Brando Miranda
,
Isaac Muse
2
Aug 24
Parser for markdown .md or latex .text?
There are lots of parsers out there for Markdown or LaTeX, but Beautifulsoup just parsers HTML and
unread,
Parser for markdown .md or latex .text?
There are lots of parsers out there for Markdown or LaTeX, but Beautifulsoup just parsers HTML and
Aug 24
Paras Jain
,
leonardr
2
Aug 24
How to preserve spaces in the html class
The default Beautiful Soup behavior when parsing HTML is to treat the 'class' attribute as a
unread,
How to preserve spaces in the html class
The default Beautiful Soup behavior when parsing HTML is to treat the 'class' attribute as a
Aug 24
Yaru Tao
,
leonardr
2
Aug 22
Type Error module Collections not callable
Hi, If you're still getting the "Collections not callable" issue, then one way or
unread,
Type Error module Collections not callable
Hi, If you're still getting the "Collections not callable" issue, then one way or
Aug 22
Delong Wang
Aug 7
Update Chinese doc from 4.4 to 4.12
Update current Chinese doc from 4.4.0 to 4.12.0. I translated 4.4 version 6 years ago(still on the
unread,
Update Chinese doc from 4.4 to 4.12
Update current Chinese doc from 4.4.0 to 4.12.0. I translated 4.4 version 6 years ago(still on the
Aug 7
Arseny Kvasov
Jul 14
Tag output
Hello! I have this tag: `<p class="MuiTypography-root MuiTypography-body1 css-gy2lsd"
unread,
Tag output
Hello! I have this tag: `<p class="MuiTypography-root MuiTypography-body1 css-gy2lsd"
Jul 14
Lauriano Elmiro Duarte
Jul 8
How to persist data in database
Hello guys, How do you persist your scrapping data in the database?
unread,
How to persist data in database
Hello guys, How do you persist your scrapping data in the database?
Jul 8
Peter
2
Jul 6
Filtering a find_all ?
This works .. #!/usr/bin/python from bs4 import BeautifulSoup with open('testxml.xml', 'r
unread,
Filtering a find_all ?
This works .. #!/usr/bin/python from bs4 import BeautifulSoup with open('testxml.xml', 'r
Jul 6
Gaalen Engen
,
Isaac Muse
2
Jun 29
AttributeError
Unfortunately, it will be difficult to guess without a reproducible example. Though I do understand
unread,
AttributeError
Unfortunately, it will be difficult to guess without a reproducible example. Though I do understand
Jun 29
Neculai I. Fantanaru
,
Isaac Muse
4
Jun 27
beautifulsoup library damage all the rest of the html code
I would need a simple, reproducible example to tell where things went wrong. The link cuts off before
unread,
beautifulsoup library damage all the rest of the html code
I would need a simple, reproducible example to tell where things went wrong. The link cuts off before
Jun 27
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