diff --git a/gdriveTorrent/downloaded.py b/gdriveTorrent/downloaded.py index 270b3e0..743b3a3 100644 --- a/gdriveTorrent/downloaded.py +++ b/gdriveTorrent/downloaded.py @@ -1,6 +1,11 @@ #!/usr/bin/python -#Script to be run on-bt-download-complete of aria2c +''' +This script will be run automatically on-bt-download-complete of aria2c i.e. when the torrent is successfully downloaded. +It gets a list of files into your downloads directory and uploads them one by one to your google drive. +Add a the following line in ~/aria2.conf (if not already present): + on-bt-download-complete = +''' import os import sys