RealPlayer%20Downloader
RealPlayer media downloader
About this crawler
RealPlayer%20Downloader is a web crawler identified by the regular-expression pattern RealPlayer%20Downloader in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block RealPlayer%20Downloader 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
- RealPlayer%20Downloader
- Pattern
RealPlayer%20Downloader- Tags
- http-library
- Reference
- https://www.realplayer.com/
- Added
- 2026/05/09
- Instances
- 6 known sample(s)
Sample User-Agent strings
RealPlayer%20Downloader/1569 CFNetwork/720.3.13 Darwin/14.3.0 (x86_64)
RealPlayer%20Downloader/1701 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)
RealPlayer%20Downloader/1725 CFNetwork/720.3.13 Darwin/14.3.0 (x86_64)
RealPlayer%20Downloader/1750 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)
RealPlayer%20Downloader/1750 CFNetwork/760.0.5 Darwin/15.0.0 (x86_64)
RealPlayer%20Downloader/1750 CFNetwork/760.4.2 Darwin/15.4.0 (x86_64)
Block this crawler
robots.txt — disallow RealPlayer%20Downloader:
User-agent: RealPlayer%20Downloader
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} RealPlayer%20Downloader [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "RealPlayer%20Downloader") {
return 403;
}
← back to all crawlers