An open API service indexing awesome lists of open source software.

https://github.com/aatricks/dowly

Youtube and other videos auto downloader from chrome browser session
https://github.com/aatricks/dowly

Last synced: 4 months ago
JSON representation

Youtube and other videos auto downloader from chrome browser session

Awesome Lists containing this project

README

          

# Youtube Auto Downloader
This is a simple script that downloads all the videos open in the browser.
This repository uses the [ccl_chromium_reader](https://github.com/cclgroupltd/ccl_chromium_reader) for parsing browser data and managing video downloads. The script currently supports only Google Chrome.

## Installation
To set up the project, clone the repository and install the required dependencies.

```bash
git clone
cd
pip install -r requirements.txt
```

## Usage
To use the script, run the following command:

```bash
python ./main.py
```

## License
This project is licensed under the MIT License. See the LICENSE file for more details.