Skip to content

Commit a7c5082

Browse files
Update CFAPracticeProblems
1 parent d0191e6 commit a7c5082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CFAPracticeProblems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ with requests.Session() as s:
6262
title = subReading['title']
6363
#title = " ".join(re.findall("[a-zA-Z]+", title))
6464
print('Now Scraping Reading: %s' % title)
65-
# Grabbing all of the blue boxes which are denoted by "figure" in the HTML
65+
# Grabbing the practice problems which are denoted by "chap(chapter)-ProbsAndSolutions"
6666
eoc = soupReading.find("section", {'id': re.compile('chap\d{1,2}-ProbsAndSolutions')})
6767
if eoc is not None:
6868
readingFile = open('%s.html' % title, 'wb')

0 commit comments

Comments
 (0)