Skip to content

Commit

Permalink
recognize PritTorrent as bot
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Dec 25, 2016
1 parent 119bbad commit fd662e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2485,3 +2485,12 @@
producer:
name: reddit inc.
url: http://www.reddit.com
-
user_agent: PritTorrent/1.0
bot:
name: PritTorrent
category: Crawler
url: https://github.com/astro/prittorrent
producer:
name: Bitlove
url: http://bitlove.org/
8 changes: 8 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,14 @@
name: 'PHP Server Monitor'
url: 'http://www.phpservermonitor.org/'

- regex: 'PritTorrent'
name: 'PritTorrent'
category: 'Crawler'
url: 'https://github.com/astro/prittorrent'
producer:
name: 'Bitlove'
url: 'http://bitlove.org/'

- regex: 'psbot(-page)?'
name: 'Picsearch bot'
category: 'Search bot'
Expand Down

0 comments on commit fd662e7

Please sign in to comment.