Skip to content

Commit

Permalink
fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 25, 2023
1 parent d7db630 commit be0372e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ class BillaProductsExtractor : UrlProductsExtractor {
"Супер цена".toRegex(IGNORE_CASE),
"(?<=МУЛТИ ПАК.+)\\d+(х|x)".toRegex(IGNORE_CASE),
"МУЛТИ ПАК (\\d+\\+\\d+)?".toRegex(IGNORE_CASE),
"(\\d+(х|x)\\s*)?Цена\\s+за\\s+\\d+\\s*бр\\.\\s*((без|с)\\s+отстъпка)?\\s*(\\d|\\.|,)+\\s*лв\\.".toRegex(
IGNORE_CASE
)
"(\\d+(х|x)\\s*)?Цена\\s+за\\s+\\d+\\s*бр\\.\\s*((без|с)\\s+отстъпка)?\\s*(\\d|\\.|,)+\\s*лв\\."
.toRegex(IGNORE_CASE)
)

private val regexesToDeleteBilla =
Expand Down

0 comments on commit be0372e

Please sign in to comment.