chore: update ads class (#1800)

seems to be updated periodically
This commit is contained in:
Henry Wang 2019-03-22 09:09:40 +00:00 committed by DIYgod
parent e1ac682015
commit dc4b518c56
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}