A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
469
stars
47
forks
source link
convert to list of dictionaries #173
Open
zaclohrenz opened 11 months ago
csv.writer.writerow expects a list of dictionaries, not a list of lists, so this changes to what utils.py expects