- A WIP C library for fetching data from chiasenhac.com
- Built upon libcurl and libtidy
- Searching for audio/video/album
- Fetching hot/trending song list
- Get download link for audio/video/album
- 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
$ meson build
$ cd build && ninja
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
$ ninja test
MIT
- l4rzy (l4.foss@gmail.com)