mxml is now hosted on GitHub.
This commit is contained in:
Michael Kuhn
2017-03-31 20:41:08 +02:00
committed by Adam J. Stewart
parent 343f3b2fde
commit 0d421137f4
2 changed files with 6 additions and 2 deletions

View File

@@ -370,6 +370,7 @@ def parse_name_offset(path, v=None):
(r'/([^/]+)/(tarball|zipball)/', path),
(r'/([^/]+)[_.-](bin|dist|stable|src|sources)[_.-]%s' % v, path),
(r'github.com/[^/]+/([^/]+)/archive', path),
(r'github.com/[^/]+/([^/]+)/releases', path),
(r'[^/]+/([^/]+)/repository/archive', path), # gitlab
(r'([^/]+)/download.php', path),