Fix: Deprecated method parameter text #3

Closed
opened 2025-07-26 16:30:15 +00:00 by agatha · 0 comments
Owner

Will need to adjust to account for a deprecated parameter:

/home/user/storage/games/rhr/scraper/./downloader.py:114: DeprecationWarning: The 'text' argument to find()-type methods is deprecated. Use 'string' instead.
  season_text = soup.find(text=lambda t: t and t.strip().startswith('Season'))
Will need to adjust to account for a deprecated parameter: ``` /home/user/storage/games/rhr/scraper/./downloader.py:114: DeprecationWarning: The 'text' argument to find()-type methods is deprecated. Use 'string' instead. season_text = soup.find(text=lambda t: t and t.strip().startswith('Season')) ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: agatha/rhrtools#3
No description provided.