Grupos
Grupos
Iniciar sesión
Grupos
Grupos
beautifulsoup
Conversaciones
Información
Enviar comentarios
Ayuda
Ruta de grupo
beautifulsoup
1-30 de 1623
Marcar todo como leído
Denunciar grupo
0 grupos seleccionados
Robert Morelli
17 jun
Comments on the documentation for BeautifulSoup
I'd like to bring to your attention some small frustrations I encountered learning BS from the
no leída,
Comments on the documentation for BeautifulSoup
I'd like to bring to your attention some small frustrations I encountered learning BS from the
17 jun
John
,
leonardr
4
14 jun
invalid parsing on long html input with a <style> tag in a <div>
BS4 is still broken after that update: >>> bs4.diagnose.diagnose(' '*1572827+'
no leída,
invalid parsing on long html input with a <style> tag in a <div>
BS4 is still broken after that update: >>> bs4.diagnose.diagnose(' '*1572827+'
14 jun
leonardr
7 jun
Beautiful Soup 4.15.0
= 4.15.0 (20260607) * This is the last Beautiful Soup release to officially support Python 3.7. *
no leída,
Beautiful Soup 4.15.0
= 4.15.0 (20260607) * This is the last Beautiful Soup release to officially support Python 3.7. *
7 jun
Kratika
,
Isaac Muse
2
19 may
Outdated unicode() Function Call in Tutorial Documentation
If you are trying to report a bug, then it would be better to file one here: https://bugs.launchpad.
no leída,
Outdated unicode() Function Call in Tutorial Documentation
If you are trying to report a bug, then it would be better to file one here: https://bugs.launchpad.
19 may
Jens Troeger
12 feb
Parse DOCTYPE element?
Hello, Considering the detailed spec of the DOCTYPE element (docs) I was wondering if there's
no leída,
Parse DOCTYPE element?
Hello, Considering the detailed spec of the DOCTYPE element (docs) I was wondering if there's
12 feb
leonardr
,
Chris Papademetrious
2
30/11/25
Beautiful Soup 4.14.3
Thank you Leonard! It is great to see Beautiful Soup continue to chug along and crank out the
no leída,
Beautiful Soup 4.14.3
Thank you Leonard! It is great to see Beautiful Soup continue to chug along and crank out the
30/11/25
Daniele Mariotto
15/11/25
Self and parents wrong example
https://www.crummy.com/software/BeautifulSoup/bs4/doc/#self-and-parents It has the example from .
no leída,
Self and parents wrong example
https://www.crummy.com/software/BeautifulSoup/bs4/doc/#self-and-parents It has the example from .
15/11/25
Deloo
31/10/25
Parsing XML with html unescape
Hello, in my use case, I need to parse a perfectly valid classic xml object using beautiful soup,
no leída,
Parsing XML with html unescape
Hello, in my use case, I need to parse a perfectly valid classic xml object using beautiful soup,
31/10/25
soumya chowdhury
,
Isaac Muse
3
29/10/25
Unequal element size from table using beautifulsoup.
hi, it did work great. I need to read and understand what went on here. Thanks. On Wednesday, October
no leída,
Unequal element size from table using beautifulsoup.
hi, it did work great. I need to read and understand what went on here. Thanks. On Wednesday, October
29/10/25
Nataliia Sosnovshchenko
,
leonardr
4
8/10/25
Ukr translation
Nataliia, Yes, translating the index.rst file will be enough. I can take care of the rest. I also ask
no leída,
Ukr translation
Nataliia, Yes, translating the index.rst file will be enough. I can take care of the rest. I also ask
8/10/25
leonardr
27/9/25
Beautiful Soup 4.14.0
= 4.14.0 (20250927) * This version adds function overloading to the find_* methods to make it easier
no leída,
Beautiful Soup 4.14.0
= 4.14.0 (20250927) * This version adds function overloading to the find_* methods to make it easier
27/9/25
leonardr
24/8/25
Beautiful Soup 4.13.5
I've been hoping to put out a release that made it easier to write type-safe code with Beautiful
no leída,
Beautiful Soup 4.13.5
I've been hoping to put out a release that made it easier to write type-safe code with Beautiful
24/8/25
Michael Wahab
5/8/25
Minor typo in doc for Beautiful Soup version 4.13.3
Under “Navigating the tree > Going up”, the loop condition in .parents and .self_and_parents
no leída,
Minor typo in doc for Beautiful Soup version 4.13.3
Under “Navigating the tree > Going up”, the loop condition in .parents and .self_and_parents
5/8/25
SONUBI ABIOLA
,
Chris Papademetrious
3
23/7/25
Beautiful Soup
Thank you for your response, i had resolved it. Pycharm requires that I install BeautifulSoup into
no leída,
Beautiful Soup
Thank you for your response, i had resolved it. Pycharm requires that I install BeautifulSoup into
23/7/25
João Seckler
,
Isaac Muse
2
8/7/25
Possible bug with new_tag and soupsieve's select
This is not a bug in soupsieve. Normally, when attributes that have namespaces are created, the key
no leída,
Possible bug with new_tag and soupsieve's select
This is not a bug in soupsieve. Normally, when attributes that have namespaces are created, the key
8/7/25
이예원
,
leonardr
3
7/7/25
Can I make a html and css style with Korean docs?
Hello Leonard, Thank you so much for your thoughtful reply and for explaining the history of the
no leída,
Can I make a html and css style with Korean docs?
Hello Leonard, Thank you so much for your thoughtful reply and for explaining the history of the
7/7/25
Caroline Guénette
,
Chris Papademetrious
3
25/5/25
Visual Studio Code Parsing
I added some type validation and VS Code do not shout anyomre . I will try the select_one instead,
no leída,
Visual Studio Code Parsing
I added some type validation and VS Code do not shout anyomre . I will try the select_one instead,
25/5/25
Tea Fan
,
Isaac Muse
3
8/5/25
Title gets extracted from an embedded SVG
Thank you for clarifying this. It makes more sense now :) I replaced `soup.title` with `soup.head.
no leída,
Title gets extracted from an embedded SVG
Thank you for clarifying this. It makes more sense now :) I replaced `soup.title` with `soup.head.
8/5/25
Thomas Wylie
,
leonardr
3
4/5/25
Typing of objects returned from find() and findall().
Hi Leonard, Thanks for the quick reply! Those suggestions look like good options. Or possibly rather
no leída,
Typing of objects returned from find() and findall().
Hi Leonard, Thanks for the quick reply! Those suggestions look like good options. Or possibly rather
4/5/25
Heck Lennon
, …
leonardr
6
1/5/25
Copy HTML from <body> and copy into other tree?
Perfect! Meanwhile, I came up with a work-around, by renaming "body" as "div" so
no leída,
Copy HTML from <body> and copy into other tree?
Perfect! Meanwhile, I came up with a work-around, by renaming "body" as "div" so
1/5/25
leonardr
26/4/25
Beautiful Soup at PyCon US 2025
Next month I'm going to be at PyCon US in Pittsburgh. I look forward to seeing some of the folks
no leída,
Beautiful Soup at PyCon US 2025
Next month I'm going to be at PyCon US in Pittsburgh. I look forward to seeing some of the folks
26/4/25
leonardr
15/4/25
Beautiful Soup 4.13.4
This is primarily a bugfix release. = 4.13.4 (20250415) * If you pass a function as the first
no leída,
Beautiful Soup 4.13.4
This is primarily a bugfix release. = 4.13.4 (20250415) * If you pass a function as the first
15/4/25
Heck Lennon
2
11/4/25
Tell BS to try different encodings when opening?
Found this: ======== encoding = ["ascii","iso-8859-1","windows-1252",
no leída,
Tell BS to try different encodings when opening?
Found this: ======== encoding = ["ascii","iso-8859-1","windows-1252",
11/4/25
Chris Papademetrious
1/3/25
Beautiful Soup 4.13.3
Hi Leonard, I just wanted to let you know that we are using Beautiful Soup 4.13.3 in production, and
no leída,
Beautiful Soup 4.13.3
Hi Leonard, I just wanted to let you know that we are using Beautiful Soup 4.13.3 in production, and
1/3/25
leonardr
4/2/25
Beautiful Soup 4.13.2
The bugfix releases continue. This one fixes a conceptual problem in the new filtering code which
no leída,
Beautiful Soup 4.13.2
The bugfix releases continue. This one fixes a conceptual problem in the new filtering code which
4/2/25
leonardr
3/2/25
Beautiful Soup 4.13.1
I've released Beautiful Soup 4.13.1 after waking up (as I thought might happen) to a number of
no leída,
Beautiful Soup 4.13.1
I've released Beautiful Soup 4.13.1 after waking up (as I thought might happen) to a number of
3/2/25
leonardr
2/2/25
Beautiful Soup 4.13.0
After a beta period lasting nearly a year, I've released the biggest update to Beautiful Soup in
no leída,
Beautiful Soup 4.13.0
After a beta period lasting nearly a year, I've released the biggest update to Beautiful Soup in
2/2/25
Chris Papademetrious
13/1/25
where is this .text() method coming from?
Hello fellow soupers! My code was erroneously using a .text() method of NavigableString objects. For
no leída,
where is this .text() method coming from?
Hello fellow soupers! My code was erroneously using a .text() method of NavigableString objects. For
13/1/25
Chris Papademetrious
10/1/25
storing arbitrary Python data in Tag object attributes?
Hello fellow soupers, I would like to store Python data as Tag object attributes (not HTML attributes
no leída,
storing arbitrary Python data in Tag object attributes?
Hello fellow soupers, I would like to store Python data as Tag object attributes (not HTML attributes
10/1/25
leonardr
,
Chris Papademetrious
2
6/1/25
Beautiful Soup 4.13.0 beta 3
Hi everyone, Our HTML content processing pipeline is 10% faster with 4.13.0-b3 versus 4.12.3, and
no leída,
Beautiful Soup 4.13.0 beta 3
Hi everyone, Our HTML content processing pipeline is 10% faster with 4.13.0-b3 versus 4.12.3, and
6/1/25