-
#### Describe the bug
On a large archive, `archivebox update` or `archivebox list` starts right away some CPU intensive process that takes a long time to complete.
#### Steps to reproduce
1. Have …
-
Based on the description of the library and the various examples, I had assumed English spelling of words such as "twenty", "thirty", "forty", etc. would be properly parsed by this library. Upon inves…
-
It's currently 08/10/2024 23:37 pm Europe/London time. Observe the following code,
```py
time_zone = 'Europe/London'
tz_result = dateparser.parse('at 12am', settings={'PREFER_DATES_FROM' : 'futur…
-
Hi, there is a library called "scrapinghub/dateparser" that seem to have comparable goals. What would
be some reasons to choose one over the other?
-
Hi,
I run my application on tomcat. This app uses natty date parser, and I have catalina.out file full of errors "natty line 0:-1 no viable alternative at input ''".
I found that DateParser_NumericR…
-
YYYY-MM-DD interpreted as YYYY-DD-MM for arabic, but also looks like in other languages which prefer DMY order, but this looks strange -- it seems that if year is first, then we should ignore DMY / MD…
-
if you have a column like this:
2023-01-01: Text
The shortDate parser is applied to this column because the regex tests for ^datefomat
The format function "just" reformats the date in this column…
-
Im getting this error when starting main.py. I did no changes to the files.
RT3K updated
10 months ago
-
I recently worked with the [dateparser module](https://dateparser.readthedocs.io/) for parsing dates, and it seems it might be better than feedparser at its job. For example, it will support parsing i…
-
I've pulled the latest update, ran the requirements.txt file.
When I run `python3 scrapeScenes.py` I'm getting the following error:
```
Traceback (most recent call last):
File "/srv/dev-disk…