Spaces:
Runtime error
Runtime error
File size: 284 Bytes
485f76b fc32112 485f76b |
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 a[target=_blank][href*=http]"
entity_mailto = "p.post-pagina-interior a[target=_blank][href*=mailto]"
|