GHC 2018-02-24

2 comments.

, https://git.io/vAVAY in SNH48Live/KVM48
README:

> Here is a sample configuration for downloading the VODs of Team SⅡ members daily:
>
> ```
> # SNH48
> group_id: 10
> # Team SⅡ members
> names:
> - 陈观慧
> - 陈思
> - 成珏
> - 戴萌
> - 蒋芸
> - 孔肖吟
> - 李宇琪
> - 刘增艳
> - 吕一
> - 莫寒
> ...
> ```

目前下载一个队的成员需要把所有成员的名字列出来。

https://plive.48.cn/livesystem/api/live/v1/memberLivePage endpoint本身是没有队伍的概念的。理论上我可以包括各队成员的数据,但是这样不但时有数据更新(即使我更新了估计用户也不会及时更新),而且关于队伍的成员也会有一定争议,比如成珏、潘燕琦、温晶婕算S队的吗?弊大于利,还是自己列成员、需要的时候自己更新成员列表吧。

https://plive.48.cn/livesystem/api/live/v1/memberLivePage endpoint倒是有团的概念,但我很难想象哪个人需要下全团的。没有这种需求的情况下不想把代码和配置搞复杂,何况现在已经可以下全团了,只要多列人就行。

关了,但还有问题可以接着提。

, https://git.io/vAVAO in SNH48Live/KVM48
Well, it's a server-side problem, so there's nothing I can do on my part. A general observation of mine is that VODs on both mp4.48.cn (I actually haven't seen mp5.48.cn much myself, but it's probably safe to assume it's hosted on the same infrastructure) and ts.snh48.com rot over time, so you do need to act fast, and some old VODs are probably lost forever unless you can find someone who has kept them.

```console
$ wget http://mp5.48.cn/live/7fa38a95-1777-4aa2-ba3e-fb340075f711.mp4 http://mp5.48.cn/live/38d3788d-261c-44d9-8f27-041f198e96ef.mp4
--2018-02-24 09:08:12--  http://mp5.48.cn/live/7fa38a95-1777-4aa2-ba3e-fb340075f711.mp4
Resolving mp5.48.cn (mp5.48.cn)... 65.153.158.164, 65.153.158.165, 65.153.158.166, ...
Connecting to mp5.48.cn (mp5.48.cn)|65.153.158.164|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-02-24 09:08:12 ERROR 403: Forbidden.

--2018-02-24 09:08:12--  http://mp5.48.cn/live/38d3788d-261c-44d9-8f27-041f198e96ef.mp4
Reusing existing connection to mp5.48.cn:80.
HTTP request sent, awaiting response... 403 Forbidden
2018-02-24 09:08:12 ERROR 403: Forbidden.
```