Skip to content

Commit

Permalink
fix: Hide author thumbnail in techcrunch feed
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jan 1, 2025
1 parent c4feda4 commit ab366e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/custom/techcrunch.com/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export const TechcrunchComExtractor = {
content: {
selectors: ['main'],
transforms: {},
clean: [],
clean: ['img.post-authors-list__author-thumb'],
},
};

0 comments on commit ab366e4

Please sign in to comment.