updated readme
This commit is contained in:
parent
d00b34d76a
commit
7835c73268
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ 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')
|
||||||
m.download(file, '/home/john-smith/Desktop')
|
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')
|
m.download(file, '/home/john-smith/Desktop', 'myfile.zip')
|
||||||
```
|
```
|
||||||
### Create a folder
|
### Create a folder
|
||||||
|
|
Loading…
Reference in a new issue