This commit is contained in:
Valeria Fadeeva 2024-01-05 00:58:38 +05:00
parent e3b3199b9f
commit 0b19c9741a
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ async function fetchData(log, tpl) {
text += elem;
});
// let regular = /<a (.*?)https:\/\/www.youtube.com\/watch\?v\=(.*?)>(.*?)<\/a>/g;
// text = text.replace(regular, '');
value = text;
post_tpl = post_tpl.replace('{content}', `${value}`);