# HG changeset patch # User casties # Date 1462553975 -7200 # Node ID 8d460ddb45b791991885b20cac3f5630d0374407 # Parent 618b600c805ae066067d73b6dd01c09051a61c8a update digilib dirInfo-xml path. diff -r 618b600c805a -r 8d460ddb45b7 documentViewer.py --- a/documentViewer.py Mon Aug 17 16:14:38 2015 +0200 +++ b/documentViewer.py Fri May 06 18:59:35 2016 +0200 @@ -889,7 +889,7 @@ return docinfo def getDocinfoFromDigilib(self, docinfo, path): - infoUrl=self.digilibBaseUrl+"/dirInfo-xml.jsp?fn="+path + infoUrl=self.digilibBaseUrl+"/api/dirInfo-xml.jsp?fn="+path # fetch data txt = getHttpData(infoUrl) if not txt: