Update
This commit is contained in:
parent
e3b3199b9f
commit
0b19c9741a
|
@ -46,6 +46,9 @@ async function fetchData(log, tpl) {
|
||||||
text += elem;
|
text += elem;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// let regular = /<a (.*?)https:\/\/www.youtube.com\/watch\?v\=(.*?)>(.*?)<\/a>/g;
|
||||||
|
// text = text.replace(regular, '');
|
||||||
|
|
||||||
value = text;
|
value = text;
|
||||||
|
|
||||||
post_tpl = post_tpl.replace('{content}', `${value}`);
|
post_tpl = post_tpl.replace('{content}', `${value}`);
|
||||||
|
|
Loading…
Reference in New Issue