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 4ea239170e If multiple videos exist in one URL, a playlist will be auto generated
Removed tomp3 and tomp4 routes, replaced with /downloadFile

Simplified category->playlist conversion

Simplified playlist creation

Simplified file deletion

Playlist duration calculation is now done on the backend (categories uses this now too)

removeIDFromArchive moved from subscriptions->utils

Added plumbing to support type agnostic playlists
5 years ago
..
appdata Allows playlists to be categorized based on the first video that matches 6 years ago
audio
authentication If multiple videos exist in one URL, a playlist will be auto generated 5 years ago
subscriptions
test Migrated playlist and subscription (per video and sub-wide) video downloading functionality to new schema 5 years ago
video
.dockerignore
app.js If multiple videos exist in one URL, a playlist will be auto generated 5 years ago
categories.js If multiple videos exist in one URL, a playlist will be auto generated 5 years ago
config.js Allows playlists to be categorized based on the first video that matches 6 years ago
consts.js Allows playlists to be categorized based on the first video that matches 6 years ago
db.js If multiple videos exist in one URL, a playlist will be auto generated 5 years ago
entrypoint.sh Switched nodemon to foreverjs to hopefully enable restarting internally and fix runtime errors 5 years ago
package-lock.json Fixed backend security issues with several dependencies 5 years ago
package.json Added backend tests and made authentication more testable 5 years ago
subscriptions.js If multiple videos exist in one URL, a playlist will be auto generated 5 years ago
twitch.js Twitch chat now supports subscriptions 6 years ago
utils.js If multiple videos exist in one URL, a playlist will be auto generated 5 years ago