Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- print('Iniciando o download...')
- r = requests.get('https://www43.zippyshare.com/d/itjiUDZK/20545/Blood_Lad_02_AL-Anbient.mkv')
- with open('/home/amaimonx/Área de Trabalho/ProjetosPy/TestFile.mkv', 'wb') as fd:
- fd.write(r.content)
- print('Concluído!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement