Skip to content

Commit

Permalink
Fix hardcoded URL (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni authored Oct 25, 2023
1 parent 62dba5a commit 490280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_wikipedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
sys.exit(1)


DUMP_URL = "https://dumps.wikimedia.org/simplewiki/{date}/{lang}wiki-{date}-pages-articles-multistream.xml.bz2"
DUMP_URL = "https://dumps.wikimedia.org/{lang}wiki/{date}/{lang}wiki-{date}-pages-articles-multistream.xml.bz2"
LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.INFO)

Expand Down

0 comments on commit 490280a

Please sign in to comment.