You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YoutubeDL-Material/backend
Isaac Abadi a11445b80d Added backend tests and made authentication more testable 5 years ago
..
appdata Allows playlists to be categorized based on the first video that matches 5 years ago
audio
authentication Added backend tests and made authentication more testable 5 years ago
subscriptions
test Added backend tests and made authentication more testable 5 years ago
video
.dockerignore
app.js Simplified streaming and file deletion functions 5 years ago
categories.js Fixed bug where categories selection logic had an out of range exception 5 years ago
config.js Allows playlists to be categorized based on the first video that matches 5 years ago
consts.js Allows playlists to be categorized based on the first video that matches 5 years ago
db.js Refactored player component to utilize uids instead of fileNames to improve maintainability, consistency, and reliability 5 years ago
entrypoint.sh Switched nodemon to foreverjs to hopefully enable restarting internally and fix runtime errors 5 years ago
package-lock.json Added backend tests and made authentication more testable 5 years ago
package.json Added backend tests and made authentication more testable 5 years ago
subscriptions.js Subscription videos being downloaded will get registered into the database as they are added to avoid having to wait until the subscription completes 5 years ago
twitch.js
utils.js