feat(app): add html weather view

This commit is contained in:
2024-07-25 15:51:27 +03:00
parent 234a2b7b0e
commit b3d88997eb
22 changed files with 393 additions and 34 deletions

View File

@@ -6,9 +6,7 @@ from bs4 import Tag
from .core import BaseWidgetParser, RowParser
class OneDayParser(BaseWidgetParser):
SELECT = ".widget.widget-oneday .widget-items"
ONE_DAY_PARSER = BaseWidgetParser(".widget.widget-oneday .widget-items")
class DateParser(RowParser[datetime.datetime]):