Removed Emily Willis tag photos, inappropriate after incident.

This commit is contained in:
DebaucheryLibrarian
2025-12-13 03:04:04 +01:00
parent 18dcbfdb40
commit 3a933af347
2 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ async function fetchLatest(channel, page = 1) {
}
async function fetchLatestApi(channel, page = 1, { parameters }) {
// JSON API doesn't return poster images, CSV API doesn't have pagination
// JSON API doesn't return poster images, CSV API doesn't have pagination. UPDATE: requested and received both, yet to test
const res = await http.get(`${parameters.apiAddress}/affiliates?site_id=${parameters.siteId}&page=${page}`, {
headers: {
Authorization: `Bearer ${config.apiKeys[parameters.apiKey]}`,