RblSb / SyncTube

Synchronized video viewing with chat and other features (one-channel web service)
MIT License
247 stars 52 forks source link

FR: Support adding/removing videos using JsApi #24

Closed ekrekeler closed 3 years ago

ekrekeler commented 3 years ago

Title says it all. I'm writing a plugin that would perform a search and add selected videos to the queue. Right now the actual functions that handle adding videos are private in the Main class, and they are not added to JsApi.

How feasible is this?