podcast_agent_parser 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c554518b264fea34da4f2e1dc8d74223ed5f0033d675dcfe0a353a5471e0ba6f
4
- data.tar.gz: 84dd8038b82a9fe23cf39860b71bec6368a8111b604e7709212cebe89f6e41d6
3
+ metadata.gz: 4b28003b8fc629eea208af74eee3378564f8699c9afc5dcc8fb51b884308632c
4
+ data.tar.gz: f3563d885d6f48685264ec742856d5732f2185a46c424c85d8a0ab4f86ba63a5
5
5
  SHA512:
6
- metadata.gz: dd5e3623f90ba2b3eb71b6e171a38b4c72197a3fc3fdd65c4d05cfa310239d5917f0a0aef0f909426bb9b8b07e7e163b5b66c40eaaf6fa81a534a57a7f7529a9
7
- data.tar.gz: 0c832eb21c52fd37e3b7a8943debfff1e3395a04d57d18502edabb45fc229779fdd0aa6d719a5a79b9d28b421c757429770452d5a1c5333731f731f4cd578e2e
6
+ metadata.gz: c121985b06f2366fe6d9cb4d789052ab3dd1b621f5f3628ee6d0f14b433b5de6a6da20cfe948d0cbc9920c7b465f0ce686a1c20d9fb3ffe9a1634f1ffff51a2e
7
+ data.tar.gz: 82c38ab8f39d8c4b24b9d7304972ee933b8476fb50c0228d2900fac3e1b3b0096cb17522afec8afe8583ef1d7ee7b521dac0bc8cb7bf3c7215c098240ca5e4d8
@@ -183,6 +183,8 @@
183
183
  "^Podcast’ler/.*\\(.*\\)",
184
184
  "^Podkaster/.*\\(.*\\)",
185
185
  "^Podcaster/.*\\(.*\\)",
186
+ "^Podcast/.*\\(.*\\)",
187
+ "^Podcastok/.*\\(.*\\)",
186
188
  "^Подкасти/.*\\(.*\\)",
187
189
  "^Подкасты/.*\\(.*\\)",
188
190
  "^פודקאסטים/.*\\(.*\\)",
@@ -200,7 +202,7 @@
200
202
  "device": "pc",
201
203
  "os": "macos",
202
204
  "description": "The Apple Podcasts app on MacOS Catalina and above",
203
- "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish."
205
+ "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Hungarian, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish."
204
206
  },
205
207
  {
206
208
  "user_agents": [
@@ -215,6 +217,7 @@
215
217
  "^Podkaster/.*\\d$",
216
218
  "^Podcaster/.*\\d$",
217
219
  "^Podcast/.*\\d$",
220
+ "^Podcastok/.*\\d$",
218
221
  "^Подкасти/.*\\d$",
219
222
  "^Подкасты/.*\\d$",
220
223
  "^פודקאסטים/.*\\d$",
@@ -227,7 +230,7 @@
227
230
  "app": "Apple Podcasts",
228
231
  "os": "ios",
229
232
  "description": "The Apple Podcasts app on devices other than MacOS Catalina and above",
230
- "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish",
233
+ "developer_notes": "Used when downloading podcasts (not progressive downloads), with support for the following languages: Arabic, Chinese, Finnish, French, English, Hebrew, Hindi, Hungarian, Korean, Polish, Romanian, Russian, Serbian, Slovenian, Swedish, Thai, Turkish",
231
234
  "examples": [
232
235
  "Podcasts/2.6",
233
236
  "Podcast/1150.47 CFNetwork/811.5.4 Darwin/16.6.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podcast_agent_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Benjamin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-08 00:00:00.000000000 Z
11
+ date: 2020-02-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: User agent parser written in Ruby using regex patterns from the Open
14
14
  Podcast Analytics Working Group.