Horrible name for a beautiful app. Allows users to ditch the browser and view their videos in a better UI.
No binary distributions will be created until a stable v 1.0.0 release.
To run the developer version, clone the repository and run npm install
to install dependencies. Assuming you have electron installed, cd PATH/TO/CLONED/REPO
and run electron .
Below is a non comprehensive set of goals I have created for myself. I will work on them individually, the first couple will be the part of version 1.0.0.
- Add basic file viewing [CURRENT]
- Improve video binge watching
- Add protocol capturing to capture links so users can fetch files easily
- Allow for downloading of files with pause/resume functionality
- Fix horrible zipping mechanisms of the original app by adding alternative batch download functionality
Fork the repository and feel free to send me pull requests. If you have version breaking changes, please make an issue first and let me know what you are planning to do. I might be able to accommodate such change.
Licensed under MIT (C) 2015 Bhargav R. Patel.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.