View Single Post
Old 09-12-2021, 02:43 PM   #6431
estherflails
Member
estherflails began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2021
Device: none
Hello! I had a pretty specific question.

I edited the adapter_archiveofourownorg.py file so I could get my subscription data for stories. Here's what I added:
Code:
self.story.setMetadata('subscribed',
   None != metasoup.find('form',id=re.compile(r'^edit_subscription_')))
It works really well and I was going to do a pull request, but I ran into some possible issues.

In personal.ini, I can't use it with commands like include_subject_tags, add_to_replace_metadata, include_in_, even though eg. 'bookmarked' or 'restricted' work perfectly. What am I missing here?
estherflails is offline   Reply With Quote