Advertisement
jsbsan

contenidoweb

Oct 9th, 2014
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.35 KB | None | 0 0
  1. session = requests.Session()
  2.  
  3. #consulta de solo el marcador
  4. source_code = session.get("http://www.marcadorjsbsan.hostinazo.com/marcador.php")
  5.  
  6. #source_code = session.get('http://www.marcadorjsbsan.hostinazo.com/marcador.php?jugador=Willijsbsan&pais=usa&marcador=100')
  7. content = html.parse(BytesIO(source_code.content))
  8. line = content.xpath("//text()")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement