Python Forum
Annoying BeautifulSoup user warning.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Annoying BeautifulSoup user warning.
#8
(May-14-2018, 03:42 PM)nilamo Wrote: You can use the warnings module to treat warnings as exceptions, or you can also just ignore them entirely. Here's some reading for you: https://docs.python.org/3/library/warnin...e-warnings

import warnings
warnings.filterwarnings("ignore", category=UserWarning, module='bs4')

Awesome, thanks :)
Reply


Messages In This Thread
Annoying BeautifulSoup user warning. - by MegasXLR - May-10-2018, 07:00 PM
RE: Annoying BeautifulSoup user warning. - by MegasXLR - May-14-2018, 06:04 PM
RE: Annoying BeautifulSoup user warning. - by buran - May-15-2018, 07:05 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020