GithubHelp home page GithubHelp logo

Comments (7)

wlwr avatar wlwr commented on August 17, 2024

可以参考 https://github.com/wlwr/rss 破解方式

from rss.

qiwihui avatar qiwihui commented on August 17, 2024

这个问题按照上面的方法解决了,在VPS上测试有效,参见 Pull requests#3.

from rss.

zhu327 avatar zhu327 commented on August 17, 2024

404是因为我屏蔽掉url了,访问量太大,导致即使cookie有效,也会有封ip的时候,像游戏技能
CD一样,过一段时间又好了,但是会造成openshift后台产生大量错误日志,上次就直接把磁盘占满了,不得已才屏蔽了url

from rss.

qiwihui avatar qiwihui commented on August 17, 2024

我在VPS上用supervisor控制日志的输出大小为10M,在Openshift上应该也有类似的设置,这个文档:Log Files: configuring-logging,10M大小是默认,所以可能是你的设置不太对。

from rss.

zhu327 avatar zhu327 commented on August 17, 2024

@qiwihui @wlwr 重构了一下代码,又能访问啦,有个问题麻烦2位有空的时候看一下

我发现现在cookie里面的获取suv这个现在不是通过时间戳来生成的了,而是类似于SUID这样的字符串,找了一下sogou的js没发现哪里来生成这个suv,只在pb.nogz.js看到了getRandom这个函数,这里应该还能改进一下

from rss.

wlwr avatar wlwr commented on August 17, 2024
var SUV = 'SUV=' + ((new Date()).getTime())*1000+Math.round(Math.random()*1000);

我是这样生成的,还是基于时间戳,可以正常运行。

from rss.

zhu327 avatar zhu327 commented on August 17, 2024

重构搞了2天,擦,才用了几小时,就被办ip了,估计国外的ip会特别关照

from rss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.