Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beautifulsoup parsing
#3
Here's two sets of table entries:
Output:
<tr valign="top"> <td valign="top"> <script type="text/javascript">           doMainDocLink('RFC0001');         </script><noscript>0001</noscript> </td> <td> <b>Host Software</b> S. Crocker         [ April 1969 ]         (TXT = 21088)                  (Status: UNKNOWN)                    (Stream: Legacy)                     (DOI: 10.17487/RFC0001)         </td> </tr> <tr valign="top"> <td valign="top"> <script type="text/javascript">           doMainDocLink('RFC0002');         </script><noscript>0002</noscript> </td> <td> <b>Host software</b> B. Duvall         [ April 1969 ]         (TXT = 17145)                  (Status: UNKNOWN)                    (Stream: Legacy)                     (DOI: 10.17487/RFC0002)         </td> </tr>
The text after the <b> tag varies in length and content

The page is located here: https://www.rfc-editor.org/rfc-index.html
Reply


Messages In This Thread
Beautifulsoup parsing - by Larz60+ - Apr-04-2017, 09:28 PM
RE: Beautifulsoup parsing - by metulburr - Apr-04-2017, 09:35 PM
RE: Beautifulsoup parsing - by Larz60+ - Apr-04-2017, 09:43 PM
RE: Beautifulsoup parsing - by metulburr - Apr-04-2017, 09:57 PM
RE: Beautifulsoup parsing - by Larz60+ - Apr-04-2017, 10:41 PM
RE: Beautifulsoup parsing - by zivoni - Apr-04-2017, 11:15 PM
RE: Beautifulsoup parsing - by Larz60+ - Apr-04-2017, 11:27 PM
RE: Beautifulsoup parsing - by Larz60+ - Apr-05-2017, 03:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  BeautifulSoup not parsing other URLs giddyhead 0 1,754 Feb-23-2022, 05:35 PM
Last Post: giddyhead
  BeautifulSoup: 6k records - but stops after parsing 20 lines apollo 0 2,236 May-10-2021, 05:08 PM
Last Post: apollo
  Logic behind BeautifulSoup data-parsing jimsxxl 7 5,901 Apr-13-2021, 09:06 AM
Last Post: jimsxxl
  BeautifulSoup Parsing Error slinkplink 6 12,760 Feb-12-2018, 02:55 PM
Last Post: seco

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020