Video search plugin for SyncTube
1.2K
Video search plugin for SyncTube
user/res/js/custom.js file:'use strict';
const JsApi = client.JsApi;
JsApi.addPlugin('videosearch');
user/res/plugins/videosearch foldercd user/res/plugins/videosearchcurl -fsSLO https://raw.githubusercontent.com/ekrekeler/video-search/dev/index.js
curl -fsSLO https://raw.githubusercontent.com/ekrekeler/video-search/dev/style.css
docker run -d --name="video-search" ekrekeler/video-search
docker run -d --name="video-proxy" -v video-cache:/proxy-cache -p 8080:8080 \
-e "CACHE_SIZE=16g" -e "CACHE_AGE=1d" -e "SLICE_SIZE=1m" \
-e "AUTH_HOST=video-search" -e "AUTH_PORT=5000" ekrekeler/video-proxy
Now there should be a button in synctube that can search for (anime) videos and queue them into the player.
I have barely any experience with JavaScript. This plugin is basically a Frankenstein made of pieces from the octosubs and QSwitcher plugins. Thus, I do not plan on actively maintaining this. If you have an issue or an improvement to suggest, please create a pull request for it and I will see if I can merge it in.
Currently only searches anime sites using Anime Downloader. Really this wouldn't be possible without such an existing library that can scrape for video links. If you would the search to support other non-anime sites, you are welcome to fork this project and add your own integrations.
Content type
Image
Digest
Size
9.4 MB
Last updated
about 5 years ago
docker pull ekrekeler/video-proxy