Results 7 comments of Fan

在 xuetangx.py 文件 第49行 `res = CANDY.get('https://xuetangx.com/videoid2source/' + video.meta).text` 把 https 改成 http `res = CANDY.get('http://xuetangx.com/videoid2source/' + video.meta).text`

作者Foair很久没有出现了 SigureMo有个分支,有bug可以去那提 https://github.com/Foair/course-crawler/issues/23#issue-379527277

这不是禁用吗?下面不是有”Toggle Enabled“ ,enable and restart。。应该就好了

The error is from this card type. This problem should not be caused by the plugin. you could change another one.

https://github.com/sirius-fan/FastWordQuery 我fork了一个尽量改下bug,目前应该是可用的,有问题可以再报给我,有时间改下

@bieitest 我用的少,看了看源码 应该是不支持,本地词典格式互不相同,没有通用的提取方法, 有几个本地词典的service都是是限定的特定词典文件,否则就是只有default,也就是整个字段, https://github.com/sth2018/FastWordQuery/blob/901ebe8fd5989d8861d20ee3fec3acd15b7f46a5/addons21/fastwq/service/dict/lgmcw_freq.py#L7 比如上面这种,甚至指定了文件地址 所以也没有什么办法,如果不想整个导进去,只能单独为mdx写service 还有,我fork那边开了issus,有问题那边提吧

getpid() 和gcc bits里一个函数重名,改个名就好了