BBC feeds have a grey-placeholder.png. how can I remove it? #3367
Answered
by
fguillot
returntrip
asked this question in
Q&A
-
BBC articles have this blank image that is always shown when fetching original content. I have tried to remove it using scrap and rewrite rules but I always fail. This blank image is annoying as, all RSS readers will display it as the main article image. Sample article: https://www.bbc.com/news/articles/c0r11dqpwlwo Feed: https://feeds.bbci.co.uk/news/entertainment_and_arts/rss.xml |
Beta Was this translation helpful? Give feedback.
Answered by
fguillot
May 25, 2025
Replies: 1 comment 2 replies
-
You can try this rewrite rule: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
returntrip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try this rewrite rule:
remove("img[src*='placeholder.png']")