Skip to content

Commit

Permalink
Remove html character from r18 label
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 12, 2020
1 parent f7de215 commit 6d9fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Javinizer/Private/Scraper.R18.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function Get-R18Label {
}
}

$label = $label -replace '\n', ' '
$label = Convert-HtmlCharacter -String ($label -replace '\n', ' ')

if ($label -eq '----') {
$label = $null
Expand Down

0 comments on commit 6d9fb7c

Please sign in to comment.