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.
- Host: GitHub
- URL: https://github.com/dori-dev/youtube-playlist-total-times
- Owner: dori-dev
- License: mit
- Created: 2021-12-13T14:45:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T05:09:27.000Z (about 3 years ago)
- Last Synced: 2025-04-21T12:43:21.675Z (6 months ago)
- Topics: python, selenium, youtube, youtube-playlist
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```#
## LinksDownload 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/)