Re: [Tutor] Using an XML file for web crawling

2017-03-31 Thread Mats Wichmann
On 03/31/2017 05:23 AM, Igor Alexandre wrote: > Hi! > I'm a newbie in the Python/Web crawling world. I've been trying to find an > answer to the following question since last week, but I couldn't so far, so I > decided to ask it myself here: I have a sitemap in XML and I want to use it > to save

Re: [Tutor] Using an XML file for web crawling

2017-03-31 Thread Alan Gauld via Tutor
On 31/03/17 12:23, Igor Alexandre wrote: > I have a sitemap in XML and I want to use it to save as text the various pages What about non-text pages such as images and media files? > I'm looking for some code on the web where I can just type the xml address > and wait for the crawler to do it's

[Tutor] Using an XML file for web crawling

2017-03-31 Thread Igor Alexandre
Hi! I'm a newbie in the Python/Web crawling world. I've been trying to find an answer to the following question since last week, but I couldn't so far, so I decided to ask it myself here: I have a sitemap in XML and I want to use it to save as text the various pages of the site. Do you guys know