bugfix trials
This commit is contained in:
parent
05d8508321
commit
23b972a6dd
2 changed files with 8 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ MIME_TYPE = magic.Magic(mime=True)
|
|||
|
||||
ignore = Ignore()
|
||||
|
||||
PATTERN_TAG = re.compile(r"(?P<name>.+?)(?P<hashes>\#.+)*\.(?P<ext>.+)")
|
||||
PATTERN_TAG = re.compile(r"(?P<name>.+?)(?P<hashes>\#.+)*\.(?P<ext>.{1,4}$)")
|
||||
PATTERN_TAG_FOLDER = re.compile(r"(?P<name>.+?)(?P<hashes>\#.+)\/(?P<file>.+)")
|
||||
|
||||
def caption(image):
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
.DS_Store
|
||||
about.html
|
||||
about_en.html
|
||||
hello.txt
|
||||
home.html
|
||||
index.html
|
||||
|
|
@ -13,6 +14,9 @@ style.css
|
|||
main.js
|
||||
.+.alt
|
||||
events
|
||||
human
|
||||
tech
|
||||
environment
|
||||
hash_human
|
||||
hash_tech
|
||||
hash_environment
|
||||
/여기에_대해_about_here/
|
||||
/어떤_파일을_넣을까/
|
||||
/process/
|
||||
|
|
|
|||
Loading…
Reference in a new issue