Browse Source

Add "Hide from profile" (#145)

Facebook has replaced "Hide from timeline" with "Hide from profile". The latter is added into button_types.
pull/143/head
tklam 4 years ago
committed by Wesley Kerfoot
parent
commit
6b7334ac63
  1. 2
      deletefb/tools/wall.py

2
deletefb/tools/wall.py

@ -41,7 +41,7 @@ def delete_posts(driver,
# Tries to be pretty resilient against DOM re-organizations
timestamp_exp = "//article//*/header//*/div/a[contains(@href, 'story_fbid')]//text()/.."
button_types = ["Delete post", "Remove tag", "Hide from timeline"]
button_types = ["Delete post", "Remove tag", "Hide from timeline", "Hide from profile"]
while True:
try:

Loading…
Cancel
Save