Initial commit

master
richard@richard.do 2013-02-04 02:11:15 +00:00
parent d512cc97be
commit b519527fe1
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
from mega import Mega from mega import Mega
def test(): def test():
#user details #user details
email = 'your@email.com' email = 'your@email.com'
password = 'password' password = 'password'
@ -21,6 +20,5 @@ def test():
#download file from url #download file from url
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc') m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
if __name__ == '__main__': if __name__ == '__main__':
test() test()