Explorar el Código

Ignore /intent on Twitter

master
JustAnotherArchivist hace 4 años
padre
commit
c56736bc4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      website-extract-social-media

+ 1
- 1
website-extract-social-media Ver fichero

@@ -32,7 +32,7 @@ function fetch_n_extract {
# Twitter
grep -Poi 'twitter\.com/(hashtag/)?[^/ <"'"'"']+' | \
sed 's,^,https://,' | \
grep -vi -e '^https://twitter\.com/home\?' -e '^https://twitter\.com/widgets\.js$' -e '^https://twitter\.com/share\?' | \
grep -vi -e '^https://twitter\.com/home\?' -e '^https://twitter\.com/widgets\.js$' -e '^https://twitter\.com/share\?' -e '^https://twitter\.com/intent$' | \
sed 's,\([?&]\)ref_src=[^&]\+&\?,\1,; s,?$,,'
) \
>(


Cargando…
Cancelar
Guardar