2020-04-29 23:48:00 +08:00

15 lines
296 B
Python
Executable File

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