add random mode in browse and search
This commit is contained in:
parent
1bc9e35d83
commit
81a62cdca4
3 changed files with 46 additions and 4 deletions
|
@ -8,6 +8,7 @@ DIRECTORY = "directory"
|
|||
VDIR = "vdir"
|
||||
PREFIX = "subidy"
|
||||
SEARCH = "search"
|
||||
RANDOM = "random"
|
||||
|
||||
regex = re.compile(r"(\w+?):(\w+?)(?::|$)(.+?)?$")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue