Skip to content

Commit 5c017bd

Browse files
fix: get web content
1 parent 0da868a commit 5c017bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/routes/articleReader/articleReaderRouter.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ const removeUnwantedElements = (_cheerio: any) => {
4040
'area',
4141
'svg',
4242
'math',
43-
'table',
44-
'caption',
45-
'colgroup',
46-
'col',
4743
];
4844

4945
elementsToRemove.forEach((element) => _cheerio(element).remove());

0 commit comments

Comments
 (0)