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
- Host: GitHub
- URL: https://github.com/aatricks/dowly
- Owner: Aatricks
- License: gpl-3.0
- Created: 2025-03-09T16:02:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T12:22:36.000Z (about 1 year ago)
- Last Synced: 2025-06-29T13:27:40.734Z (11 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.