Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

incalc/iclassdl

Repository files navigation

Iclassdl

Inha Univ. I-Class Course Video Downloader

GitHub Release C C++ CMake GitHub Workflow License

ChangeLog

See CHANGELOG

Build

Requirement

Guide

  1. Clone the repository:

    $ git clone https://github.com/incalc/iclassdl.git
  2. Build the source:

    $ cd iclassdl
    $ cmake -S . -B build
    $ cmake --build build

Usage

CLI

./iclassdl [Student ID] [I-class Password] [Video URL] [Filename]

example:

$ ./iclassdl 12191765 P@ssw0rd! https://learn.inha.ac.kr/mod/vod/view.php?id=12345 video.mp4

License

Iclassdl
Copyright (C) 2020  Seungjae Park

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Iclassdl is licensed under the GPL 3.0.