Skip to content

Add Vidora to HLS Tools#90

Open
romainGouraud wants to merge 1 commit into
krzemienski:masterfrom
romainGouraud:add-vidora
Open

Add Vidora to HLS Tools#90
romainGouraud wants to merge 1 commit into
krzemienski:masterfrom
romainGouraud:add-vidora

Conversation

@romainGouraud
Copy link
Copy Markdown

@romainGouraud romainGouraud commented May 12, 2026

Add Vidora - HLS/AES-128/DASH video downloader Chrome extension

Adds Vidora to the HLS Tools subsection, alphabetically between tozastation/HLS-Streaming and yuhuili-lab/Tide.

What it is: a Chrome MV3 extension that downloads video streams directly from the browser. The differentiator vs the existing entries (puemos/hls-downloader-chrome-extension, denex/hls-downloader, egg-bread/hls-to-mp4, etc.):

  • AES-128 encrypted HLS streams (in-browser decryption, most existing tools skip this)
  • External audio rendition handling (Apple-style HLS with separate AAC track via EXT-X-MEDIA)
  • DASH (.mpd) manifest support in addition to HLS
  • Native support for Vimeo and Bunny CDN sources
  • All processing local, no server upload, no telemetry

Details:

The existing puemos/hls-downloader-chrome-extension entry covers basic HLS in Chrome but not AES-128 decryption or external audio renditions. Happy to refine the description or move to a different section if you prefer.

Summary by Sourcery

Documentation:

  • Document the Vidora Chrome MV3 extension for downloading AES-128 HLS streams with external audio rendition support and local processing.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 12, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds a new HLS tool entry (Vidora Chrome extension) to the README, positioned alphabetically in the HLS Tools list, with a concise description and Chrome Web Store link.

Flow diagram for adding Vidora to HLS Tools list

flowchart TD
    HLS_Tools_List[HLS Tools section in README]
    Vidora_Entry[Add Vidora entry
- Chrome Web Store URL
- AES-128 HLS, external audio]
    Updated_README[Updated README with Vidora between
HLS_Streaming and Tide]

    HLS_Tools_List --> Vidora_Entry --> Updated_README
Loading

File-Level Changes

Change Details Files
Add Vidora Chrome extension entry to the HLS Tools subsection in README, keeping alphabetical ordering and providing a descriptive summary and link.
  • Inserted a new bullet for Vidora between existing HLS Tools entries to maintain alphabetical order.
  • Linked the entry to the Chrome Web Store URL for Vidora instead of a source repository.
  • Described Vidora as a Chrome MV3 extension with support for AES-128-encrypted HLS streams, external audio renditions, Vimeo/Bunny CDN support, and fully local processing.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 1 issue, and left some high level feedback:

  • The README explicitly asks contributors to update CONTENTS.JSON instead of editing it directly, so this change should be moved there and the README regenerated to stay consistent with the project’s workflow.
  • Consider tightening the Vidora description to match the brevity and style of nearby entries (e.g., remove marketing-style phrases like “out of the box” and focus on the core technical capabilities).
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The README explicitly asks contributors to update `CONTENTS.JSON` instead of editing it directly, so this change should be moved there and the README regenerated to stay consistent with the project’s workflow.
- Consider tightening the Vidora description to match the brevity and style of nearby entries (e.g., remove marketing-style phrases like “out of the box” and focus on the core technical capabilities).

## Individual Comments

### Comment 1
<location path="README.md" line_range="747" />
<code_context>
+* [Vidora](https://chromewebstore.google.com/detail/vidora-pro-video-download/pjnnoldljndmfifpnfmbpbehklaaboje)  - Chrome MV3 extension that downloads HLS streams including AES-128 encrypted ones, with external audio rendition support (Apple-style HLS). Vimeo and Bunny CDN out of the box, all processing local.
</code_context>
<issue_to_address>
**nitpick (typo):** Small grammatical tweak: add a verb in "all processing local" (e.g., "all processing is local").

This will make the sentence grammatically complete and easier to read.

```suggestion
* [Vidora](https://chromewebstore.google.com/detail/vidora-pro-video-download/pjnnoldljndmfifpnfmbpbehklaaboje)  - Chrome MV3 extension that downloads HLS streams including AES-128 encrypted ones, with external audio rendition support (Apple-style HLS). Vimeo and Bunny CDN out of the box, all processing is local.
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.md
* [soldiermoth/hlsq](https://github.com/soldiermoth/hlsq) - A CLI for adding some color to your HLS manifests along with some basic filtering
* [tjenkinson/mock-hls-server](https://github.com/tjenkinson/mock-hls-server) - Fake a live/event HLS stream from a VOD one. Useful for testing. - tjenkinson/mock-hls-server
* [tozastation/HLS-Streaming](https://github.com/tozastation/HLS-Streaming) - HLSを使ってみたです..
* [Vidora](https://chromewebstore.google.com/detail/vidora-pro-video-download/pjnnoldljndmfifpnfmbpbehklaaboje) - Chrome MV3 extension that downloads HLS streams including AES-128 encrypted ones, with external audio rendition support (Apple-style HLS). Vimeo and Bunny CDN out of the box, all processing local.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick (typo): Small grammatical tweak: add a verb in "all processing local" (e.g., "all processing is local").

This will make the sentence grammatically complete and easier to read.

Suggested change
* [Vidora](https://chromewebstore.google.com/detail/vidora-pro-video-download/pjnnoldljndmfifpnfmbpbehklaaboje) - Chrome MV3 extension that downloads HLS streams including AES-128 encrypted ones, with external audio rendition support (Apple-style HLS). Vimeo and Bunny CDN out of the box, all processing local.
* [Vidora](https://chromewebstore.google.com/detail/vidora-pro-video-download/pjnnoldljndmfifpnfmbpbehklaaboje) - Chrome MV3 extension that downloads HLS streams including AES-128 encrypted ones, with external audio rendition support (Apple-style HLS). Vimeo and Bunny CDN out of the box, all processing is local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants