openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 20 forks source link

fixed redirect_url accessor #57

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

lib.cxx mirrors libzim's getRedirectUrl() with get_redirect_url(). That methods had incorrectly been named redirect_url.

https://github.com/openzim/python-libzim/blob/3092492769af58894f0dab051748c54748f0c827/libzim/lib.cxx#L158-L164