Commit Graph

343 Commits (a89787698be11b74b0e719167a8474e4bcedad5c)
 

Author SHA1 Message Date
Isaac Grynsztein f6b7c41666 fixed router outlet in sidenav
subscription settings implemented
5 years ago
Tzahi12345 3d1874c69b
Merge pull request #22 from Tzahi12345/subscribe_to_channel_and_playlist
Adds the ability to subscribe to channels and playlists
5 years ago
Tzahi12345 ccfe7901c9
Merge branch 'master' into subscribe_to_channel_and_playlist 5 years ago
Tzahi12345 17e85196ae
Merge pull request #21 from Tzahi12345/settings
Add settings page
5 years ago
Isaac Grynsztein ae605d5f70 Added ability to set config from settings
theme slide toggle is now in top right menu
5 years ago
Isaac Grynsztein e57839e8de updated .gitignore 5 years ago
Isaac Grynsztein 09bcac1c14 added settings 5 years ago
Isaac Grynsztein f5073b83ed subscriptions without names will not have files retrieved any longer 5 years ago
Isaac Grynsztein 41bfc80c4e fixed bug in retrieving videos for subscription when name was not present 5 years ago
Isaac Grynsztein 3d2e138f50 updated chrome extension 5 years ago
Isaac Grynsztein 717f024c42 updated .gitignore 5 years ago
Isaac Grynsztein a70abb3945 added basic subscriptions support for playlists and channels
update youtube-dl binary on windows

updated favicon to the new icon
5 years ago
Isaac Grynsztein a755b0b281 fixed bug that prevented custom quality path from working 5 years ago
Isaac Grynsztein 434f6751d0 added releases to repo (will only include latest release) 5 years ago
Isaac Grynsztein dfecf3645b updated README
renamed chrome extension
5 years ago
Isaac Grynsztein 62a000b631 fixed bug where custom paths failed to stream 5 years ago
Isaac Grynsztein 2673f4ee98 updated README 5 years ago
Tzahi12345 a8d2e1d890
Merge pull request #12 from Tzahi12345/serve-nodejs
Serve frontend app through nodejs
5 years ago
Isaac Grynsztein 0511996b26 fixed margins on advanced mode UI and temporarily disabled youtube auth until youtube-dl fixes it
advanced mode inputs now get saved in cookies

fixed bug in UI where delete button was missing by making it more mobile-friendly
5 years ago
Isaac Grynsztein f29a29bf2f fixed bug that prevented custom args from working 5 years ago
Isaac Grynsztein 24d4107311 Clarified old config in README 5 years ago
Isaac Grynsztein a46f9c37c6 fixed bug where old config item was fetched 5 years ago
Isaac Grynsztein 2b1c68bad0 update docker-compose and dockerfile 5 years ago
Isaac Grynsztein e2d23404ce removed unused variable 5 years ago
Isaac Grynsztein db208ed55e Updated README to reflect changes in the config 5 years ago
Isaac Grynsztein b87a9f1e2f fixed bug where playlist titles included their relative path 5 years ago
Tzahi12345 a1ac1e450d
Merge pull request #11 from Tzahi12345/auth-params
Add the ability to use youtube authentication
5 years ago
Tzahi12345 6764ea6c3b
Merge pull request #10 from Tzahi12345/url_params
Add URL params home page
5 years ago
Isaac Grynsztein 8a52020186 resized favicon 5 years ago
Isaac Grynsztein 695b836852 added url params on home page to auto download content
created chrome extension to facilitate this feature
5 years ago
Isaac Grynsztein 71d7c30032 updated backend to support youtube auth
frontend now support youtube auth as well
5 years ago
Isaac Grynsztein 5ca4f036c7 fixed bug where if multi mode was enabled, click on file card URLs didn't work 5 years ago
Isaac Grynsztein 1ffe61f01f removed path-base and updated docker-compose.yml & README 5 years ago
Isaac Grynsztein 5e331b9ffa config settings now just have url and port
fixed bug where multi download mode would not allow file card link clicking
5 years ago
Isaac Grynsztein 09bdae90e2 refactored code so node.js serves the angular app, and all the backend routes are prepended with /api/
nodejs now compressed requests
5 years ago
Isaac Grynsztein 37cc8f4fe1 fixed error in docker compose 5 years ago
Isaac Grynsztein 925e083b8d added new config settings to README 5 years ago
Isaac Grynsztein 6dc42278c4 updated docker-compose to new youtubedl-material version number 5 years ago
Isaac Grynsztein 12c227badb temporarily disabled advanced mode until further testing 5 years ago
Isaac Grynsztein 181a9f842c fixed bug where downloading files failed if the name had to be encoded 5 years ago
Isaac Grynsztein b79d801c0f Added support for custom arguments and custom output patch 5 years ago
Isaac Grynsztein fc3691336d added allow multi download mode setting frontend implementation 5 years ago
Isaac Grynsztein bcd879ebc8 added multiple download support
lazy loaded images now reload after a new download
5 years ago
Isaac Grynsztein b646db4828 Added the ability to cancel downloads
Audio only checkbox now disabled when downloading

Laid the groundwork for multiple simulataneous downloads
5 years ago
Isaac Grynsztein 426d52e359 fixed tabindex ordering of file cards (delete came before url) 5 years ago
Isaac Grynsztein 17199dd9c0 Updated readme 5 years ago
Isaac Grynsztein c680c2827b reworded docker steps 5 years ago
Isaac Grynsztein 2dbf8d31f7 Updated docker info in readme 5 years ago
Isaac Grynsztein a3753e557c Updated docker instructions 5 years ago
Isaac Grynsztein ec80abdc8e Updated readme.md to include docker steps 5 years ago