Skip to content

Commit

Permalink
Merge pull request #30 from pareksha/patch-1
Browse files Browse the repository at this point in the history
Update downloaded.py
  • Loading branch information
nikssardana authored Oct 10, 2017
2 parents befe490 + 5e3777c commit 69e77e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gdriveTorrent/downloaded.py
Original file line number Diff line number Diff line change
@@ -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 = <path to downloaded.py>
'''

import os
import sys
Expand Down

0 comments on commit 69e77e6

Please sign in to comment.