View Single Post
Old 09-05-2017, 06:56 AM   #90
h0nza
Member
h0nza began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Feb 2015
Device: Pocketbook 626 TL2
Annotation

To restore the annotation backwards, change the following in file '__init__.py' on line 47:
OLD:
Quote:
databazeknih.BASE_URL + 'knihy/' + databazeknih_id)
NEW:
Quote:
databazeknih.BASE_URL + 'knihy/' + databazeknih_id + '?show=alldesc')
and on line 87
OLD:
Quote:
matches.append(databazeknih.BASE_URL + 'knihy/' + databazeknih_id)
NEW:
Quote:
matches.append(databazeknih.BASE_URL + 'knihy/' + databazeknih_id + '?show=alldesc')
and on line 185:
OLD:
Quote:
result_url = 'http://www.databazeknih.cz/' + book_url[0]
NEW:
Quote:
result_url = 'http://www.databazeknih.cz/' + book_url[0] + '?show=alldesc'
h0nza is offline   Reply With Quote