Skip to content

Commit

Permalink
added detection for mobile app 'FeedR'
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jan 31, 2015
1 parent 7e42018 commit a5f5803
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Parser/Client/fixtures/mobile_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
type: mobile app
name: Sina Weibo
version: 5.0.0
-
user_agent: FeedR/1.0 (Android)
client:
type: mobile app
name: FeedR
version: 1.0
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
name: '$1'
version: '$2'

# FeedR
- regex: 'FeedR(?:/([\d\.]+))?'
name: 'FeedR'
version: '$1'

# WeChat
- regex: 'MicroMessenger/([^ ]+)'
name: 'WeChat'
Expand Down

0 comments on commit a5f5803

Please sign in to comment.