Skip to content

Commit

Permalink
updated to include .h files
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1337 authored Mar 5, 2017
1 parent 5051538 commit 7162226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
correctRelativeURL.append(item)

for item in links:
if (".txt" in item or ".pdf" in item or ".cpp" in item):
if (".txt" in item or ".pdf" in item or ".cpp" in item or ".h" in item):
correctCompletedURL.append(item)

#looping through the links, downloading files
Expand Down

0 comments on commit 7162226

Please sign in to comment.