Skip to content

Commit a9f1c09

Browse files
committed
feat: update repository references to ByteTrix organization
1 parent 385053a commit a9f1c09

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
4242
**GitHub Packages:**
4343
```bash
44-
docker pull ghcr.io/itskavin/thinkific-downloader:${{ steps.version.outputs.tag }}
44+
docker pull ghcr.io/bytetrix/thinkific-downloader:${{ steps.version.outputs.tag }}
4545
# or
46-
docker pull ghcr.io/itskavin/thinkific-downloader:latest
46+
docker pull ghcr.io/bytetrix/thinkific-downloader:latest
4747
```
4848
4949
**Setup and Run:**
5050
```bash
51-
git clone https://github.com/itskavin/Thinkific-Downloader.git
51+
git clone https://github.com/ByteTrix/Thinkific-Downloader.git
5252
cd Thinkific-Downloader
5353
cp .env.example .env
5454
# Edit .env with your details
@@ -57,7 +57,7 @@ jobs:
5757
5858
**Python Direct:**
5959
```bash
60-
git clone https://github.com/itskavin/Thinkific-Downloader.git
60+
git clone https://github.com/ByteTrix/Thinkific-Downloader.git
6161
cd Thinkific-Downloader
6262
pip install -r requirements.txt
6363
python thinkificdownloader.py

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ A modern, feature-rich Python utility to download courses from Thinkific platfor
8888
**Step 1: Get the Project**
8989
```bash
9090
# Clone or download the project
91-
git clone https://github.com/itskavin/Thinkific-Downloader.git
91+
git clone https://github.com/ByteTrix/Thinkific-Downloader.git
9292
cd Thinkific-Downloader
9393

9494
# Or download and extract ZIP, then navigate to project directory
@@ -108,8 +108,8 @@ docker pull kvnxo/thinkific-downloader
108108
docker run -it --rm -v $(pwd)/downloads:/app/downloads --env-file .env kvnxo/thinkific-downloader
109109

110110
# Option 2: GitHub Packages
111-
docker pull ghcr.io/itskavin/thinkific-downloader
112-
docker run -it --rm -v $(pwd)/downloads:/app/downloads --env-file .env ghcr.io/itskavin/thinkific-downloader
111+
docker pull ghcr.io/bytetrix/thinkific-downloader
112+
docker run -it --rm -v $(pwd)/downloads:/app/downloads --env-file .env ghcr.io/bytetrix/thinkific-downloader
113113

114114
# Option 3: Docker Compose (recommended)
115115
docker-compose up
@@ -119,7 +119,7 @@ docker-compose up
119119

120120
```bash
121121
# Step 1: Clone the project
122-
git clone https://github.com/itskavin/Thinkific-Downloader.git
122+
git clone https://github.com/ByteTrix/Thinkific-Downloader.git
123123
cd Thinkific-Downloader
124124

125125
# Step 2: Install dependencies
@@ -136,7 +136,7 @@ Get the latest source code:
136136

137137
```bash
138138
# Clone the repository
139-
git clone https://github.com/itskavin/Thinkific-Downloader.git
139+
git clone https://github.com/ByteTrix/Thinkific-Downloader.git
140140
cd Thinkific-Downloader
141141

142142
# Setup and run with Docker

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
],
6363
keywords="thinkific downloader education video course offline",
6464
project_urls={
65-
"Bug Reports": "https://github.com/itskavin/Thinkific-Downloader/issues",
66-
"Source": "https://github.com/itskavin/Thinkific-Downloader",
67-
"Documentation": "https://github.com/itskavin/Thinkific-Downloader#readme",
65+
"Bug Reports": "https://github.com/ByteTrix/Thinkific-Downloader/issues",
66+
"Source": "https://github.com/ByteTrix/Thinkific-Downloader",
67+
"Documentation": "https://github.com/ByteTrix/Thinkific-Downloader#readme",
6868
"Docker Hub": "https://hub.docker.com/r/kvnxo/thinkific-downloader",
6969
},
7070
)

0 commit comments

Comments
 (0)