From 7162226eff34e085c17f109bf630db0b75c2d5cb Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Sun, 5 Mar 2017 09:48:09 -0500 Subject: [PATCH] updated to include .h files --- src/Scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Scraper.py b/src/Scraper.py index 3889654..7439ff2 100644 --- a/src/Scraper.py +++ b/src/Scraper.py @@ -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