File size: 252 Bytes
485f76b
 
fc32112
 
 
 
485f76b
 
1a24a58
 
1
2
3
4
5
6
7
8
9
10
11
#!/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 [href*=http]"
entity_mailto = "p.post-pagina-interior [href*=mailto]"