posborne / putio-sync

Python daemon that automatically downloads files from put.io
MIT License
29 stars 12 forks source link

parse_arguments #15

Open seanieb opened 10 years ago

seanieb commented 10 years ago
posborne commented 10 years ago

Both of these requests seem reasonable. The -k change should be relatively straightforward and isolated to argument parsing.

Downloading only new items (-n) is also possible but requires some additional changes in the core logic. The assumption would be that this option would need to be passed each time the daemon is started in order to avoid downloading items already present.