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?