View Single Post
Old 03-09-2025, 10:00 AM   #133
feuille
Connoisseur
feuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enoughfeuille will become famous soon enough
 
Posts: 62
Karma: 666
Join Date: May 2020
Location: Germany
Device: android smartphone + tablet
Wrong lnguage in metadata

Hello,

I noticed that the user language (in my case German) appears in the metadata output. Since the information on fantasticfiction.com is always in English, perhaps the following should be added to worker.py:

Code:
def parse_details(self, root):
    # ...
    mi.language = 'eng'
    # ...
(Tested with success.)
feuille is offline   Reply With Quote