View Single Post
Old 12-04-2023, 06:06 PM   #3
Villard
Connoisseur
Villard began at the beginning.
 
Posts: 74
Karma: 10
Join Date: May 2016
Device: Koreader running on Kobo Libra 2
Thank you
what do you mean by "return something like this in parse index." ?
Do I have to write something like
def parse_index(self):
soup = [
('Articles',
[
{'title': '1', 'url': 'https://www.example.org/article1'},
{'title': '2', 'url': 'link2' },
]
),
]

Sorry for my basic question !
Villard is offline   Reply With Quote