parent
e1ac682015
commit
dc4b518c56
|
|
@ -22,7 +22,7 @@ const ProcessFeed = (data) => {
|
|||
content.find('div').each((i, e) => {
|
||||
if ($(e)[0].attribs.class) {
|
||||
const classes = $(e)[0].attribs.class;
|
||||
if (classes.match(/th\w{8}\sth\w{8}/g)) {
|
||||
if (classes.match(/st\w{8}\sst\w{8}/g)) {
|
||||
$(e).remove();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue