mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-09 00:08:44 +01:00
5 lines
139 B
Python
5 lines
139 B
Python
pip install python-ffmpeg
|
|
import requests
|
|
url = 'https://www.dropbox.com/s/hs7yoa9hkxa6ugd/vlc-3.0.11.1-w64.7z'
|
|
myfile = requests.get(url)
|