foxygit / Torlinkc Log in
commits tags

/include/torlinkc/sources/yts.hpp · 222 B

raw
#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