- Add beautifulsoup4>=4.12.0 to requirements.txt
- Required by utils/helpers.py _extract_audio_content() function
- Used for parsing HTML in audio message extraction (line 286)
- Fixes 'No module named bs4' error when processing audio articles
This dependency was introduced when audio article support was added
but was not included in requirements.txt, causing runtime errors.
Made-with: Cursor