kristofdho
childNodes.toSequence() .map { yearPattern.matcher(it.attr("href").trim()) }.firstOrNull { it.find() }?.group("year")