openzim / gutenberg

Scraper for downloading the entire ebooks repository of project Gutenberg
https://download.kiwix.org/zim/gutenberg
GNU General Public License v3.0
126 stars 37 forks source link

Rename Book DB table fields which are shadowing Python builtin #199

Open benoit74 opened 10 months ago

benoit74 commented 10 months ago

191 added #noqa: A003 in Book class used to represent Book DB table because id and license are shadowing Python builtin.

Those fields should be renamed (at least license, id is very meaningful and maybe ok).