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
I'm trying to scrape all available data from my financial accounts. However, when I set a start date for more than one year ago, it gets overwritten with a date that is about one year ago from today.
Looking at the code, this seems to be the root cause:
I'm trying to scrape all available data from my financial accounts. However, when I set a start date for more than one year ago, it gets overwritten with a date that is about one year ago from today.
Looking at the code, this seems to be the root cause:
israeli-bank-scrapers/src/scrapers/base-beinleumi-group.ts
Lines 343 to 345 in 26837de
I noticed that this logic exists in most (all?) scrapers.
Testing Beinleumi and Max without this, i.e. with the following diff, seems to work perfectly fine:
Is there a reason for this limitation? Can it be removed?
The text was updated successfully, but these errors were encountered: