insourcesoftware/YouTube Livestreams Action

Sync YouTube livestreams into a website as files or posts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
api-keyGoogle data api key with access to YouTube Data API v3yes
channel-idYouTube channel idyes
max-resultsMax number of results to return, defaults to 5no5
thumbnail-sizeThumbnail image size name, one of default, medium, high, standard, maxresnodefault
output-pathPath to write output files to, defaults to _data/streamsno_data/streams
output-filename-templateOutput filename template for each output file including placeholders, defaults to ${position}.ymlno${publishedAt}.yml
output-content-templateOutput content template for each output file including placeholdersno_id: '${id}' etag: '${etag}' title: '${title}' description: '${description}' thumbnailUrl: '${thumbnailUrl}' channelId: '${channelId}' channelTitle: '${channelTitle}' videoId: '${videoId}' publishedAt: '${publishedAt}' publishTime: '${publishTime}' duration: '${duration}' actualStartTime: '${actualStartTime}' actualEndTime: '${actualEndTime}'

no outputs