ronald
commited on
Commit
·
548eda4
1
Parent(s):
584333d
initial commit
Browse files- scitechnews.py +1 -1
scitechnews.py
CHANGED
@@ -109,7 +109,7 @@ class SciTechNews(datasets.GeneratorBasedBuilder):
|
|
109 |
# dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLs
|
110 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
111 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
112 |
-
urls_to_download =
|
113 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
114 |
|
115 |
return [
|
|
|
109 |
# dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLs
|
110 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
111 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
112 |
+
urls_to_download = _URLs
|
113 |
downloaded_files = dl_manager.download_and_extract(urls_to_download)
|
114 |
|
115 |
return [
|