Skip to content

Commit

Permalink
Remove the note warning message from the note body
Browse files Browse the repository at this point in the history
  • Loading branch information
Deer-Spangle committed Aug 29, 2024
1 parent ee6c371 commit 20b9674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/faexport/scraper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,7 @@ def note(id)
profile = is_inbound ? note_from : note_to
date = pick_date(note_table.at_css("span.popup_date"))
description = note_table.at_css("td.text")
description.at_css(".noteWarningMessage").unlink # Remove the warning message from the description block
desc_split = description.inner_html.split("—————————")
name = profile&.content
if profile.nil?
Expand Down

0 comments on commit 20b9674

Please sign in to comment.