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()