You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Hope you doing well, I want to ask is it possible to add our own extractor to the script? I want to add date_modify extractor because the current version hardcoded date_modify to be the same as date_donwload, I already add a new method called _modify_date() inside AbstractExtractor and make a ModifyDateExtractor class inherit from AbstractClass. Inside that class I do processes similar to DateExtractor but now I am looking for dateModified from JSON tag. Unfortunately date_modify not changing, any suggestion?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! Hope you doing well, I want to ask is it possible to add our own extractor to the script? I want to add date_modify extractor because the current version hardcoded date_modify to be the same as date_donwload, I already add a new method called
_modify_date()
inside AbstractExtractor and make aModifyDateExtractor
class inherit fromAbstractClass
. Inside that class I do processes similar to DateExtractor but now I am looking for dateModified from JSON tag. Unfortunately date_modify not changing, any suggestion?Beta Was this translation helpful? Give feedback.
All reactions