From 318183148ef1c5f372ed65ac3caffac23dcd548c Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sun, 20 Oct 2019 18:43:06 +0000 Subject: [PATCH] Fix URL extraction from Facebook profile overview pages --- social-media-extract-profile-link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social-media-extract-profile-link b/social-media-extract-profile-link index d0dea23..be29f80 100755 --- a/social-media-extract-profile-link +++ b/social-media-extract-profile-link @@ -25,7 +25,7 @@ function fetch_n_extract { elif grep -qF 'id="pagelet_loggedout_sign_up"' <<< "${page}" then # Profile overview only - grep -Po 'href="https://l\.facebook\.com/l\.php\?u=\K[^&]+' <<<"${page}" | sed 's,%3A,:,g; s,%2F,/,g' + grep -Po '