13 lines
267 B
Markdown
13 lines
267 B
Markdown
---
|
|
favicon: /favicons/youtube.svg
|
|
items:
|
|
- name: New video in channel
|
|
desc: Triggers when a new video is published to a specific Youtube channel.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|