Python script/GUIApp to download from wistia hosted videos
to run the program without problems you have to make sure you have this things in your machine.
for the script you just need :
- python3
- requests
for run the GUIApp you need :
- python3
- requests
- tkinter
as we say before, to run the GUIApp you need also the library tkinter, now we will explain how to install it.
Tkinter (and, since Python 3.1, ttk) are included with all standard Python distributions, The Tkinter library is built-in with every Python installation. And since you are on Windows, I believe you installed Python through the binaries on their website?
If you are using a Python from any current python.org Python installer for macOS (3.8.0+, 3.7.2+, 3.6.8, or 2.7.16+), no further action is needed to use tkinter.
Actually, you just need to use the following to install the tkinter
sudo apt-get install python3-tk
In addition, for Fedora users, use the following command:
sudo dnf install python3-tkinter
- Download all video Automatique.
- The videos will be named with the original name.
- You can see the download progress.
- You can choose the video resolution.
pip install requests==2.20.0
git clone https://github.com/abdlalisalmi/wistia-downloader.git
cd wistia-downloader
for the script you need to add the IDs in video_ID.txt file, but in the GUIApp you will find the IDs input filed.
python3 GUIApp/start.py
cd script python3 wistia-downloader.py