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

doubleTwist has wrong app name #84

Closed ziggythehamster closed 3 years ago

ziggythehamster commented 3 years ago

In the JSON:

    {
        "user_agents": [
            "^doubleTwist CloudPlayer"
        ],
        "examples": [
            "doubleTwist CloudPlayer"
        ],
        "app": "doubleTwitch CloudPlayer",
        "device": "phone",
        "info_url": "https://www.doubletwist.com/cloudplayer",
        "os": "android"
    },

You probably want app to be doubleTwist CloudPlayer.

jamescridland commented 3 years ago

Agreed! Changed.