#pragma once

#include "torlinkc/sources/types.hpp"

namespace torlinkc {

// Nyaa.si via its RSS feed (custom nyaa:-namespaced tags, not the shared
// WordPress RSS parser). Ported from sources/nyaa.ts.
Source nyaaSource();

}  // namespace torlinkc
