Skip to content

Commit 50850f2

Browse files
made a few changes
1 parent aca1fd4 commit 50850f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: automation/xkcddownloader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
res = requests.get(url)
1818
res.raise_for_status()
1919

20-
soup = bs4.BeautifulSoup(res.text)
20+
soup = bs4.BeautifulSoup(res.text, 'lxml')
2121
#TODO: Find url to next page
2222

2323
comicElem = soup.select('#comic img')

0 commit comments

Comments
 (0)