mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-11-14 19:33:43 +00:00
Compare commits
3 Commits
fa43517b16
...
0.15.3
| Author | SHA1 | Date | |
|---|---|---|---|
| cdbb9d9aa5 | |||
| 2d6445447b | |||
| 57e65e1901 |
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
version := "0.15.4"
|
||||
version := "0.15.3"
|
||||
|
||||
Reference in New Issue
Block a user