Skip to content

Commit

Permalink
Merge pull request #26 from podigee/update-bot-lists
Browse files Browse the repository at this point in the history
Update bot lists, version 1.1.7
  • Loading branch information
spiderpug authored Dec 12, 2024
2 parents c102d44 + 7893862 commit 2e07b13
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.6
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.7]

- Update bot detection list

## [1.1.6]

- Update bot detection list, purpose: detect `agma/*` as bot
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pod_ident (1.1.6)
pod_ident (1.1.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -41,4 +41,4 @@ DEPENDENCIES
rspec_junit_formatter

BUNDLED WITH
2.4.14
2.5.23
35 changes: 35 additions & 0 deletions lib/detection_rules_bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,20 @@
test:
userAgents:
- userAgent: Podcast%20Archiver/3000000003 CFNetwork/1406.0.4 Darwin/22.4.0
- app: Podcast Archiver (janw)
match:
regex: "^podcast-archiver/v\\d"
platform: bot
test:
userAgents:
- userAgent: podcast-archiver/v1.7.1 (https://github.com/janw/podcast-archiver)
- app: Podcastics
match:
regex: "^Podcastics$"
platform: bot
test:
userAgents:
- userAgent: Podcastics
- app: PodCloud
match:
regex: podCloud
Expand Down Expand Up @@ -747,6 +761,13 @@
test:
userAgents:
- userAgent: Podio/1.0
- app: Podmon Bot
match:
regex: "^Podmonbot/"
platform: bot
test:
userAgents:
- userAgent: Podmonbot/1.0
- app: Podnews
match:
regex: PodnewsBot
Expand Down Expand Up @@ -972,6 +993,13 @@
userAgents:
- userAgent: SupportingCast/1.0
- userAgent: SupportingCast
- app: Taddy Podcast API
match:
regex: "^Taddy Podcast API "
platform: bot
test:
userAgents:
- userAgent: Taddy Podcast API (https://taddy.org/developers)
- app: Timpi search crawler
match:
regex: Timpibot/
Expand Down Expand Up @@ -1004,6 +1032,13 @@
test:
userAgents:
- userAgent: Triton Digital Podcast Sync
- app: TurnitinBot
match:
regex: "^Turnitin \\("
platform: bot
test:
userAgents:
- userAgent: Turnitin (https://bit.ly/2UvnfoQ)
- app: Twingly Bot
match:
regex: Twingly Recon;
Expand Down
2 changes: 1 addition & 1 deletion lib/pod_ident/detection_rules_bots.rb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/pod_ident/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PodIdent
VERSION = '1.1.6'
VERSION = '1.1.7'
end
2 changes: 1 addition & 1 deletion spec/detection_rules_bots.rb

Large diffs are not rendered by default.

0 comments on commit 2e07b13

Please sign in to comment.