Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

l4rzy/csn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Features

  • Searching for audio/video/album
  • Fetching hot/trending song list
  • Get download link for audio/video/album

APIs that work so far

  • csn_search
  • csn_fetch_hot
  • csn_fetch_song_info_url
  • csn_fetch_album_info_url
  • csn_fetch_song_info
  • csn_fetch_album_info
  • csn_batch_fetch_song_info

Build

$ meson build
$ cd build && ninja

Demo

Since this is a library, it's neccessary to build a demo program to test

$ make
$ export LD_LIBRARY_PATH=./build
$ ./demo "shallow"

The result should look like this demo

Run tests

$ ninja test

Licence

MIT

Author(s)

Releases

No releases published

Packages

No packages published

Languages