Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- session = requests.Session()
- #consulta de solo el marcador
- source_code = session.get("http://www.marcadorjsbsan.hostinazo.com/marcador.php")
- #source_code = session.get('http://www.marcadorjsbsan.hostinazo.com/marcador.php?jugador=Willijsbsan&pais=usa&marcador=100')
- content = html.parse(BytesIO(source_code.content))
- line = content.xpath("//text()")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement