diff --git a/website-extract-social-media b/website-extract-social-media index 9676e37..681c0a2 100755 --- a/website-extract-social-media +++ b/website-extract-social-media @@ -19,8 +19,9 @@ function fetch_n_extract { ) \ >( # Instagram - grep -Poi 'instagram\.com/[^/ <"'"'"']+' | \ - sed 's,^,https://www.,' + grep -Poi 'instagram\.com/(p/)?[^/ <"'"'"']+' | \ + sed 's,^,https://www.,' | \ + grep -Pvi -e '^https://www\.instagram\.com/v?p$' ) \ >( # Telegram