Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Weird characters scraped
#2
Hi @samuelbachorik,

& is not a "weird" character it's an "HTML character entity references" .. Damn that a long name...
https://en.wikipedia.org/wiki/List_of_XM...references

If you plan to use the extracted data outside HTML then you could convert those character entity references into utf-8

Cheers,
[Image: NfRQr9R.jpg]
Reply


Messages In This Thread
Weird characters scraped - by samuelbachorik - Oct-01-2023, 11:20 AM
RE: Weird characters scraped - by SpongeB0B - Oct-28-2023, 03:27 PM
RE: Weird characters scraped - by snippsat - Oct-28-2023, 03:58 PM
RE: Weird characters scraped - by DeaD_EyE - Oct-29-2023, 02:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Web scraper not populating .txt with scraped data BlackHeart 5 1,547 Apr-03-2023, 05:12 PM
Last Post: snippsat
  Python Obstacles | Krav Maga | Wiki Scraped Content [Column Copy] BrandonKastning 4 2,270 Jan-03-2022, 06:59 AM
Last Post: BrandonKastning
  Python Obstacles | Kapap | Wiki Scraped Content [Column Nulling] BrandonKastning 2 1,770 Jan-03-2022, 04:26 AM
Last Post: BrandonKastning
  Any way to remove HTML tags from scraped data? (I want text only) SeBz2020uk 1 3,514 Nov-02-2020, 08:12 PM
Last Post: Larz60+
  cant loop through scraped site matt42 3 2,477 Aug-12-2020, 06:48 AM
Last Post: ndc85430
  Normalizig scraped text wuggs 3 2,593 Jan-07-2020, 03:32 AM
Last Post: Larz60+
  Parsing infor from scraped files. Larz60+ 2 3,691 Apr-12-2019, 05:06 PM
Last Post: Larz60+
  beautiful soup - parsing scraped code in a script lilbigwill99 2 3,293 Mar-09-2018, 04:10 PM
Last Post: lilbigwill99
  Need Tip On Cleaning My BS4 Scraped Data digitalmatic7 2 3,262 Jan-29-2018, 08:49 PM
Last Post: digitalmatic7

Forum Jump:

User Panel Messages

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