spoof-detect / python /common /selectors.py
Niv Sardi
reorder, python in python deno in deno
63f9146
raw
history blame
284 Bytes
#!/usr/bin/env python3
img_logo = "img[src*=logo]"
id_logo = "*[id*=logo]"
cls_logo = "*[class*=logo]"
logosbancos = "img[src*=logosbancos]"
entity_http = "p.post-pagina-interior a[target=_blank][href*=http]"
entity_mailto = "p.post-pagina-interior a[target=_blank][href*=mailto]"