hook.py 296 B

1234567891011121314
  1. #! /usr/bin/env python
  2. """Notify that aria2 download is complete.
  3. This implements the --on-download-complete hook interface.
  4. """
  5. import sys
  6. # ['/Users/csx/GitProject/snowmusic/pyaria2-jsonrpc/hook.py', 'e3f97be6d4490a5a', '1', './temp/aa.mp3']
  7. Argv = sys.argv
  8. def Hook(Argv):
  9. print Argv