Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit e6f245c

Browse files
committed
Merge branch 'release/4.0.0' into develop
2 parents 715b60e + b8fa2ad commit e6f245c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/dermatologist/nlp-qrmine/tree/HEAD)
3+
## [3.9.0](https://github.com/dermatologist/nlp-qrmine/tree/3.9.0) (2024-11-10)
44

5-
[Full Changelog](https://github.com/dermatologist/nlp-qrmine/compare/3.8.4...HEAD)
5+
[Full Changelog](https://github.com/dermatologist/nlp-qrmine/compare/3.8.4...3.9.0)
66

77
**Closed issues:**
88

src/qrmine/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self):
1111
def read_covid_narratives(output_folder):
1212
os.makedirs(output_folder, exist_ok=True)
1313
for doc_count in range(1, 115):
14-
url = f"https://covidstories.omeka.net/items/show/{doc_count}"
14+
url = f"https://root-url-here/items/show/{doc_count}"
1515
html = requests.get(url).text
1616
# Extract <a class="download-file" href
1717
pattern = r'<a class="download-file" href="(.*?)">'

0 commit comments

Comments
 (0)