Browse Source

Add support for Facebook pages and groups

master
JustAnotherArchivist 4 years ago
parent
commit
ad030f5d21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      website-extract-social-media

+ 1
- 1
website-extract-social-media View File

@@ -7,7 +7,7 @@ function fetch_n_extract {
tee \
>(
# Facebook
grep -Poi 'facebook\.com/[^/ <"'"'"']+' | \
grep -Poi 'facebook\.com/(pages/[^/ <"'"'"']+/|groups/)?[^/ <"'"'"']+' | \
sed 's,^,https://www.,' | \
grep -vi -e '^https://www\.facebook\.com/2008$' -e '^https://www\.facebook\.com/tr\?' -e '^https://www\.facebook\.com/plugins$' | \
grep -Pvi '^https://www\.facebook\.com/sharer(\.php\?|\?|$)'


Loading…
Cancel
Save