View Single Post
Old 09-22-2017, 06:37 AM   #95
h0nza
Member
h0nza began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Feb 2015
Device: Pocketbook 626 TL2
So do next correction (I hope the last :-)
Change the following in file 'worker.py' on line 48 :

OLD:
Quote:
raw = self.browser.open_novisit(self.url, timeout=self.timeout)#.read().strip()
NEW:
Quote:
raw = self.browser.open_novisit(self.url + "?show=alldesc", timeout=self.timeout)#.read().strip()

Last edited by h0nza; 09-22-2017 at 06:58 AM. Reason: Mistake
h0nza is offline   Reply With Quote