Closed sgloutnikov closed 3 years ago
Added series scraping if a book is part of a series. If it is not, an empty string is used ("" for JSON and ,, for CSV).
Ex: https://www.goodreads.com/book/show/2657.To_Kill_a_Mockingbird
To Kill a Mockingbird
/series/255474-to-kill-a-mockingbird
I was getting an error importing HTTPError from urllib.request in Python 3. urllib.error package holds that exception.
HTTPError
urllib.request
urllib.error
https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError
Thank you, this looks great!
Added series scraping if a book is part of a series. If it is not, an empty string is used ("" for JSON and ,, for CSV).
Ex: https://www.goodreads.com/book/show/2657.To_Kill_a_Mockingbird
To Kill a Mockingbird
/series/255474-to-kill-a-mockingbird
I was getting an error importing
HTTPError
fromurllib.request
in Python 3.urllib.error
package holds that exception.https://docs.python.org/3/library/urllib.error.html#urllib.error.HTTPError