chore: add .oga to anthem files to download
This commit is contained in:
@@ -24,5 +24,5 @@ class WikipediaCountryScraperFilesPipeline(FilesPipeline):
|
||||
if isinstance(flag_filename, re.Match):
|
||||
if (filename := flag_filename[1]).endswith(".svg"):
|
||||
return f"files/flags/{filename}"
|
||||
elif filename.endswith(".ogg"):
|
||||
elif filename.endswith(".ogg") or filename.endswith("oga"):
|
||||
return f"files/anthems/{filename}"
|
||||
|
||||
Reference in New Issue
Block a user