PodcastAddict
Podcast Addict RSS reader
About this crawler
PodcastAddict is a web crawler identified by the regular-expression pattern PodcastAddict in the User-Agent request header. It is categorised as feed-reader. Use the regex above to detect, log, allow, or block PodcastAddict traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- PodcastAddict
- Pattern
PodcastAddict- Tags
- feed-reader
- Reference
- https://podcastaddict.com/
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
PodcastAddict/v2 - Dalvik/2.1.0 (Linux; U; Android 6.0.1; SM-G920F Build/MMB29K)
PodcastAddict/v5 (+https://podcastaddict.com/; Android podcast app)
Block this crawler
robots.txt — disallow PodcastAddict:
User-agent: PodcastAddict
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} PodcastAddict [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "PodcastAddict") {
return 403;
}
← back to all crawlers