python-scraping
python-scraping copied to clipboard
Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
Hi, I can't anymore use the example site. urllib.error.URLError: Can you renewal the certificate ? ;) Thx, ---- To bypass the problem I use requests not urlllib : - requests.get("url",...
When running the code in the first two chapters that use pythonscraping.com I receive the following error:
Due to formatting changes on the Wikipedia, the example doesn't work as intended. (The titles returned are all "None"). This is to reflect the proper markup on the Wikipedia.
One of the sentences wasn't flowing properly and needed a pronoun so I added that in.
This is a project for calculating bmi of person
Felt like it's not correct, feel free to ignore if not important
### TODO: Change all instances of```h1::text``` to ```h1 span::text``` when scraping Wiki This change reflects a change to Wikipedia's html structure. Old Wikipedia page: ```Title``` Old Wikipedia page:: ```Title```
Hello I just purchased your book, and I am on the first example "scrapetest.py", and I am getting an error. Exception has occurred: NameError name 'null' is not defined File...
Alter import scrapy.contrib because has been deprecated.