From 1e4c010b733cb0a48e0270620f011de10e39c9e6 Mon Sep 17 00:00:00 2001 From: Minidu Thiranjaya <74867152+MiniduTH@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:30:40 +0530 Subject: [PATCH] Update README and popup interface for MTH Video Manifest Capture extension --- README.md | 10 +--------- popup.html | 10 +++++----- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 10f6a6c..f914bee 100644 --- a/README.md +++ b/README.md @@ -62,20 +62,12 @@ This extension is built using Chrome's **Manifest V3**, ensuring modern security - Click **"Copy FFmpeg"** or **"Copy yt-dlp"** to copy the respective commands to your clipboard. - Paste the commands into a terminal to download the video using FFmpeg or yt-dlp. -6. **Download Manifest** *(optional)* - - Click **"Download Manifest"** to open the cleaned manifest URL in a new tab or download the manifest file (**note:** this downloads the manifest, not the full video; further processing is required using FFmpeg or yt-dlp). ## Screenshots _Screenshot of the popup interface showing captured manifest, commands, and options._ - - -## Known Limitations - -- **"Download Manifest" only saves the manifest file** (e.g., `.m3u8` or `.mpd`), not the full video. You need tools like **FFmpeg or yt-dlp** to process it. -- **Authenticated manifest URLs** (e.g., SharePoint temp auth tokens) may require user login or additional configuration. -- **Direct video downloads** without external tools are **not supported** due to browser security restrictions. + ## Contributing diff --git a/popup.html b/popup.html index 6179278..6b72107 100644 --- a/popup.html +++ b/popup.html @@ -8,12 +8,9 @@