A program to download ClassIn replay videos.
This program uses advanced native API (required by httplib
), so can only be used on Windows 10 or greater. The program provides the users with a web interface which uses the latest CSS grammar, and you should use Google Chrome or Microsoft Edge 105 or greate, Safari 15.4 or greater or Mozilla FireFox 120 or greater to ensure the panel functions well.
For more information about usage, please visit this article written by bilibili@ZhangHJ (简体中文使用说明)
You can open an issue on GitHub or Gitee to ask for help.
Open a terminal and add --help
to see help message.
This program requires a C++ compiler supports C++20 standard, or at least MSVC 16.9 (Visual Studio 2019).
- Download zip or clone this repository.
- Extract
libffmpeg.7z
inClassIn_Replay_Download
folder. - Open
ClassIn_Replay_Download.sln
with Visual Studio. - Build!
- If the compiler can't find
libavutil/timestamp.h
orlibavformat/avformat.h
, please manually add../include
to yourinclude
folder.