realpython / book2-exercises

Book 2 -- Exercises for the book
167 stars 203 forks source link

Scrapy Shell example needs SSL connection (p. 477) #76

Closed stonemirror closed 7 years ago

stonemirror commented 7 years ago

Working through the Scrapy Shell example on p. 477, if you start up with

scrapy shell http://news.ycombinator.com

you get a 301 Permanent Redirect to https://news.ycombinator.com as a response; Scrapy Shell doesn't seem to handle redirects.

Using the URL https://news.ycombinator.com instead produces the expected results.

mjhea0 commented 7 years ago

👍

mjhea0 commented 7 years ago

Updated in v 2.0 of the courses. Coming week of 12/19/2016. https://github.com/realpython/about/blob/master/changelog.csv