From 46c55e92887b799f63f03748e7563e4ff9414de2 Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Mon, 26 Jun 2017 22:24:58 -0400 Subject: [PATCH] moved to --- src/{ => CSE 260}/ScraperV1.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/{ => CSE 260}/ScraperV1.py (93%) diff --git a/src/ScraperV1.py b/src/CSE 260/ScraperV1.py similarity index 93% rename from src/ScraperV1.py rename to src/CSE 260/ScraperV1.py index a1c8bed..2081a1c 100644 --- a/src/ScraperV1.py +++ b/src/CSE 260/ScraperV1.py @@ -1,7 +1,7 @@ ############################# -##Project Site 'Cyclone" Scraper v2 -##This thing Scrapes everthing from the CSE 232 site Videos, Worksheets, Lecture Notes, and Project Files -##You need to supply your CSE user name and Password +##Project Site 'Cyclone" Scraper v1 +##This thing Scrapes everthing from the CSE 260 Lecture Notes, Sample tests, and Homework assignments +##You need to supply theE 260 user name and Password ############################# ################################################################################################################ @@ -176,4 +176,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()