jo1gi / audiobook-dl

Audiobook CLI downloader
GNU General Public License v3.0
248 stars 43 forks source link

Python Question #120

Open whatisgithublol1 opened 4 months ago

whatisgithublol1 commented 4 months ago

Is there a way to download audiobooks directly through a python function?

jo1gi commented 4 months ago

Not from a single function, but it should be possible to use the project through python. Take a look at how __main__.py does it.