Skip to content

Commit

Permalink
yoyiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq committed Aug 21, 2017
1 parent d78439b commit c2ac1b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ An unofficial bilibili client for android

## Remark

###java版地址:[bilibili](https://github.com/yoyiyi/bilisoleil)

###kotlin版地址:[bilisoleil-kotlin](https://github.com/yoyiyi/bilisoleil-kotlin)
#### java版地址:[bilibili](https://github.com/yoyiyi/bilisoleil)
#### kotlin版地址:[bilisoleil-kotlin](https://github.com/yoyiyi/bilisoleil-kotlin)

b站接口有些加密过,抓不到,有些我直接抓了一个,请求参数啥的,不懂啥意思,直接用了,有些接口直接用原项目[bilibili-android-client](https://github.com/HotBitmapGG/bilibili-android-client)
,有些界面需要登录才会有数据,避免麻烦直接复制json到本地,该仿b站的项目采用rxjava2+okhttp+retrofit+mvp+dagger2搭建的,然后参考了大佬的项目[bilibili-android-client](https://github.com/HotBitmapGG/bilibili-android-client),在此表示感谢。该项目还有许多不完善,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public static class RankBean {
public List<ListBean> list;




/**
* aid : 6482189
* typename : 鬼畜调教
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void writeToParcel(Parcel dest, int flags) {
public RegionTagType() {
}

protected RegionTagType(Parcel in) {
public RegionTagType(Parcel in) {
this.tid = in.readInt();
this.reid = in.readInt();
this.name = in.readString();
Expand Down

0 comments on commit c2ac1b9

Please sign in to comment.