Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
1 4 |
There are no page numbers in Safari!! Note from the Author or Editor: |
BRIAN WILSON | Jun 11, 2020 | Aug 28, 2020 | |
Page 17 Middle of page where variable `html` is defined |
The URL should be the one for pythonscraping.com/pages/warandpeace.html instead of www.pythonscraping.com/pages/page1.html. |
Anonymous | Feb 23, 2019 | Aug 28, 2020 | |
Page 35 2nd paragraph |
In the regular expression ^(/wiki/)((?!:).)*$") the ") at the end is not need and may be due to copying from the code. |
Anonymous | Apr 18, 2020 | Aug 28, 2020 | |
Printed | Page 54 def scrapeNYTimes(url) function |
NYtimes appear to have changed the class, "story-content" no longer works. Replacing with "css-1cy1v93" (the p-class) does work but not sure if this is the most robust method. |
Anonymous | May 19, 2018 | Nov 21, 2018 |