mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-10 07:42:19 -05:00
[PR #510] [CLOSED] nicovideo.jp support #1179
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/510
Author: @synzr
Created: 5/21/2024
Status: ❌ Closed
Base:
main← Head:support/niconico📝 Commits (10+)
c121965wip(niconico): service addedc06fac0wip: untested implementation449ee1dwip: tested implementation but broken streamcf74d22Merge branch 'imputnet:current' into support/niconicocadbeefwip: two m3u services filter -> isM3UService function60f9f99feat: nicovideo guest implementation6524d4dimprovement: filenameAttributes and quality picker in nicovideof956af0improvement: isAudioOnly support in nicovideo2d8bb1dimprovement: better error handling in nicovideod39fd06fix: video length check in nicovideo📊 Changes
9 files changed (+268 additions, -6 deletions)
View changed files
📝
src/modules/processing/match.js(+9 -0)📝
src/modules/processing/matchActionDecider.js(+1 -0)➕
src/modules/processing/services/nicovideo.js(+197 -0)📝
src/modules/processing/servicesConfig.json(+7 -0)📝
src/modules/processing/servicesPatternTesters.js(+4 -0)📝
src/modules/stream/manage.js(+2 -3)📝
src/modules/stream/shared.js(+7 -1)📝
src/modules/stream/types.js(+2 -2)📝
src/test/tests.json(+39 -0)📄 Description
progress
implement it with account requirement (not necessary)closes #60
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.