-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Spotify and Pandora app UA #13
Comments
Thanks - Pandora updated In what context does that Spotify UA present itself? Is that for episode download requests within the Spotify in-app browser itself? |
@van4oza, where/when does the spotify app send that user agent? |
I don't really know where it comes from. We are getting this UA as we are providing url prefixes for many podcast publishers at Podscribe. I just see A LOT of download requests from this UA, so we need to normalize it |
@johnspurlock |
It seems to be Android (in addition to "Linux", "Android" in the ua, SM-S908U is S22 ultra) But I wasn't able to reproduce this user-agent from the Spotify app on Android, even when browsing around in show notes - links opened in Chrome - it's almost like the user is playing episodes from the browser within Spotify? I'd be skeptical if you're seeing a bunch of these. Would really love to get to the bottom of where these are coming from. And if from Spotify on Android, how to get there. |
I've seen exactly zero of these across all shows using https://op3.dev which is why I'm interested in this! |
Could it be a spam bot? I checked our database, and could not find that user agent. However we found a few that said Spotify + Amazon IP addresses. We know that Spotify uses Google data centres so we marked it as spam. |
We have also seen this UA a few times. The referrer is always
|
Maybe this is a browser extension? Or this discontinued Car Thing 🧐 |
Web browsers can't set user-agents (for podcast audio). Without lots of CORS shenanigans anyway. Your screenshot shows a browser useragent, because that's what it is. |
It has to be an in-app browser inside the Spotify app. Anyone able to figure out how to launch it? @knoxmic do you have a Car Thing? would love to do a test |
Thanks, I was able to reproduce on Spotify for Mac. Episode -> ... -> Share -> Embed episode, then hit play button on the live preview in the popup. Examples: Since these are coming from previews, they should probably not be considered listener-initiated plays, and not included in the existing Spotify user-agent opawg record. I think the best thing to do here is to create a record for "Spotify embed preview" or something in bots.json, so they are excluded from inclusion in download calculations. Note that the these I am curious about that initial UA reported way at the top of this issue, which is not the desktop app. |
User agent examples from mobile devices:
|
Hi! please add Spotify app uas of this kind
Mozilla/5.0 (Linux; U; Android 13; SM-S908U) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Spotify/888000599 (6; 2; 7)
And Pandora app uas like this
Pandora/2179 CFNetwork/1410.0.3 Darwin/22.6.0
The text was updated successfully, but these errors were encountered: