Revision: 22554
http://sourceforge.net/p/bibdesk/svn/22554
Author: hofman
Date: 2018-09-03 21:18:20 +0000 (Mon, 03 Sep 2018)
Log Message:
-----------
disable google scholar parser, google has become increasingly paranoid
Modified Paths:
--------------
trunk/bibdesk/BDSKWebParser.m
Modified: trunk/bibdesk/BDSKWebParser.m
===================================================================
--- trunk/bibdesk/BDSKWebParser.m 2018-09-03 06:30:33 UTC (rev 22553)
+++ trunk/bibdesk/BDSKWebParser.m 2018-09-03 21:18:20 UTC (rev 22554)
@@ -41,7 +41,6 @@
#import "BDSKBibTeXWebParser.h"
#import "BDSKCiteULikeParser.h"
#import "BDSKACMDLParser.h"
-#import "BDSKGoogleScholarParser.h"
#import "BDSKInspireParser.h"
#import "BDSKArxivParser.h"
#import "BDSKIACRParser.h"
@@ -72,8 +71,7 @@
static NSArray *webParsers = nil;
if (webParsers == nil) {
webParsers = [[NSArray alloc] initWithObjects:
- [BDSKGoogleScholarParser class],
- [BDSKACMDLParser class],
+ [BDSKACMDLParser class],
[BDSKCiteULikeParser class],
[BDSKInspireParser class],
[BDSKArxivParser class],
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit