Skip to content

Commit

Permalink
🚨 let DuckDuckGo class grow (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz authored Apr 25, 2024
1 parent 8d801b4 commit 50844db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/legitbot/duckduckgo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module Legitbot # :nodoc:
# https://duckduckgo.com/duckduckbot
# rubocop:disable Metrics/ClassLength
class DuckDuckGo < BotMatch
# @fetch:url https://duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/
# @fetch:selector section.main article.content ul > li
Expand Down Expand Up @@ -234,6 +235,7 @@ class DuckDuckGo < BotMatch
191.235.202.48
]
end
# rubocop:enable Metrics/ClassLength

rule Legitbot::DuckDuckGo, %w[DuckDuckBot]
end

0 comments on commit 50844db

Please sign in to comment.