N4S4 / synology-api

A Python wrapper around Synology API
MIT License
360 stars 137 forks source link

Add tasks_source #165

Closed calpaterson closed 4 months ago

calpaterson commented 4 months ago

Hi,

I've added a method which allows for downloading the original torrent file for a DownloadStation task.

I've used this myself to implement an export program.

Thanks for your great work here, there was only a little I had to do to expand your code to cover my usecase.

Let me know if there is anything I need to improve for you to merge

N4S4 commented 4 months ago

This is already perfect! Thank you for contributing!!