This repository will use to download video from the google thread drive channel each course vies.
python -m venv venv
or, use your default python environment.
pip install -r requirement.txt
step 4: Go to the below url and copy link of course that you want to download and past them into download_path text file line by line.
Direct videos contains link : True flag
URL : https://archive.thehated7.workers.dev/0:/Frontend%20Masters/Coercion%20in%20JavaScript/
hierarchy videos contains link up-to level one only: False flag
URL : https://archive.thehated7.workers.dev/0:/RBR%20Gate-2021/Data%20Structures/
step 6: change download videos default path in main,py by setting this variable default_download_dir.
NOTE: Currently I am using chromedriver.exe 90.* it's depend on your chrome browser.