Create Python.py

This commit is contained in:
MartinEesmaa 2021-12-14 22:39:44 +11:00 committed by GitHub
parent d47e29c2cb
commit a3b54af6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
Python.py Normal file
View File

@ -0,0 +1,4 @@
pip install python-ffmpeg
import requests
url = 'https://www.dropbox.com/s/hs7yoa9hkxa6ugd/vlc-3.0.11.1-w64.7z'
myfile = requests.get(url)