All Projects → XhstormR → Getbilibili C

XhstormR / Getbilibili C

Licence: gpl-3.0
Download Bilibili Ultra-Definition Video

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Getbilibili C

Food Delivery Application
This android application is a food delivery application. It uses various layouts and a nice GUI.
Stars: ✭ 27 (-27.03%)
Mutual labels:  gui
Vuplicity
A cross-platform GUI for Duplicity backups, powered by Atom Electron.
Stars: ✭ 31 (-16.22%)
Mutual labels:  gui
Guiscrcpy
A full fledged GUI integration for the most award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
Stars: ✭ 960 (+2494.59%)
Mutual labels:  gui
Guijs
🐣️ The app that makes your #devlife easier.
Stars: ✭ 950 (+2467.57%)
Mutual labels:  gui
Wtk
📺 A cross-platform immediate mode user-interface library. Public domain.
Stars: ✭ 30 (-18.92%)
Mutual labels:  gui
Tegrarcmgui
C++ GUI for TegraRcmSmash (Fusée Gelée exploit for Nintendo Switch)
Stars: ✭ 965 (+2508.11%)
Mutual labels:  gui
Qdirstat
QDirStat - Qt-based directory statistics (KDirStat without any KDE - from the original KDirStat author)
Stars: ✭ 912 (+2364.86%)
Mutual labels:  gui
Monero Gui Guide
Guide for the Monero GUI wallet
Stars: ✭ 36 (-2.7%)
Mutual labels:  gui
Govcl
Cross-platform Golang GUI library.
Stars: ✭ 953 (+2475.68%)
Mutual labels:  gui
Kspigot
Extended Spigot and Bukkit API for Kotlin
Stars: ✭ 35 (-5.41%)
Mutual labels:  gui
Lqt
Lua Binding for Qt5
Stars: ✭ 30 (-18.92%)
Mutual labels:  gui
Materialdesignlite
This project prime goal is to bind the google's Material Design Lite project to Seaside and as second goal to build widgets on top of Material Design to help Seaside developers to create web applications with material design faster.
Stars: ✭ 30 (-18.92%)
Mutual labels:  gui
Panel
A high-level app and dashboarding solution for Python
Stars: ✭ 977 (+2540.54%)
Mutual labels:  gui
Framework
The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Stars: ✭ 27 (-27.03%)
Mutual labels:  gui
Nix Query Tree Viewer
GTK viewer for the output of `nix-store --query --tree`
Stars: ✭ 36 (-2.7%)
Mutual labels:  gui
Imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Stars: ✭ 33,574 (+90640.54%)
Mutual labels:  gui
Python Uiautomation For Windows
(Donot use 3.7.6,3.8.1)🐍Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...
Stars: ✭ 961 (+2497.3%)
Mutual labels:  gui
Cl Pkr
Cross-Platform Color Picker Written in Common Lisp
Stars: ✭ 37 (+0%)
Mutual labels:  gui
External
External is a GUI library for Go (Golang), based on connection to external GUI server application.
Stars: ✭ 36 (-2.7%)
Mutual labels:  gui
Ariang
AriaNg, a modern web frontend making aria2 easier to use.
Stars: ✭ 8,339 (+22437.84%)
Mutual labels:  gui

GetBilibili-C

Dependence

  • Git
  • CMake
  • MinGW

Build

git clone --depth 1 --recurse-submodules --shallow-submodules -j2 https://github.com/XhstormR/GetBilibili-C.git
cd GetBilibili-C
./make.bat

构建生成的可执行文件存放在 build/bin 目录下。

Use

Console

Usage: GetBilibili-C <command> [<switches>...]

<Commands>
  -l <url>            解析链接
  -d <url>            下载并合并
  -m                  只进行合并

<Switches>
  --dir <path>        设置下载文件夹
  --cookie <file>     导入 cookie 文件
  --delete            任务完成后自动删除分段视频

GUI

Note

  • 传递给应用的链接格式应该是这样的:

    http://interface.bilibili.com/playurl?cid=11239800&appkey=84956560bc028eb7&otype=json&type=&quality=112&qn=112&sign=8f52ea2d50e0ae3b17d0ec2c182c4767
    
  • Console 版本的 --cookie 参数需要将 Cookie 写入一个文件,然后传递文件路径。

    GUI 版本直接粘贴 Cookie 即可。

  • 只在 Windows 10 x64 平台下进行过测试。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].