https://github.com/bennymeg/youtube-playlists-action
Github action that fetch's all youtube channel playlists with their corresponding video's data
https://github.com/bennymeg/youtube-playlists-action
Last synced: 4 months ago
JSON representation
Github action that fetch's all youtube channel playlists with their corresponding video's data
- Host: GitHub
- URL: https://github.com/bennymeg/youtube-playlists-action
- Owner: bennymeg
- Created: 2020-08-16T17:26:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T21:54:05.000Z (about 2 years ago)
- Last Synced: 2024-12-30T01:47:03.360Z (6 months ago)
- Language: JavaScript
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube playlists action
This action fetch's all youtube channel playlists with their corresponding video's data into the `docs` directory.
## Inputs
### `channel-id`
**Required** Youtube channel id.
### `api-key`
**Required** Youtube V3 API key.
### `playlist-parts`
**Optional** Youtube channel playlists parts to retrive. Default=all.
### `video-parts`
**Optional** Youtube channel playlist items parts to retrive. Default=all.
### `max-results`
**Optional** Query max results. Default=20.
### `output-directory`
**Optional** Resources output directory. Default='docs'.
## Example usage
```
uses: actions/youtube-playlists-action
with:
channel-id: 'UC_x5XG1OV2P6uZZ5FSM9Ttw'
```