Commit Graph
31 Commits
Author SHA1 Message Date
Maximilian Wagner 6b796c52ba Changed Readme 2023-08-05 15:46:59 +02:00
Maximilian Wagner 306d3b6c88 Alot of misc changes and fixes. Titles with a forward slash are now being corrected for insert in db. 2023-08-05 15:46:27 +02:00
Maximilian Wagner f6eb82ed6a Fixed downloads erroring out with private videos in playlist 2023-08-05 10:32:59 +02:00
Maximilian Wagner 7d18ab512b UI improvements 2023-08-05 01:52:50 +02:00
Maximilian Wagner a72c9eac39 Playlist deletion is now possible. Titles that are in multiple playlists get saved from doom. New utils out of necessity. 2023-08-05 00:35:46 +02:00
Maximilian Wagner 5191c15692 TIL that browsers resolve '..' before requesting from server. Seems like it was secure after all. But I still fixed problems with special characters in file location passed in request. 2023-08-04 20:59:52 +02:00
Maximilian Wagner 59bacdbe6d Patched arbitrary file system access vulnerability and visual changes 2023-08-04 20:45:25 +02:00
Maximilian Wagner 9953ef8aab Minor navbar adjustment 2023-08-03 16:59:55 +02:00
Maximilian Wagner 0f2b607e88 Switched from flask-bootstrap to standalone Bootstrap 5 and overhaul of UI 2023-08-03 16:57:57 +02:00
Maximilian Wagner d1489c134b removing now ignored .idea/ 2023-08-03 11:46:54 +02:00
Maximilian Wagner fe62dc94f0 Changed gitignore to ignore all in .idea 2023-08-03 11:45:32 +02:00
Maximilian Wagner 3ccbcb6ee1 Changed README 2023-08-03 11:35:46 +02:00
Maximilian Wagner cf9eaa45d8 Created port variable to make it foolproof. You never know. 2023-08-03 11:35:34 +02:00
Maximilian Wagner eb72d36285 Bugfix: zipping did not skip existing files when appending archive 2023-08-03 11:03:58 +02:00
Maximilian Wagner c03d0bd6d9 Download of Videos is now possible. Minor styling changes. 2023-08-03 10:50:16 +02:00
Maximilian Wagner 06bb8d22dd Changes in UI. Running downloads get listed on Index now. 2023-08-03 09:32:27 +02:00
Maximilian Wagner b3f49fcacf Merge branch 'main' of github.com:maxweigner/yt-mls 2023-08-03 00:56:20 +02:00
Maximilian Wagner 8f82b9f128 Created start script 2023-08-03 00:53:49 +02:00
Maximilian Wagner d739a321d4 Minor visual changes 2023-08-02 22:10:55 +02:00
Maximilian Wagner b4d37a1878 Removed unused requirement 2023-08-02 21:02:00 +02:00
Maximilian Wagner ea79c36e49 Milestone v1.0
All core functionality working as intended
2023-08-02 20:56:47 +02:00
Maximilian Wagner 0e8d6b9875 DB adjustments and def update_process 2023-08-02 19:38:11 +02:00
Maximilian Wagner 582332b8f7 Rearrangements, new route and minor changes 2023-08-02 19:07:33 +02:00
Maximilian Wagner ddf249cfe0 Alpha status reached.
Downloads get run in their own threads which are queued. Downloads of single files as well as zips of playlists are possible. Interaction with db has shown no problems.
2023-08-02 17:44:37 +02:00
Maximilian Wagner 9f292655b9 Working extraction of title and url of video and videos in channels / playlists 2023-07-31 14:01:34 +02:00
Maximilian Wagner 9929b34bdb Switched static labels and elements out for form.url and others 2023-07-30 14:07:00 +02:00
Maximilian Wagner 62ab798e7c Added working WTForm to get URL at /downloader 2023-07-30 13:59:11 +02:00
Maximilian Wagner 1f070ece5d Working list of songs in library 2023-07-29 23:22:48 +02:00
Maximilian Wagner ee47dcaf00 Added requirements.txt 2023-07-29 19:16:12 +02:00
Maximilian Wagner 93dac70c86 Basic structute built 2023-07-29 18:10:49 +02:00
Maximilian Wagner df98376456 Added auto-generated .gitignore 2023-07-29 10:31:45 +02:00