Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/puemos/hls-downloader

Web Extension for sniffing and downloading HTTP Live streams (HLS)
https://github.com/puemos/hls-downloader

chrome chrome-extension clean-architecture hacktoberfest hls hls-downloader hls-stream react redux redux-observable styled-components web-extension

Last synced: 3 days ago
JSON representation

Web Extension for sniffing and downloading HTTP Live streams (HLS)

Awesome Lists containing this project

README

        

### Before you fork...

If you are looking for a template, check out this repo: https://github.com/puemos/browser-extension-template

---


Capture and download HTTP Live streams (HLS) from your browser


This extension is completely free and published under the MIT license.




**Table of Contents**

- [Get it](#get-it)
- [Firefox](#firefox)
- [Microsoft Edge](#microsoft-edge)
- [Google](#google)
- [Build](#build)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Contributor Covenant Code of Conduct](#contributor-covenant-code-of-conduct)
- [License](#license)


## Get it

### Firefox


Firefox

### Microsoft Edge


Microsoft Edge

### Google

Google just removed the extension from the store due to a claim

> Globo Comunicação e Participações SA informs that the denounced extension is practicing and/or supporting the practice of illegal activities related to Globo's Copyright Law. This extension allows full and high resolution downloads of Globo content from the Globoplay streaming platform. The disclosure and sale of clandestine services puts the safety of consumers at risk and contributes to organized crime.

## Build

1. Clone the repo
2. Ensure you have node, npm installed
3. Run `sh ./scripts/build.sh`
4. Raw files will be at `./src/extension/dist/`
5. The zip will be in `./extension-archive.zip`

## Installation

1. Download the `hls-downloader.crx` file from the latest release (https://github.com/puemos/hls-downloader/releases)
2. Open `chrome://extensions/`
3. Enable `Developer mode`
4. Drop the `hls-downloader.crx` file into the page
5. Enjoy :)

## Usage

TODO: Write usage instructions

## Contributing

[Contributing guideline](./CONTRIBUTING.md)

`TL;DR`

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Contributor Covenant Code of Conduct

[Code of Conduct guideline](./CODE_OF_CONDUCT.md)

## License

The MIT License (MIT)

Copyright (c) 2024 Shy Alter

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.