#pragma once

#include "torlinkc/sources/types.hpp"

namespace torlinkc {

// EZTV's JSON API. Ported from sources/eztv.ts. Note the source quirk this
// preserves: a non-empty query returns nothing -- EZTV's API has no search,
// so this always just returns the latest 100 torrents (browse-only).
Source eztvSource();

}  // namespace torlinkc
