All Projects → puemos → hls-downloader

puemos / hls-downloader

Licence: MIT License
Web Extension for sniffing and downloading HTTP Live streams (HLS)

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to hls-downloader

Hls Downloader Web Extension
Web Extension for sniffing and downloading HTTP Live streams (HLS)
Stars: ✭ 510 (-38.85%)
Mutual labels:  redux-observable, styled-components, hls, clean-architecture
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (-90.77%)
Mutual labels:  redux-observable, styled-components
tms
tms(toy media server) is a toy media server for myself learning media develop. Just for fun.
Stars: ✭ 29 (-96.52%)
Mutual labels:  hls, hls-stream
cassandra-nginx-cdn
Some config files and POC code to use Apache Cassandra as distributed storage for HLS chunks accross multiple datacenters and scripts for converting/transcoding UDP MPEG-TS to HLS and vice versa. The idea is take from Globo.com’s Live Video Platform for FIFA World Cup ’14.
Stars: ✭ 24 (-97.12%)
Mutual labels:  hls, hls-stream
orcanode
Software for live-streaming and recording lossy or lossless compressed audio (HLS, DASH, FLAC) via AWS S3 buckets. ⭐
Stars: ✭ 23 (-97.24%)
Mutual labels:  hls, hls-stream
hls-live-thumbnails
A service which will generate thumbnails from a live HLS stream.
Stars: ✭ 49 (-94.12%)
Mutual labels:  hls, hls-stream
m3u8-parser
A simple HLS playlist parser for Java
Stars: ✭ 100 (-88.01%)
Mutual labels:  hls
react-native-css-in-js-benchmarks
CSS in JS Benchmarks for React Native
Stars: ✭ 46 (-94.48%)
Mutual labels:  styled-components
memo sample
No description or website provided.
Stars: ✭ 36 (-95.68%)
Mutual labels:  clean-architecture
go-clean-architecture
Example go clean architecture folder pattern
Stars: ✭ 28 (-96.64%)
Mutual labels:  clean-architecture
riblet-sample
A sample to represent Uber Riblets design pattern using Swift.
Stars: ✭ 42 (-94.96%)
Mutual labels:  clean-architecture
livego
直播服务器 hls stream online RTMP AMF HLS HTTP-FLV
Stars: ✭ 30 (-96.4%)
Mutual labels:  hls
hlsjs-playback
Clappr HLS Playback based on hls.js
Stars: ✭ 19 (-97.72%)
Mutual labels:  hls-stream
RocketLaunches
Rocket launches, a simple site to let you know what is the next rocket launch.
Stars: ✭ 13 (-98.44%)
Mutual labels:  styled-components
stream-detector
A Firefox addon written in JavaScript which provides an easy way to keep track of URLs to playlists and subtitles used by Apple HLS, Adobe HDS, MPEG-DASH, and Microsoft Smooth Streaming streams.
Stars: ✭ 307 (-63.19%)
Mutual labels:  hls
styled-mixin
Simple wrapper for creating styled-components mixins
Stars: ✭ 17 (-97.96%)
Mutual labels:  styled-components
Huong-dan-cai-dat-stream-server-va-chuyen-doi-video-sang-streaming
Hướng dẫn cài đặt stream server và chuyển đổi video thường sang dạng TS Streaming
Stars: ✭ 29 (-96.52%)
Mutual labels:  hls
web-starter-kit
An opinionated starter kit with styled-system, graphql-hooks, mobx and nextjs (PWA)
Stars: ✭ 17 (-97.96%)
Mutual labels:  styled-components
TVToday
iOS TV Shows app with TMDb Api. RxSwift, MVVM, Clean Architecture. Tuist + Swift Package Manager
Stars: ✭ 27 (-96.76%)
Mutual labels:  clean-architecture
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (-90.53%)
Mutual labels:  styled-components

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

GitHub issues

This extension is completely free and published under the MIT license. However, if you are using it and enjoy it, you are welcome to making a donation of your choice.

Buy Me A Coffee


Table of Contents


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 ./build.sh
  4. Raw files will be at ./src/extension/dist/
  5. The zip will be in ./extension-archive.zip

Installation

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

Usage

TODO: Write usage instructions

Contributing

Contributing guideline

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

License

The MIT License (MIT)

Copyright (c) 2022 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].