Explorare

Results 32 comments of Explorare

今日尝试用 toml 格式 config,读取 yml 格式的 base,插入 groups_forcerule.toml ``` [[custom_groups]] name = "Wireguard" type = "select" interface-name = "wg" rule = ["[]DIRECT"] ``` 输出结果如下 ``` proxy-groups: - name: Wireguard type:...

同敲碗,刚想来开个 issue 就看到好哥哥已经提了。目前还能跑的支持 TwitCasting 的录播工具有这两个: [lovezzzxxx/liverecord: 自动录播并自动备份,支持youtube频道、twitcast频道、twitch频道、openrec频道、niconico生放送、niconico社区、niconico频道、mirrativ频道、reality频道、17live频道、bilibili频道、streamlink支持的直播网址、ffmpeg支持的m3u8地址](https://github.com/lovezzzxxx/liverecord/pulse) [AlotOfBlahaj/Vtb_Record: A lightweight go program recording streaming of youtube, twitcasting and bilibili](https://github.com/AlotOfBlahaj/Vtb_Record) 都是年久失修,凑合用的。比如vtbRecord 的 cookie 支持写了一半就摸了,我改了改直接把自己的饼干硬编码进去凑合用。

> 您好,请教一下vtbRecord填入cookie要怎么修改?想参考一下 @brina60602 我是在最后一步调用 streamlink 的时候把 cookie 硬编码进去的,位置在[这里](https://github.com/AlotOfBlahaj/Vtb_Record/blob/27de4888cb52ca4e754ea09ae99c0231d6834c98/live/videoworker/downloader/provstreamlink/downloadStreamlink.go#L22),L22 加上 `tc_id` 和 `tc_ss` ``` arg = append(arg, []string{"--http-cookie", "tc_id=", "--http-cookie", "tc_ss=", "--force", "--output", filepath}...) ``` 这个 func 本身是有 cookie string 参数传入的,参数传递如下...

我在后台挂了两天之后脚本爆炸了,表现为无法获取数据,登录失败。两天前测试时候是可以正确录制的。目前感觉是这个工具的 UA 被 ban 了?我尝试过用两个账号的 cookie、ID/PW 验证,都过不去,网络走的 TUN 代理,浏览器直接看 TwitCasting 没问题。 ``` @explo ➜ DouyinLiveRecorder.v3.0.2  & '.\DouyinLiveRecorder v3.0.2.exe' ----------------------------------------------------- | DouyinLiveRecorder | ----------------------------------------------------- 版本号: v3.0.2 GitHub: https://github.com/ihmily/DouyinLiveRecorder 支持平台: 国内站点:抖音|快手|虎牙|斗鱼|YY|B站|小红书|bigo直播|blued直播|网易CC|千度热播|猫耳FM|Look直播|TwitCasting...

TwitCasting 录制又开始报错,登录失败。用的主线版本 4dacb92,昨天还正常。

This issue has been marked as completed, but I don't think file content search feature has been implemented in the recent release. Did I miss something?

https://www.dropbox.com/s/vwg0tsczuprzt9l/logs.zip?dl=0

Windows 10 1709 下正常执行,可正确弹出浏览器。 Action: Start a program Program: main.py Start in: C:\Users\Explorare\Documents\GitHub\JD-Coin\app

@kisnows 我是这样配置的,可以正确执行。 ![image](https://user-images.githubusercontent.com/5090766/33792235-57a2fc90-dcd5-11e7-81c4-ae31f5141a5e.png)

@kisnows 是的。我将 `C:\Python36-32\` 添加到了 system PATH 中,可以双击直接执行,不会闪退。