opawg / user-agents-v2

Comprehensive open-source collection of broadly-compatible regular expression patterns to identify and analyze podcast player user agents.
MIT License
43 stars 17 forks source link

Add talkSPORT app, Times Radio app and Virgin Radio app from v1 #17

Closed steffengr closed 5 months ago

steffengr commented 5 months ago

Add apps that were in the old user-agents project but are missing here. I'm not sure if there was a reason for not migrating these entries but we are observing some traffic with them that is not matching to ExoPlayerLib instead.

johnspurlock commented 5 months ago

Thanks! These can be simplified (no longer need the Android-or-not distinction at each app level), but I can do that in a followup commit.

johnspurlock commented 5 months ago

Simplification here: https://github.com/opawg/user-agents-v2/commit/3df50ba200ccc0f24cfd406b99bb78756e5fd04f

steffengr commented 5 months ago

Great thank you! Just copied them over without thinking about them.

steffengr commented 5 months ago

@johnspurlock I ran our data against the latest files and still have some user agents from talkSPORT not matching. The user agent in these cases looks like this: talkSport/45.2.1./iOS 17.2.1/iPhone iPhone. The rest looks good.