using fanficfare in calbire, I managed to capture the viewer ratings (votes) from literotica and succeded in putting them in a calibre custom column.
https://i.imgur.com/nnrbQVN.png
Code:
[literotica.com]
extra_valid_entries:eroticatags,averrating
add_to_custom_columns_settings:
averrating=>#votes
i am now wondering if it is possible to capture the views as well.
https://i.imgur.com/FUyyyzR.png
More so i'm wondering on how to actually do it.
i somewhere found a snippet that suggested using 'hits' but i didn't succeed with:
Code:
[literotica.com]
extra_valid_entries:eroticatags,averrating,hits
add_to_custom_columns_settings:
averrating=>#votes
hits=>#views
Anyone else have a link to a source, an idea or a solution on how to fetch it or if it is even grabbable?