mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-06-28 06:41:41 +00:00
chore: fix file formatting
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user