export default [ { id: 'meilisearch-sync', type: 'meilisearch', name: 'Meilisearch 동기화', cron: '0 0 * * *', // 매일 00시 전체 동기화 enabled: true, }, { 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, // 다음 주 예정 일정 자동 생성 autoScheduleNext: { dayOfWeek: 4, // 목요일 (0=일요일) time: '18:00:00', titleTemplate: '{channelName} {episode}화', // {episode}는 자동 계산 deadlineDayOfWeek: 5, // 금요일 00시까지 영상 없으면 삭제 excludeShorts: 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, }, ];