diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md
index f02030c..73b112f 100644
--- a/.github/CHANGELOG.md
+++ b/.github/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [2.5.9]
+
+### Fixed
+
+- Fixed R18/DMM URL scraper due to changed R18 search HTML
+
## [2.5.8]
### Added
diff --git a/src/Javinizer/Javinizer.psd1 b/src/Javinizer/Javinizer.psd1
index 208e920..6ad6fab 100644
--- a/src/Javinizer/Javinizer.psd1
+++ b/src/Javinizer/Javinizer.psd1
@@ -13,7 +13,7 @@
# Version number of this module.
- ModuleVersion = '2.5.8'
+ ModuleVersion = '2.5.9'
# Supported PSEditions
# CompatiblePSEditions = @('Core')
diff --git a/src/Javinizer/Public/Get-R18Url.ps1 b/src/Javinizer/Public/Get-R18Url.ps1
index d351736..cd7a9fe 100644
--- a/src/Javinizer/Public/Get-R18Url.ps1
+++ b/src/Javinizer/Public/Get-R18Url.ps1
@@ -50,7 +50,7 @@ function Get-R18Url {
[PSCustomObject]@{
Id = (($_ -split '')[1] -split '<\/dt>')[0]
- Url = (($_ -split '')[0]
+ Url = (($_ -split '')[1] -split '<\/dt>')[0]
- Url = (($_ -split '')[0]
+ Url = (($_ -split '