Update README.md for improved formatting and additional usage instructions

This commit is contained in:
Minidu Thiranjaya
2026-03-29 07:57:49 +05:30
parent 1268848482
commit e5aec39e09

View File

@@ -24,11 +24,12 @@ Built using Chrome **Manifest V3**.
- **Edge or Chrome** (Manifest V3, version 88+). - **Edge or Chrome** (Manifest V3, version 88+).
- **yt-dlp** — `pip install yt-dlp` or download from [github.com/yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp). - **yt-dlp** — `pip install yt-dlp` or download from [github.com/yt-dlp/yt-dlp](https://github.com/yt-dlp/yt-dlp).
- **FFmpeg** *(optional)* — [ffmpeg.org](https://ffmpeg.org/). - **FFmpeg** _(optional)_ — [ffmpeg.org](https://ffmpeg.org/).
### Steps ### Steps
1. **Clone or download the repository** 1. **Clone or download the repository**
```bash ```bash
git clone https://github.com/MiniduTH/Sharepoint-Downloader.git git clone https://github.com/MiniduTH/Sharepoint-Downloader.git
``` ```
@@ -70,6 +71,7 @@ yt-dlp --cookies cookies.txt -f "bestvideo+bestaudio/best" --merge-output-format
``` ```
**Steps to export cookies.txt:** **Steps to export cookies.txt:**
1. Install **Get cookies.txt LOCALLY** in Edge/Chrome. 1. Install **Get cookies.txt LOCALLY** in Edge/Chrome.
2. Navigate to `mysliit-my.sharepoint.com` (or your SharePoint domain). 2. Navigate to `mysliit-my.sharepoint.com` (or your SharePoint domain).
3. Click the extension icon → **Export** → save as `cookies.txt` in the same folder where you'll run yt-dlp. 3. Click the extension icon → **Export** → save as `cookies.txt` in the same folder where you'll run yt-dlp.