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

https://github.com/dori-dev/youtube-playlist-total-times

Total time of all YouTube videos in a playlist.
https://github.com/dori-dev/youtube-playlist-total-times

python selenium youtube youtube-playlist

Last synced: 16 days ago
JSON representation

Total time of all YouTube videos in a playlist.

Awesome Lists containing this project

README

          

# Youtube Playlist Total Times
Total time of all YouTube videos in a playlist.

#
## How to Use
Download `chromedriver` depending on your `os` and `chrome version` from [Here](https://chromedriver.chromium.org/downloads).
Extract it and move `chromedriver` to project folder.

Install Requirements
```
pip install -r requirements.txt
```

Run the Code
```
python3 main.py
```

#
## Links

Download Source Code: [Click Here](https://github.com/dori-dev/youtube-playlist-total-times/archive/refs/heads/main.zip)

My Github Account: [Click Here](https://github.com/dori-dev/)