Skip to content

omega-gg/clientVBML

Repository files navigation

clientVBML

azure appveyor GPLv3

clientVBML is a VBML console application built with Sky kit.
Designed to retrieve and extract video resources through VBML backends.

Usage

clientVBML <url>

Where <url> is the resource you want to retrieve and extract.

Technology

clientVBML is built in C++ with Sky kit.

Platforms

  • Windows XP and later.
  • macOS 64 bit.
  • Linux 32 bit and 64 bit.
  • Android 32 bit and 64 bit.

Requirements

  • Sky latest version.
  • Qt 4.8.0 / 5.5.0 or later.

On Windows:

Recommended:

Quickstart

You can configure and build clientVBML with a single line:

sh build.sh <win32 | win64 | macOS | linux | android> all

For instance you would do that for Windows 64 bit:

* open Git Bash *
git clone https://github.com/omega-gg/clientVBML.git
cd clientVBML
sh build.sh win64 all

That's a convenient way to configure and build everything the first time.

Note: This will create the 3rdparty and Sky folder in the parent directory.

Building

Alternatively, you can run each step of the build yourself by calling the following scripts:

Install the dependencies:

sh 3rdparty.sh <win32 | win64 | macOS | linux | android> [all]

Configure the build:

sh configure.sh <win32 | win64 | macOS | linux | android> [sky | clean]

Build the application:

sh build.sh <win32 | win64 | macOS | linux | android> [all | deploy | clean]

Deploy the application and its dependencies:

sh deploy.sh <win32 | win64 | macOS | linux | android> [clean]

License

Copyright (C) 2015 - 2020 clientVBML authors | https://omega.gg/clientVBML

Authors

GNU General Public License Usage

clientVBML may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation and appearing in the LICENSE.md file included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl.html.

Private License Usage

clientVBML licensees holding valid private licenses may use this file in accordance with the private license agreement provided with the Software or, alternatively, in accordance with the terms contained in written agreement between you and clientVBML authors. For further information contact us at contact@omega.gg.