Skip to content

Commit 23f6f09

Browse files
committed
Merge branch 'master' of github.com:JessicaTegner/pypandoc
2 parents 9543de0 + 06d0134 commit 23f6f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypandoc/pandoc_download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _get_pandoc_urls(version="latest"):
5858
# regex for the binaries
5959
uname = platform.uname()[4]
6060
processor_architecture = "arm" if uname.startswith("arm") or uname.startswith("aarch") else "amd"
61-
regex = re.compile(r"/jgm/pandoc/releases/download/.*(?:"+processor_architecture+r"|x86|mac).*\.(?:msi|deb|pkg)")
61+
regex = re.compile(r"/jgm/pandoc/releases/download/.*(?:"+processor_architecture+"|x86|mac).*\\.(?:msi|deb|pkg)")
6262
# a list of urls to the binaries
6363
pandoc_urls_list = regex.findall(content.decode("utf-8"))
6464
# actual pandoc version

0 commit comments

Comments
 (0)