|
|
@@ -132,6 +132,7 @@ export default class VideoStreams {
|
|
|
const scrapeOptions: any = {
|
|
|
url: stream.url,
|
|
|
scraperMethod: ScraperMethods.PUPPETEER,
|
|
|
+ incognito: true,
|
|
|
screenshotDelay: stream.screenshotDelay ?? config.VIDEO_STREAMS_SCREENSHOT_DELAY
|
|
|
};
|
|
|
|
|
|
@@ -184,7 +185,7 @@ export default class VideoStreams {
|
|
|
try {
|
|
|
const videoStreams = new VideoStreams(config.DEVELOP ? config.MASTODON_TEST_ACCESS_TOKEN : config.MASTODON_KEY_VIDEO_STREAMS);
|
|
|
new CronJob(
|
|
|
- "0 0 * * * *",
|
|
|
+ "0 15 * * * *",
|
|
|
() => videoStreams.run(),
|
|
|
null,
|
|
|
true,
|