Skip to content

Commit

Permalink
README UPDATE
Browse files Browse the repository at this point in the history
Updated the readme to reflect the new UI changes to Caffeine.tv.
The steps have also been updated to match the changes to the VOD downloader.
  • Loading branch information
Glitch3dPenguin committed May 9, 2022
1 parent bcf69e1 commit cd87132
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Download VOD Program.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IF %ERRORLEVEL% EQU 0 (
) else (
rem File doesn't exist
echo.
echo [31mFFMPEG NOT INSTALLED![0m
echo FFMPEG NOT INSTALLED!
echo.
echo STARTING DOWNLOAD...
echo.
Expand Down
43 changes: 22 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,37 @@
### How to Use:

- Step 1:
Go to your Caffeine.tv settings on desktop.
On desktop, open your Caffeine profile. You want to be able to see all your vods. The page should look like this:
![](https://share.klabsdev.com/files//QdWEQNta.png)

- Step 2:
Open the "Videos" tab to show all your VODs.
![](https://i.imgur.com/37LZKf4.gif)
- Step 2:
Press `F12` to open the browser console.
![](https://share.klabsdev.com/files//hWXpsXdu.gif)

- Step 3:
Press `F12` to open the browser console.

- Step 4:
Open the network tab
![](https://i.imgur.com/l3vIivt.gif)
![](https://share.klabsdev.com/files//XOZcLHAq.gif)

- Step 5:
Now it's time to pick the VOD that you want to download. **With the Network tab still open**, scroll through your vods list and click on the video you want to download.
- Step 4:
Now it's time to pick the VOD that you want to download. **With the Network tab still open**, scroll through your VODs and click on the video you want to download.
Then look on the network tab and find the new row that appeared called `main.m3u8`.
Then click on it!
![](https://klabsdev.com/Downloads/step5.gif)
![](https://share.klabsdev.com/files//wBnysuZJ.gif)

- Step 6:
Once you have clicked on `main.m3u8` there will be a section that apperared called `Request URL:`.
![](https://i.imgur.com/lN5h6Yd.png)
The link you will see is the HLS link to your Caffeine VOD. Because this is streamed to you in HLS chunks, you cannot save the video from here. This is the link that you will paste into the program.
- Step 5:
Right click on `main.m3u8`. Then hover over `Copy`.
You will want to choose `Copy link address`.
![](https://share.klabsdev.com/files//JxSwjml.gif)

- Step 6:
Paste the URL into the script once you run it and press `ENTER`.
![](https://share.klabsdev.com/files//LWujbmnf.png)

- Step 7:
Pase the Request URL into the script once you run it and press `ENTER`.
![](https://i.imgur.com/B4qibSV.png)
Now choose a name for your VOD to be saved as and press `ENTER`.
![](https://share.klabsdev.com/files//PZUMgfHj.png)

- Step 8:
Now choose a name for your VOD to be saved as and press `ENTER`.
![](https://i.imgur.com/AoxBSxu.png)
Now choose what format to save the VOD as and press `ENTER`.
![](https://share.klabsdev.com/files//lkZCnOki.png)

**DONE!** Your VOD will now be downloaded and saved to the same location as the place you saved the script.
**DONE!** Your VOD will now be downloaded and saved the new "CaffeineVODs" folder located in Downloads.
Binary file added bin/avcodec-59.dll
Binary file not shown.
Binary file added bin/avdevice-59.dll
Binary file not shown.
Binary file added bin/avfilter-8.dll
Binary file not shown.
Binary file added bin/avformat-59.dll
Binary file not shown.
Binary file added bin/avutil-57.dll
Binary file not shown.
Binary file added bin/ffmpeg.exe
Binary file not shown.
Binary file added bin/ffplay.exe
Binary file not shown.
Binary file added bin/ffprobe.exe
Binary file not shown.
Binary file added bin/postproc-56.dll
Binary file not shown.
Binary file added bin/swresample-4.dll
Binary file not shown.
Binary file added bin/swscale-6.dll
Binary file not shown.

0 comments on commit cd87132

Please sign in to comment.