
committed by
Adam J. Stewart

parent
343f3b2fde
commit
0d421137f4
@@ -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),
|
||||
|
||||
|
Reference in New Issue
Block a user