opawg / user-agents

An open, platform-agnostic list of user-agent and referrer regexes for use in podcast analytics services
MIT License
122 stars 71 forks source link

Update user-agents.json #128

Closed MacMark closed 1 year ago

MacMark commented 1 year ago

Add detection for radio.net Apple apps

johnspurlock commented 1 year ago

Can you update the PR to include "examples" and "info_url"?

MacMark commented 1 year ago

Thanks for your hint, i added examples and info url to that entry.

johnspurlock commented 1 year ago

Sorry, one more: make sure you encode \ as \\ inside json strings (otherwise it's invalid json)

MacMark commented 1 year ago

Thanks for your hint, i fixed it. The GitHub preview shows the error too. I should have seen it by myself.

johnspurlock commented 1 year ago

Thanks again!