Skip to content

Commit

Permalink
Update downloaded.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pareksha authored Oct 10, 2017
1 parent befe490 commit 5e3777c
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 5e3777c

Please sign in to comment.