Giter Site home page Giter Site logo

These links cannot be resolved about gofeed HOT 3 OPEN

HeyDorvin avatar HeyDorvin commented on June 17, 2024
These links cannot be resolved

from gofeed.

Comments (3)

mmcdole avatar mmcdole commented on June 17, 2024 1

I'll try to look at the others when I have some time. But if you get a chance, try downloading them manually and parsing.

from gofeed.

mmcdole avatar mmcdole commented on June 17, 2024

@HeyDorvin

I tested a few of these...

Feed 1: https://www.bleepingcomputer.com/feed/

The feed parses fine.

However, the above feed is being protected by Cloudflare WAF. If you download it manually from the browser, and then parse the feed, it parses fine. This means anti-bot protection from Cloudflare is likely stopping the requests Gofeed makes. I suggest you attempt to change the User-Agent settings in the Parser settings and see if it allows the request to go through.

This worked form me:

curl https://www.bleepingcomputer.com/feed/ > feed.xml
./ftest feed.xml

Feed 2: https://www.ghacks.net/feed

This feed parses fine.

./ftest https://www.ghacks.net/feed

Feed 3: https://3gstudent.github.io/3gstudent.github.io/feed.xml

This feed URL returns a 301 Permanently Moved error. The page it redirects to is an HTML page, not an RSS page. However, if you use the following URL, it parses fine: https://3gstudent.github.io/atom.xml

from gofeed.

HeyDorvin avatar HeyDorvin commented on June 17, 2024

I'll try to look at the others when I have some time. But if you get a chance, try downloading them manually and parsing.

Thank you for your reply. I didn't consider the error carefully when I saw it, and I didn't expect it to be because of these reasons.

from gofeed.

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.