VVCEasy/Python.py

5 lines
139 B
Python
Raw Normal View History

2021-12-14 12:39:44 +01:00
pip install python-ffmpeg
import requests
url = 'https://www.dropbox.com/s/hs7yoa9hkxa6ugd/vlc-3.0.11.1-w64.7z'
myfile = requests.get(url)