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
...\python37\lib\site-packages\dateparser\date_parser.py:35: PytzUsageWarning: The localize method is no longer necessary, as this time zone supports the fold attribute (PEP 495). For more details on migrating to a PEP 495-compliant implementation, see https://pytz-deprecation-shim.readthedocs.io/en/latest/migration.html
date_obj = stz.localize(date_obj)
Received the above warning when trafilatura comes across https://www.badische-zeitung.de/nachrichten/wetter. It doesn't seem to be relevant on other websites and has no impact on the functionality, but is a bit annoying to see pop up from time to time.
The text was updated successfully, but these errors were encountered:
The latest htmldate version (package for date extraction) accounts for it too. Also, using the last dateparser version (1.1.4) could lead to more improvements but seems to be slower on my data, so use it at your own discretion.
Received the above warning when trafilatura comes across https://www.badische-zeitung.de/nachrichten/wetter. It doesn't seem to be relevant on other websites and has no impact on the functionality, but is a bit annoying to see pop up from time to time.
The text was updated successfully, but these errors were encountered: