mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-21 05:40:27 -05:00
[PR #495] [MERGED] api: major spring cleaning #10060
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/495
Author: @wukko
Created: 5/15/2024
Status: ✅ Merged
Merged: 5/16/2024
Merged by: @wukko
Base:
current← Head:cleanup📝 Commits (10+)
ae91f8bapi: move url extraction to url modulec195859url: only export functions that are used externallyc5c3682api: get rid of getJSON0a7cdfbmatch: remove redundanturlargumentc100121api: refactor /api/json POST handlercc6345fapi: move request functions to separate filedd77835request: add missing critical error13524a4utils: clean up98e0536api: raw stream status responses, clean up corec267888loadFromFs: clean up📊 Changes
34 files changed (+590 additions, -557 deletions)
View changed files
📝
docs/run-an-instance.md(+8 -5)📝
src/config.json(+0 -2)📝
src/core/api.js(+146 -124)📝
src/localization/languages/en.json(+3 -2)📝
src/localization/languages/ru.json(+1 -1)➖
src/modules/api.js(+0 -33)📝
src/modules/config.js(+14 -6)📝
src/modules/processing/match.js(+34 -17)📝
src/modules/processing/matchActionDecider.js(+14 -14)➕
src/modules/processing/request.js(+162 -0)📝
src/modules/processing/services/bilibili.js(+6 -6)📝
src/modules/processing/services/dailymotion.js(+3 -3)📝
src/modules/processing/services/ok.js(+14 -6)📝
src/modules/processing/services/pinterest.js(+4 -4)📝
src/modules/processing/services/reddit.js(+15 -11)📝
src/modules/processing/services/rutube.js(+4 -4)📝
src/modules/processing/services/soundcloud.js(+15 -12)📝
src/modules/processing/services/streamable.js(+4 -1)📝
src/modules/processing/services/twitch.js(+7 -5)📝
src/modules/processing/services/vimeo.js(+27 -15)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.