forked from ua-parser/uap-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ua-parser#402 from josealvarezmuguerza:pandora_use…
…r_agent
- Loading branch information
Showing
4 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8538,3 +8538,33 @@ test_cases: | |
major: | ||
minor: | ||
patch: | ||
|
||
- user_agent_string: 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E302 Pandora/1902.1' | ||
family: 'Pandora' | ||
major: '1902' | ||
minor: '1' | ||
patch: | ||
|
||
- user_agent_string: 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Pandora/1904.1.3' | ||
family: 'Pandora' | ||
major: '1904' | ||
minor: '1' | ||
patch: '3' | ||
|
||
- user_agent_string: 'Pandora/1904.1 Android/8.0.0 heroqlteusc (ExoPlayerLib1.5.14.1)' | ||
family: 'Pandora' | ||
major: '1904' | ||
minor: '1' | ||
patch: | ||
|
||
- user_agent_string: 'Pandora/2091 CFNetwork/978.0.7 Darwin/18.5.0' | ||
family: 'Pandora' | ||
major: '2091' | ||
minor: | ||
patch: | ||
|
||
- user_agent_string: 'PandoraRSSCrawler/1.0 ([email protected])' | ||
family: 'PandoraRSSCrawler' | ||
major: '1' | ||
minor: '0' | ||
patch: |