Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 7 additions & 1 deletion NetCrawlerDetect/NetCrawlerDetect.Tests/crawlers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3443,4 +3443,10 @@ deeris/1.0 (+http://www.deeris.com)
Mediametric
TextRazor Downloader (https://www.textrazor.com)
ddline.cn rank history
Web spyder
Web spyder
AppleSyndication/52.8
AutomaticWPTester/1 CFNetwork/975.0.3 Darwin/17.7.0
CSSCheck/1.2.2
dBpoweramp
Thumbor/6.4.1
Reeder/1000.02.01 CFNetwork/454.11.5 Darwin/10.5.0 (i386) (Macmini2)
2 changes: 1 addition & 1 deletion NetCrawlerDetect/NetCrawlerDetect.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).
version = 0.2.0
version = 0.2.1
Policies = $0
$0.VersionControlPolicy = $1
$0.DotNetNamingPolicy = $2
Expand Down
8 changes: 7 additions & 1 deletion NetCrawlerDetect/NetCrawlerDetect/Fixtures/Crawlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public Crawlers()
@"AportWorm\/",
@"AppBeat\/",
@"AppEngine-Google",
@"AppleSyndication",
@"AppStoreScraperZ",
@"Aprc\/[0-9]",
@"Arachmo",
Expand All @@ -117,6 +118,7 @@ public Crawlers()
@"asynchttp",
@"Attach",
@"autocite",
@"AutomaticWPTester",
@"Autonomy",
@"axios\/",
@"B-l-i-t-z-B-O-T",
Expand Down Expand Up @@ -230,6 +232,7 @@ public Crawlers()
@"Crowsnest",
@"Criteo",
@"CSHttp",
@"CSSCheck",
@"curb",
@"Curious George",
@"curl",
Expand All @@ -245,6 +248,7 @@ public Crawlers()
@"dataprovider",
@"DataXu",
@"Daum(oa)?[ \/][0-9]",
@"dBpoweramp",
@"ddline",
@"deeris",
@"Demon",
Expand Down Expand Up @@ -354,7 +358,7 @@ public Crawlers()
@"forensiq",
@"FoundSeoTool",

//'Francis [Bot]'
// Francis [Bot]
@"http:\/\/www.neomo.de\/",
@"free thumbnails",
@"Freeuploader",
Expand Down Expand Up @@ -855,6 +859,7 @@ public Crawlers()
@"RecurPost\/",
@"redback\/",
@"ReederForMac",
@"Reeder\/",
@"ReGet",
@"RepoMonkey",
@"request\.js",
Expand Down Expand Up @@ -1032,6 +1037,7 @@ public Crawlers()
@"Thinklab",
@"Thumbshots",
@"ThumbSniper",
@"Thumbor",
@"timewe\.net",
@"TinEye",
@"Tiny Tiny RSS",
Expand Down
6 changes: 3 additions & 3 deletions NetCrawlerDetect/NetCrawlerDetect/NetCrawlerDetect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.2.0</ReleaseVersion>
<PackageVersion>0.2.0</PackageVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
<PackageVersion>0.2.1</PackageVersion>
<Authors>Graham "Gee" Plumb</Authors>
<PackageLicenseUrl>https://github.com/gplumb/NetCrawlerDetect/blob/master/LICENSE</PackageLicenseUrl>
<Owners>Graham "Gee" Plumb</Owners>
Expand All @@ -12,7 +12,7 @@
<Description>A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).</Description>
<PackOnBuild>true</PackOnBuild>
<PackageId>NetCrawlerDetect</PackageId>
<PackageReleaseNotes>Bot additions and removal of false positives (up to https://github.com/JayBizzle/Crawler-Detect/pull/325)</PackageReleaseNotes>
<PackageReleaseNotes>Added 7 new user agents (up to https://github.com/JayBizzle/Crawler-Detect/pull/329)</PackageReleaseNotes>
<Summary>A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).</Summary>
</PropertyGroup>

Expand Down