Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeetweb committed May 1, 2024
2 parents edfc4fa + 4010cec commit be11332
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM php:8.3.7RC1-zts-alpine

RUN apk add --no-cache ffmpeg
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
# Thinki-Downloader
A php based utility to download courses from Thinkific based sites like PacktPub for personal offline use.

Note: Try out the `fix-lesson-dl` branch if main branch doesn't work!

If you want to support the project, consider [buying me some coffee](https://ko-fi.com/sumeet) for motivation!

## ***Revision 6.3.3 ~ 20th December 2023***
## ***Revision 6.3.4 ~ 1st May 2024***

!FIX! File names filtered for unicode characters
!NEW! [Thinki-Parser v0.0.1 Experimental Support Added](https://sumeetweb.github.io/Thinki-Parser/)
!FIX! "wistia" and "videoproxy" Lesson Downloads Fixed!
!HOT! Quality Selection for Video Downloads!
Expand Down Expand Up @@ -78,7 +77,7 @@ For selective downloads, please checkout [Thinki-Parser v0.0.1 Experimental Supp
Then pass --json flag and file path of course data file.

Also, please change .env file accordingly.
> If using docker, run (without ffmpeg):
> If using docker, run:
```bash
docker-compose -f compose.selective.yaml up
```
Expand All @@ -101,18 +100,16 @@ php thinkidownloader3.php --json COURSE_DATA_FILE_PATH
2. Surveys
3. Assignments

### Tested Using :
- PHP v7.4.13 (cli) (built: Nov 24 2020 12:43:32) ( ZTS Visual C++ 2017 x64 )
- Ubuntu, CentOS 7, Windows
- Docker
- FFmpeg


If you like this work, consider [buying me a coffee](https://ko-fi.com/sumeet)!

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O74Z4Q2)

Thank you to all the contributors and supporters :)
- chrisg
- Gregory
- MJ
- GiorgioG
- Gbemi
- Eric
Expand Down
4 changes: 2 additions & 2 deletions thinkidownloader3.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require("config.php");
$pwd = '';
$root_project_dir = '';
$revision = "Revision 6.3.2 ~ 16th December 2023";
$revision = "Revision 6.3.4 ~ 1st May 2024";

error_reporting(0); //Disabled for keeping console clean. Set to 1 if you got an error or problem while downloading :)
echo "THINKIFIC DOWNLOADER".PHP_EOL.$revision.PHP_EOL."Author : SumeetWeb ~ https://github.com/sumeetweb".PHP_EOL."Consider buying me a coffee at : https://www.ko-fi.com/sumeet".PHP_EOL."Want to download only selected videos? Thinki-Parser Experimental is available!".PHP_EOL;
echo "THINKIFIC DOWNLOADER".PHP_EOL.$revision.PHP_EOL."Author : SumeetWeb ~ https://github.com/sumeetweb".PHP_EOL."Consider buying me a coffee at : https://www.ko-fi.com/sumeet".PHP_EOL."Want to download only selected videos? Thinki-Parser is available! : https://sumeetweb.github.io/Thinki-Parser/".PHP_EOL;
echo "----------------------------------------------------------".PHP_EOL;
require("include/file.functions.php");
require("include/downloader.functions.php");
Expand Down

0 comments on commit be11332

Please sign in to comment.