Google Patent plugin issues

Google Patent plugin as of DA 3.10 is not working. Fixed with upcoming update I hope?

The next maintenance release will include this updated plugin:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>KeywordsUrl</key>
	<string>https://www.google.com/?tbm=pts#q=_agentQuery_&amp;tbm=pts</string>
	<key>RequiresCrawling</key>
	<true/>
	<key>CrawlDelay</key>
	<integer>1</integer>
	<key>Description</key>
	<string>Google Patents covers the entire collection of granted patents and published patent applications from the USPTO, EPO, and WIPO. US patent documents date back to 1790, EPO and WIPO to 1978.</string>
	<key>EncodingUrl</key>
	<string>UTF-8</string>
	<key>EngineUrl</key>
	<string>https://www.google.com/search?q=_agentQuery_&amp;gbv=1&amp;tbm=pts&amp;ei=xwBHW-fYDcjcwQL3zIyoAQ&amp;start=_agentOffset_&amp;sa=N</string>
	<key>Identifier</key>
	<string>com.devon-technologies.googlepatentssearch.plugin</string>
	<key>Info</key>
	<string>Google Patents Search Plugin ©2007-2018 DEVONtechnologies LLC</string>
	<key>Keyword</key>
	<string>patents</string>
	<key>LinksMatching</key>
	<string>*/patents/*</string>
	<key>LinksNotMatching</key>
	<array>
		<string>*translate.google.com/*</string>
		<string>*/patents/related*</string>
	</array>
	<key>Name</key>
	<string>Google Patents Search</string>
	<key>NoTopics</key>
	<string>Google,patent,Labs,Results,Advanced,Claimed,Drawing,Drawings,comprising,table,Fig,Invention,Description,International,Classification</string>
	<key>OffsetPerPage</key>
	<integer>10</integer>
	<key>Operators</key>
	<integer>59</integer>
	<key>ResultsPerPage</key>
	<integer>20</integer>
	<key>Start</key>
	<string>0</string>
	<key>TextEnd</key>
	<string>&lt;div id=&quot;footer_table&quot;</string>
	<key>TextStart</key>
	<string>&lt;span class=&quot;patent-title&quot;&gt;</string>
	<key>UserAgent</key>
	<string>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9</string>
	<key>Version</key>
	<string>3.11</string>
</dict>
</plist>

This version will also support updating of internal plugins via the support assistant (on demand or automatically) so that we don’t have to release an update of DEVONagent to fix outdated plugins anymore.

Thanks Christian!