Skip to content

Commit 7ec97b9

Browse files
committed
docs: add reference video to ENV_SETUP guide with clear disclaimers
- Added YouTube reference video link at top of ENV_SETUP.md - Included clear warnings that video is general reference only - Emphasized following specific project steps over video - Added visual reference notes in authentication section - Added troubleshooting reference while maintaining project-specific guidance
1 parent 0b0d8d5 commit 7ec97b9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

ENV_SETUP.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
This guide will walk you through setting up the required environment variables to download courses from Thinkific-based platforms.
44

5-
## 📋 Prerequisites
5+
## **Reference Video (Optional)**
6+
7+
For a general overview of using browser DevTools to extract authentication data, you can watch this reference video: **[How to Extract Authentication Data from Browser](https://youtu.be/owi-cOcpceI?t=60)**
8+
9+
**⚠️ Important Note:** The video above is just a **general reference** for understanding browser DevTools concepts. **Follow the specific steps below for this Thinkific Downloader project**, as the exact fields and process may differ from the video.
10+
11+
---
12+
13+
## �📋 Prerequisites
614

715
- A web browser (Chrome, Firefox, Edge, Safari)
816
- Access to the course you want to download
@@ -44,6 +52,8 @@ Or manually create a `.env` file and copy the contents from `.env.example`.
4452

4553
This is the most important step. You need to capture authentication cookies and timestamp.
4654

55+
**📺 Visual Reference:** While the [video guide](https://youtu.be/owi-cOcpceI?t=60) shows similar concepts, **follow these exact steps below** for Thinkific-based platforms.
56+
4757
#### **3.1 Open Developer Tools**
4858

4959
**For Chrome/Edge:**
@@ -152,6 +162,8 @@ DEBUG=false
152162

153163
## 🚨 Troubleshooting
154164

165+
**📺 Need visual help?** The [reference video](https://youtu.be/owi-cOcpceI?t=60) shows general DevTools concepts, but **follow our specific steps above** for this project.
166+
155167
### **Problem: Can't find course_player request**
156168

157169
**Solutions:**

0 commit comments

Comments
 (0)