crawler-user-agents 1.0.108 → 1.0.109

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.
package/.travis.yml CHANGED
@@ -1,5 +1,6 @@
1
+ dist: jammy
1
2
  language: python
2
- python: 3.6
3
+ python: 3.11.0
3
4
 
4
5
  install:
5
6
  - pip3 install jsonschema pytest
@@ -19,7 +20,7 @@ deploy:
19
20
  email: martin.monperrus@gnieh.org
20
21
  skip_cleanup: true
21
22
  api_key:
22
- secure: YgdBbKjxy+DRdQcItgiwq3gMjxzFbZsplv13Lb5Ewzb+n6CO7U/RHEdLMHRfE/3xlQIaMMvbjjBSBUR9rDpMqClrfnkwf2RtXKQGImQ9Z8vvRKIWEn1UDoFLPtRtVrPU/7K96LbJsSyncM8HDEsF3s22WdiDcFhuH3/PjWxxr5g=
23
+ secure: DAS1IgbrU085kpY4acrByrU2oWQq2HbP8aNye/Wb7nJIjT2Hv+DrbGoZ38Qiz8szHGmOy0DwtwJGPL6dhM7cC+2PBn5Pu6GzeORCSh+KlrRFIVI09A9BRc6TGNkJIr7ddP0H69U+OcdL53noBeMK4q2nxM6neCZM4Aa45r1jptI=
23
24
  on:
24
25
  repo: monperrus/crawler-user-agents
25
26
  branch: master
@@ -1020,11 +1020,12 @@
1020
1020
  }
1021
1021
  ,
1022
1022
  {
1023
- "pattern": "TurnitinBot",
1023
+ "pattern": "Turnitin",
1024
1024
  "addition_date": "2010/09/26",
1025
1025
  "url": "http://www.turnitin.com",
1026
1026
  "instances": [
1027
- "TurnitinBot (https://turnitin.com/robot/crawlerinfo.html)"
1027
+ "TurnitinBot (https://turnitin.com/robot/crawlerinfo.html)",
1028
+ "Turnitin (https://bit.ly/2UvnfoQ)"
1028
1029
  ]
1029
1030
  }
1030
1031
  ,
@@ -5098,5 +5099,38 @@
5098
5099
  "Mozilla/5.0 (compatible; AwarioBot/1.0; +https://awario.com/bots.html)"
5099
5100
  ],
5100
5101
  "url": "https://awario.com/bots.html"
5102
+ },
5103
+ {
5104
+ "pattern": "DataForSeoBot",
5105
+ "addition_date": "2023/08/23",
5106
+ "instances": [
5107
+ "Mozilla/5.0 (compatible; DataForSeoBot/1.0; +https://dataforseo.com/dataforseo-bot)"
5108
+ ],
5109
+ "url": "https://dataforseo.com/dataforseo-bot"
5110
+ },
5111
+ {
5112
+ "pattern": "Linespider",
5113
+ "addition_date": "2023/08/24",
5114
+ "instances": [
5115
+ "Mozilla/5.0 (compatible; Linespider/1.1; +https://lin.ee/4dwXkTH)",
5116
+ "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Linespider/1.1; +https://lin.ee/4dwXkTH) Chrome/W.X.Y.Z Safari/537.36"
5117
+ ],
5118
+ "url": "https://help2.line.me/linesearchbot/web/?contentId=50006055&lang=en"
5119
+ },
5120
+ {
5121
+ "pattern": "WellKnownBot",
5122
+ "addition_date": "2023/08/29",
5123
+ "instances": [
5124
+ "Mozilla/5.0 (compatible; WellKnownBot/0.1; +https://well-known.dev/about/#bot)"
5125
+ ],
5126
+ "url": "https://well-known.dev/about/#bot)"
5127
+ },
5128
+ {
5129
+ "pattern": "A Patent Crawler",
5130
+ "addition_date": "2023/08/29",
5131
+ "instances": [
5132
+ "E. Orliac, G. Fourestey/2.3 (A Patent Crawler; http://scitas.epfl.ch/; etienne.orliac@epfl.ch, gilles.fourestey@epfl.ch)"
5133
+ ],
5134
+ "url": "http://scitas.epfl.ch/"
5101
5135
  }
5102
5136
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.108",
3
+ "version": "1.0.109",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",
@@ -1,8 +0,0 @@
1
- # pytest cache directory #
2
-
3
- This directory contains data from the pytest's cache plugin,
4
- which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
5
-
6
- **Do not** commit this to version control.
7
-
8
- See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.