38 lines
842 B
JavaScript
38 lines
842 B
JavaScript
|
|
export default [
|
||
|
|
{
|
||
|
|
id: 'youtube-fromis9',
|
||
|
|
type: 'youtube',
|
||
|
|
channelId: 'UCXbRURMKT3H_w8dT-DWLIxA',
|
||
|
|
channelName: 'fromis_9',
|
||
|
|
cron: '*/2 * * * *',
|
||
|
|
enabled: true,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
id: 'youtube-studio',
|
||
|
|
type: 'youtube',
|
||
|
|
channelId: 'UCeUJ8B3krxw8zuDi19AlhaA',
|
||
|
|
channelName: '스프 : 스튜디오 프로미스나인',
|
||
|
|
cron: '*/2 * * * *',
|
||
|
|
enabled: true,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
id: 'youtube-musinsa',
|
||
|
|
type: 'youtube',
|
||
|
|
channelId: 'UCtfyAiqf095_0_ux8ruwGfA',
|
||
|
|
channelName: 'MUSINSA TV',
|
||
|
|
cron: '*/2 * * * *',
|
||
|
|
enabled: true,
|
||
|
|
titleFilter: '성수기',
|
||
|
|
defaultMemberId: 7,
|
||
|
|
extractMembersFromDesc: true,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
id: 'x-fromis9',
|
||
|
|
type: 'x',
|
||
|
|
username: 'realfromis_9',
|
||
|
|
nitterUrl: process.env.NITTER_URL || 'http://nitter:8080',
|
||
|
|
cron: '*/1 * * * *',
|
||
|
|
enabled: true,
|
||
|
|
},
|
||
|
|
];
|