Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 335 Bytes

librivox-api

Python librivox API

USAGE

from librivox import librivox
ablist = librivox.search(author="Dumas")
ablist[0]['title']
>>> 'Count of Monte Cristo'
librivox.retrieve_author(431)
>>> [{'dob': '1802', 'first_name': 'Alexandre', 'last_name': 'Dumas', 'id': '431', 'dod': '1870'}]