bump version, changelog, hide merged sources

This commit is contained in:
Rani Sargees
2020-02-15 00:28:48 -05:00
committed by Jobobby04
parent cc6c1b5641
commit df6cafd6d1
3 changed files with 9 additions and 6 deletions
@@ -93,9 +93,9 @@ class HitomiSearchMetadata: RaisedSearchMetadata() {
const val BASE_URL = "https://hitomi.la"
fun hlIdFromUrl(url: String)
= url.split('/').last().substringBeforeLast('.')
= url.split('/').last().split('-').last().substringBeforeLast('.')
fun urlFromHlId(id: String)
= "$BASE_URL/galleries/$id.html"
}
}
}