Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/isil.py
Commit message (Collapse)AuthorAgeFilesLines
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Update ISIL download URLArthur de Jong2022-08-151-1/+1
|
* Fix typos found by codespellDimitri Papadopoulos2021-08-101-1/+1
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/269
* Switch update scripts to Python 3Arthur de Jong2019-10-271-3/+3
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-10/+5
| | | | This makes the scripts more consistent.
* Switch update scripts to lxmlArthur de Jong2019-10-271-21/+17
| | | | | | | 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.
* Switch update scripts to beautifulsoup4Arthur de Jong2019-03-101-3/+7
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-2/+4
|
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+73
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.