openzim / python-libzim

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

Add access to the target of a redirect #51

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

Added ReadArticle.get_redirect_article() to access a redirect's target. Raises RuntimeError on non-redirect articles.