Fixed typo

master
richard@richard.do 2013-02-12 19:21:44 +00:00
parent 8dcd2d37eb
commit e5ae47d168
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ This is a work in progress, further functionality coming shortly.
file = m.upload('myfile.doc') file = m.upload('myfile.doc')
m.get_upload_link(file) m.get_upload_link(file)
### Download a file from URL or file obj, optionally specify destination fold ### Download a file from URL or file obj, optionally specify destination folder
file = m.find('myfile.doc') file = m.find('myfile.doc')
m.download(file) m.download(file)
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc') m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')