@ -31,11 +31,12 @@ http
while ((match = pattern.exec(html)) !== null) {
if (match.length > 0) {
const playUrl = match[1];
if (playUrl.match(/sdi4|sdi5|sdi6/)) {
const decodedUrl = unicodeToChar(playUrl);
urls.push(decodedUrl);
}
if (urls.length > 0) {
responseBody.data = {
The note is not visible to the blocked user.