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 a web interface which uses the latest CSS grammar, so Google Chrome or Microsoft Edge 105 or greater is required to ensure the panel functions well. Mozilla Firefox or Safari is not supported.
For more information about usage, please visit this article written by bilibili@ZhangHJ (简体中文使用说明)
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.