changeset 635:8d460ddb45b7 default tip

update digilib dirInfo-xml path.
author casties
date Fri, 06 May 2016 18:59:35 +0200
parents 618b600c805a
children
files documentViewer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: