File size: 227 Bytes
485f76b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/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]"