二土

Results 12 issues of 二土

I'm doing something like that in [MuxMp4SourcesExample.java](https://github.com/sannies/mp4parser/blob/master/examples/src/main/java/com/googlecode/mp4parser/MuxMp4SourcesExample.java) ``` String audioEnglish = "audio.mp4"; String video = "video.mp4"; Movie countVideo = MovieCreator.build(video); Movie countAudioEnglish = MovieCreator.build(audioEnglish); Track audioTrackEnglish = countAudioEnglish.getTracks().get(0); audioTrackEnglish.getTrackMetaData().setLanguage("eng"); countVideo.addTrack(audioTrackEnglish);...

看板娘套装可以看看这个,直播间的那些都是UP在这里设定的。 [直播看板娘-个人中心](https://link.bilibili.com/p/center/index?visit_id=7abm1timdatc#/my-room/live-haruna)

最近手机端火狐浏览器更新到[`86.1.1`](https://github.com/mozilla-mobile/fenix/releases/tag/v86.1.1)版本,发现页面展示效果和预期相差较大。 个人感觉是浏览器的问题,毕竟css什么的一般都是向下兼容的。 大佬能帮忙看看么 ![Screenshot_20210309-203710](https://user-images.githubusercontent.com/19970934/110471652-5843c780-8117-11eb-9b67-d7ea366d9e1c.jpg)

如果你是用的是精简版的jre,在更新的时候: + 弹框提示 `出现了异常,异常原因为org.json.JSONException:A JSONArray text must start with '[' at 0[charactor 1 line 1] ` + debug出现log ``` 发送GET请求出现异常!javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at...

instruction

这个问题被问了很多遍,再次统一回复一下,请不要再问了。 + [#3 下载收藏夹只能下载前面5个](https://github.com/nICEnnnnnnnLee/BilibiliDown/issues/3#issuecomment-482950065) + [#19 请问批量下载功能是否可以进一步完善](https://github.com/nICEnnnnnnnLee/BilibiliDown/issues/19#issuecomment-557359222) + [#30 将up主的个人空间链接打开后,只会记录前5个视频](https://github.com/nICEnnnnnnnLee/BilibiliDown/issues/30#issuecomment-617261026) + [#38 能不能一键解析一个UP的所有视频?](https://github.com/nICEnnnnnnnLee/BilibiliDown/issues/38#issue-665241970) + [#39 收藏夹下载功能只能下载前五个视频](https://github.com/nICEnnnnnnnLee/BilibiliDown/issues/39#issuecomment-663971221)

instruction

+ 从返回的信息上看是高危风控,不确定是不是个别行为,遇到相同情况的请留个爪:flushed: + 打开返回的url,里面是个短信验证,发短信还需要过极验拖拽,诸君有没有好一点的解决方案。。。 ``` { "ts": 时间戳, "code": 0, "data": { "status": 2, "url": "https://passport.bilibili.com/account/mobile/security/managephone/phone/verify?tmp_token=xx&requestId=xx&source=risk", "message": "您的账号存在高危异常行为,为了您的账号安全,请验证手机号后登录帐号" } } ```

有朋友反馈在刚开播的时候会出现录制不上的情况,预计在开播后20分钟才能进行录制。

help wanted
pending

将Worker 连接到自定义域`abc.cc`,在效果上等价于 在该Worker建立路由`abc.cc/*` + 设置域名`abc.cc`的DNS并Proxy。但是这样更简便。 在进入到具体Worker后,操作如下图: ![1](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/19970934/5fb0caab-c7be-4ee6-90ce-5f165c84730a) ![2](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/19970934/6b52c96e-c915-4b9f-a448-134f9547b471) ![3](https://github.com/nICEnnnnnnnLee/GithubSoEasy/assets/19970934/a1a81233-64ff-4608-8d61-8d82e3fe6de7)

> **还有就是能不能添加一个下载mp3的选项啊,我选择仅下载音频之后还是mp4格式的!!!** _Originally posted by @gewuagewua in https://github.com/nICEnnnnnnnLee/BilibiliDown/issues/226#issuecomment-2416710753_

feature request