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 Grynsztein a9f197e46d Updated logs viewer component
- now by default last 50 lines are showed
- added copy to clipboard button
- added loading spinner to indicate to users when the logs are loading

app.get('/api/logs') is now app.post to allow for additional parameters (such as lines to retrieve)
5 years ago
..
appdata Added new setting to force a safe download (removes features like progress bar) 5 years ago
audio updated gitignores 5 years ago
authentication Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into player-improvements 5 years ago
public Updated logs viewer component 5 years ago
subscriptions Added subscription folders to repo 5 years ago
video updated gitignores 5 years ago
.dockerignore Don't copy Docker related files into image 5 years ago
Dockerfile Made additional cleanups as per recs by SuperSandro 5 years ago
app.js Updated logs viewer component 5 years ago
config.js Fixed bug in globalArgsRequiresSafeDownload function 5 years ago
consts.js Removing extra white spaces 5 years ago
db.js Deleting a file will now delete its downloaded thumbnail as well 5 years ago
docker-compose.yml Updated docker-compose.yml to support multi-user mode 5 years ago
entrypoint.sh Fix variable expansion 5 years ago
package-lock.json Implemented cookies upload dialog and the ability to "enable cookies" to hopefully circumvent 429 errors 5 years ago
package.json Updated logs viewer component 5 years ago
subscriptions.js Deleting a file will now delete its downloaded thumbnail as well 5 years ago
utils.js Deleting a file will now delete its downloaded thumbnail as well 5 years ago