mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 14:37:19 +01:00
8 lines
381 B
Markdown
8 lines
381 B
Markdown
# Bello's Adventskalender
|
|
|
|
# Getting Youtube playlist data
|
|
|
|
Get data in the [Api Explorer](https://developers.google.com/youtube/v3/docs/playlistItems/list?apix_params=%7B%22part%22%3A%5B%22snippet%22%5D%2C%22maxResults%22%3A24%2C%22playlistId%22%3A%22PLrhIlImke6F4uwg70DQmzGFOKIZdTpwPv%22%7D#usage)
|
|
|
|
Then pipe it to `./scripts/getSongs.sh` and copy it into `./pages/api/songs.js`
|