mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2026-01-11 20:13:40 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af7a92af35 | |||
| 4c05ceefcd | |||
| fa43517b16 | |||
| 77e99439e7 | |||
| c9eb311cfe |
@ -12,5 +12,5 @@ trait ValidatorHelper {
|
||||
|
||||
object ValidatorHelper {
|
||||
|
||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./? ")
|
||||
final val VALID_CHARACTERS = HashSet.from("!@#$%^&*()-_=+;:',./?| ")
|
||||
}
|
||||
|
||||
@ -50,7 +50,7 @@ class BisProvider(context: ActorContext[BiSProviderMessage])
|
||||
private def get(link: String, job: Job): Future[Seq[Piece]] =
|
||||
try {
|
||||
val url = Uri(link)
|
||||
val id = Paths.get(link).normalize.getFileName.toString
|
||||
val id = Paths.get(link).normalize.getFileName.toString
|
||||
|
||||
val parser =
|
||||
if (url.authority.host.address().contains("etro")) Etro
|
||||
@ -90,6 +90,5 @@ object BisProvider {
|
||||
case "ringleft" | "fingerl" => "left ring"
|
||||
case "ringright" | "fingerr" => "right ring"
|
||||
case "weapon" | "head" | "body" | "hand" | "hands" | "legs" | "feet" | "ears" | "neck" | "wrist" | "wrists" => key
|
||||
case "hand" => "hands"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
version := "0.15.1"
|
||||
version := "0.15.5"
|
||||
|
||||
Reference in New Issue
Block a user