livinNector commited on
Commit
503dc18
1 Parent(s): a608595

changed lang in url

Browse files
Files changed (1) hide show
  1. wikipedia.py +1 -1
wikipedia.py CHANGED
@@ -872,7 +872,7 @@ CAT_ALIASES = {
872
  "zh-yue": ["分类", "分類", "类", "類"],
873
  }
874
 
875
- _BASE_URL_TMPL = "https://dumps.wikimedia.org/{lang}wiki/{date}/"
876
  _INFO_FILE = "dumpstatus.json"
877
 
878
 
 
872
  "zh-yue": ["分类", "分類", "类", "類"],
873
  }
874
 
875
+ _BASE_URL_TMPL = "https://dumps.wikimedia.org/{lang}/{date}/"
876
  _INFO_FILE = "dumpstatus.json"
877
 
878