From 478cc39f2c7bd007ac7c4ce1a5de95da46ccdaae Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 19 Nov 2016 19:44:13 -0500 Subject: bux fix --- app/utils/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/utils') diff --git a/app/utils/widgets.py b/app/utils/widgets.py index 3309978..104fcdf 100644 --- a/app/utils/widgets.py +++ b/app/utils/widgets.py @@ -162,7 +162,7 @@ def parse_image(s): def parse_video(s): - soup = BeautifulSoup(s.group(), "lxml") + soup = BeautifulSoup(s, "lxml") if soup.find('video'): return True return False -- cgit v1.2.3