Code Monkey home page Code Monkey logo

bcy_crawler's Introduction

  • 👋 Hi, I’m @tylzh97
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

bcy_crawler's People

Contributors

tylzh97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mirusu400 it985

bcy_crawler's Issues

JSON parser error when use ";" character in bcy post

I'm sorry that I coudn't do chinese as well english, but I hope my issue can help.

json_str = aim_script.text.split(';')[0].split('JSON.parse(')[1][:-1]
json_str = eval(json_str)

Parse with character ";" should error with some special HTML characters, like "(&quot;) , <(&lt;), >(&rt;)
I already found example post link, here. https://bcy.net/item/detail/6619347056500670734
Should change parse algorithm or replace all of them nothing before parse.

Maybe this should be work:

-- json_str = aim_script.text.split(';')[0].split('JSON.parse(')[1][:-1]
++ json_str = aim_script.text.split(';\n')[0].split('JSON.parse(')[1][:-1]

I use google translator to post chinese below:

抱歉不擅长中文。

json_str = aim_script.text.split(';')[0].split('JSON.parse(')[1][:-1]
json_str = eval(json_str)

使用带有“;”的特殊HTML字符进行解析时,例如"(&quot;)<(&lt;)>(&rt;),会发生错误。
您已经在以下链接中找到了一个示例:https://bcy.net/item/detail/6619347056500670734
在Parse之前更改Parse算法或删除它们。

也许这应该是有效的

-- json_str = aim_script.text.split(';')[0].split('JSON.parse(')[1][:-1]
++ json_str = aim_script.text.split(';\n')[0].split('JSON.parse(')[1][:-1]

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.