I\'m beginner on VB 2010 and I wanna write an app that can downloads file My question is: If it gives me 404 or 403 or whatever, I wanna let t开发者_高级运维he app ignore that message, instead of a w
I need to scrape a thousand websites that share the same structure: they all have a menu, a title, some text and a rating, much like a blog. Unfortunately, they are also coded very differently and som
I am trying to get PHP to extract the TOKEN (the uppercase one), USERID (uppercase), and the USER NAME (uppercase) from a web page with the following text.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I\'m trying to write a scrape app, and I\'m running in to problems. My PHP Curl code isn\'t pulling up the pages with the price of the books. It\'s returning me to the web root of the domain.
so I\'m using the following code to get the html source code of a specific url: import java.io.*; import java.net.*;
I\'m having trouble parsing HTML elements with \"class\" attribute using Beautifulsoup. The code looks like this
I\'m receiving an error when trying to test scrapy installation: $ scrapy shell http://www.google.es j2011-02-16 10:54:46+0100 [scrapy] INFO: Scrapy 0.12.0.2536 started (bot: scrapybot)
I\'m using snoopy and phpQuery. If I have a URL, i\'d like to open up the cached version of that url on google. Any date, doesn\'t matter, as long as a version exists i\'ll take it.
I have a web app that needs both functionality and performance tested, and part of the test suite that we plan on using is already written in Python. When I first wrote this, I used mechanize as my me