Questions tagged as 'href'

0
answers

Scrapy extracts the url partially

My Scrapy spider works on everything, but extracting the url through xpath @href does not extract the complete url, always missing the final part of the url from the "? ......." sign which marks the variable GET of the url. Does anyone know if S...
asked by 05.01.2019 / 20:14
0
answers

WampServer: Prevent links containing the name of the virtual host

Thank you for your attention. I am working on a web page with a local server through the Wamp package. The problem that occurs to me is that, in the links declared on the page, the name of the virtualhost always comes first. For example I declar...
asked by 05.11.2018 / 03:53
1
answer

Click Javascript link href

I'm doing a code to enter a platform. It has a URL which I access and log in through Mechanize. import mechanize br = mechanize.Browser() br.set_handle_robots(False) br.addheaders = [('User-agent','Chrome')] #URL del Login br.open('https://pl...
asked by 29.09.2017 / 18:52