Simple program which is able to extract the video stream from online streaming sites and show it using VLC in order to avoid AD while watching the video.
python3 main.py video_url
-
VLC program installed
-
Python 3.x installed
-
Python requests module
python3 -m pip install requests