Update Scraper.py
Browse files- Scraper.py +1 -0
Scraper.py
CHANGED
|
@@ -28,6 +28,7 @@ def download_loc(link):
|
|
| 28 |
with open(name, 'wb') as f:
|
| 29 |
for chunk in r.iter_content(chunk_size=1024):
|
| 30 |
f.write(chunk)
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
def slip_pipeline(year):
|
|
|
|
| 28 |
with open(name, 'wb') as f:
|
| 29 |
for chunk in r.iter_content(chunk_size=1024):
|
| 30 |
f.write(chunk)
|
| 31 |
+
print(os.listdir('PDF Cases/' + foldername))
|
| 32 |
|
| 33 |
|
| 34 |
def slip_pipeline(year):
|