#pragma once

#include "torlinkc/sources/types.hpp"

namespace torlinkc {

// YTS movie torrents via its JSON API (tried across 3 mirror hosts). Ported
// from sources/yts.ts.
Source ytsSource();

}  // namespace torlinkc
