Skip to content

Commit

Permalink
fix(search): change query
Browse files Browse the repository at this point in the history
  • Loading branch information
egorprnn committed Jun 30, 2021
1 parent 175fedd commit bc3a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class SearchContext extends Context<ISearchContext> implements ISearchCon
});
}

mainCol("div.card, div:not(.ad-container).mb-3")
mainCol("div.card.mb-3, div:not(.ad-container).mb-3")
.get()
.forEach((element) => {
const $ = cheerio.load(element);
Expand Down

0 comments on commit bc3a811

Please sign in to comment.