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 @@