DaRealFreak / saucenao

python module to work with SauceNao locally
MIT License
26 stars 6 forks source link

Add SauceNaoDatabase enum to limit database index #2

Closed myl7 closed 4 years ago

myl7 commented 4 years ago

Thanks for making this wrapper for SauceNao, which helps me a lot.

I add an enum for SauceNao databases, which could be found at https://saucenao.com/status.html, to make choosing database easier.

I also add a check to ensure the database is completed and suggested by SauceNao.

All tests passed.

DaRealFreak commented 4 years ago

perfect looking good, thanks for the pull request