Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -472,7 +472,7 @@ class PaperDownloader:
|
|
472 |
downloaded_links = []
|
473 |
|
474 |
# Download PDFs
|
475 |
-
for doi in tqdm(dois, desc="Downloading papers")
|
476 |
try:
|
477 |
# Try to download with multiple methods with retries
|
478 |
pdf_content = self.download_with_retry(doi)
|
|
|
472 |
downloaded_links = []
|
473 |
|
474 |
# Download PDFs
|
475 |
+
for doi in tqdm(dois, desc="Downloading papers"):
|
476 |
try:
|
477 |
# Try to download with multiple methods with retries
|
478 |
pdf_content = self.download_with_retry(doi)
|