MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / checkContent

Function checkContent

scripts/backup/m38u_detector.js:270–274  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

268 }
269
270 function checkContent(content) {
271 if (content.trim().startsWith("#EXTM3U")) {
272 return true;
273 }
274 }
275
276 // 检查纯视频
277 setInterval(doVideos, 1000);

Callers 1

m38u_detector.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected