spoof-detect / crawler /common /selectors.py
Niv Sardi
implement basic python crawler
485f76b
raw
history blame
227 Bytes
#!/usr/bin/env python3
logo = "img[src*=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]"