![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
YouCube has a some public servers, which you can use if you don't want to host your own server.
The client has the public servers set by default, so you can just run the client, and you're good to go.
Moor Information about the servers can be seen on the doc.
You can install the required packages with pip by running:
pip install -r src/requirements.txt
python src/youcube.py
Environment variables you can use to configure the server:
Variable | Default | Description |
---|---|---|
HOST | 127.0.0.1 | The host where the web server runs on. |
PORT | 5000 | The port where the web server should run on |
FFMPEG_PATH | ffmpeg | Path to the FFmpeg executable |
SANJUUNI_PATH | sanjuuni | Path to the Sanjuuni executable |
NO_COLOR | False | Disable colored output |
LOGLEVEL | DEBUG | Python Log level of the main logger |
DISABLE_OPENCL | False | Disables sanjuuni GPU acceleration |
NO_FAST | False | Disable Sanic worker processes maximization |
SPOTIPY_CLIENT_ID | The Client ID from your spotify application | |
SPOTIPY_CLIENT_SECRET | The Client Secret from your spotify application | |
DATA_CACHE_CLEANUP_INTERVAL | 300 | Time interval (in seconds) for the data cache cleaner to wait before checking for outdated cache entries. |
DATA_CACHE_CLEANUP_AFTER | 3600 | Time threshold (in seconds) for considering a cache entry outdated. Cache entries older than this will be removed. |
And Sanic Builtin values.
version: "2.0"
services:
youcube:
image: ghcr.io/cc-youcube/youcube:latest
restart: always
hostname: youcube
ports:
- 5000:5000
FAQs
A server which provides a WebSocket API for YouCube clients
We found that youcube-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.