updated readme

master
richard 2013-05-08 12:34:23 +01:00
parent d00b34d76a
commit 7835c73268
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ file = m.find('myfile.doc')
m.download(file)
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
m.download(file, '/home/john-smith/Desktop')
# specify optional download filename (download_url() supports this too)
# specify optional download filename (download_url() supports this also)
m.download(file, '/home/john-smith/Desktop', 'myfile.zip')
```
### Create a folder