This is a simple script that downloads all the videos open in the browser. This repository uses the ccl_chromium_reader for parsing browser data and managing video downloads. The script currently supports only Google Chrome.
To set up the project, clone the repository and install the required dependencies.
git clone <repository_url>
cd <repository_directory>
pip install -r requirements.txtTo use the script, run the following command:
python ./main.pyThis project is licensed under the MIT License. See the LICENSE file for more details.