-
If a datetime object is passed to parse(), it should simply return it. Currently it throws an exception.
``` python
>>> import datetime
>>> import dateparser
>>> dateparser.parse(datetime.datetime(2…
adamn updated
8 years ago
-
## Summary
Each call of `newspaper.build` or `newspaper.Source` constructor leaks memory and creates 20 hanging threads.
This goes unnoticed in simple crawlers, but in complex and long-living applic…
-
Works fine for me with many english newspapers. Unfortunately it works horrible with german newspapers. I've tried many of them...
I was following the how-to on readthedocs.
```
# ...
p = newspaper.…
boop5 updated
9 years ago