ExtractRule.java

package net.sasasin.sreader.domain;

public record ExtractRule(String id, String urlPattern, String extractRule) {}