Pipe characters in file names
This commit is contained in:
parent
5966c45bce
commit
6df078b8e2
2
THANKS
2
THANKS
@ -4,6 +4,8 @@ Elias Torres - FOAF OnlineAccounts
|
|||||||
Jacques Distler - Template patches
|
Jacques Distler - Template patches
|
||||||
Michael Koziarski - HTTP Auth fix
|
Michael Koziarski - HTTP Auth fix
|
||||||
Brian Ewins - Win32 / Portalocker
|
Brian Ewins - Win32 / Portalocker
|
||||||
|
Joe Gregorio - Invoke same version of Python for filters
|
||||||
|
Harry Fuecks - Pipe characters in file names
|
||||||
|
|
||||||
This codebase represents a radical refactoring of Planet 2.0, which lists
|
This codebase represents a radical refactoring of Planet 2.0, which lists
|
||||||
the following contributors:
|
the following contributors:
|
||||||
|
@ -11,7 +11,7 @@ import planet, config, feedparser, reconstitute, shell
|
|||||||
|
|
||||||
# Regular expressions to sanitise cache filenames
|
# Regular expressions to sanitise cache filenames
|
||||||
re_url_scheme = re.compile(r'^\w+:/*(\w+:|www\.)?')
|
re_url_scheme = re.compile(r'^\w+:/*(\w+:|www\.)?')
|
||||||
re_slash = re.compile(r'[?/:]+')
|
re_slash = re.compile(r'[?/:|]+')
|
||||||
re_initial_cruft = re.compile(r'^[,.]*')
|
re_initial_cruft = re.compile(r'^[,.]*')
|
||||||
re_final_cruft = re.compile(r'[,.]*$')
|
re_final_cruft = re.compile(r'[,.]*$')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user