Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/isbn.py
Commit message (Collapse)AuthorAgeFilesLines
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-6/+4
| | | | This makes the scripts more consistent.
* Switch update scripts to lxmlArthur de Jong2019-10-271-13/+14
| | | | | | | This avoids an extra dependency on Beautiful Soup and makes the scripts more consistent. This also includes a fix in the ISIL because of website changes.
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+85
This moves all the update scripts to their own directory so they don't clutter the toplevel directory. This also ensures that the scripts are passed through flake8 and makes some adjustments for that alongside a few other cleanups.