mmarquezs / My.Jdownloader-API-Python-Library

My.Jdownloader API Python Library
MIT License
85 stars 36 forks source link

Add various functions #51

Closed rix1337 closed 2 years ago

rix1337 commented 2 years ago

All changes are tested in https://github.com/rix1337/FeedCrawler

mmarquezs commented 2 years ago

Thanks, sorry for the late response, I had some holidays. I will try to take a look at it this afternoon or during the weekend.

mmarquezs commented 2 years ago

Looks good :D. Nice that you added the config part, I never looked into it but it is useful to be able to change config settings. I will merge it and do a release soon.

rix1337 commented 2 years ago

👍 thank you

I've been using this awesome library for some time in my own projects https://github.com/rix1337/FeedCrawler https://github.com/rix1337/MyJD-API

For my own purposes I had to do a small fork and change the handling of some expections, in a way that would not work for standard users of your lib...

But then I started adding features to my fork and wanted to give back to your project.

When I add more functionality to myjd-api I'll send over pull requests like this one ;)