-
search.txt
-
urls.txt
-
First, make sure you have installed git and Python version between 3.7.x to 3.9.x
Open command prompt and type
git clone https://github.com/minz2001/YouTube-Viewer.git --depth 10cd YouTube-Viewerpython -m pip install --upgrade pip wheelpip install "setuptools<59"pip install -r requirements.txtpython proxy_check.pypython youtube_viewer.py
-
First, make sure you have installed git and Python version between 3.7.x to 3.9.x
Open your favourite terminal and run
git clone https://github.com/minz2001/YouTube-Viewer.git --depth 10cd YouTube-Viewerpython3 -m pip install --upgrade pip wheelpip3 install "setuptools<59"pip3 install -r requirements.txtpython3 youtube_viewer.pypython3 proxy_check.py- After closing program, if chromedrivers are still running. Open your terminal and run
ps aux | awk '/chrome/ { print $2 } ' | xargs kill -9
- After closing program, if chromedrivers are still running. Open your terminal and run