Code Monkey home page Code Monkey logo

Comments (5)

fent avatar fent commented on May 23, 2024

You'll want to listen to the "item" event, not "entry". It'll always emit "item" to keep things consistent.

from feedme.js.

MichMich avatar MichMich commented on May 23, 2024

This seems to work. Thanks!

from feedme.js.

MichMich avatar MichMich commented on May 23, 2024

While your solution solved the issue for the mentioned example url, it doesn't work with the following url:

http://www.popsci.com/full-feed/science

Any idea?

from feedme.js.

fent avatar fent commented on May 23, 2024

This is what I get when I print the contents of what that page returns, at least when requested programmatically

<html>
<head>
  <title>Page Unavailable</title>
  <style>
    body { background: #303030; text-align: center; color: white; }
    #page { border: 1px solid #CCC; width: 500px; margin: 100px auto 0; padding: 30px; background: #323232; }
    a, a:link, a:visited { color: #CCC; }
    .error { color: #222; }
  </style>
</head>
<body onload="setTimeout(function() { window.location = '/' }, 5000)">
  <div id="page">
    <h1 class="title">Page Unavailable</h1>
    <p>The page you requested is temporarily unavailable.</p>
    <p>We're redirecting you to the <a href="/">homepage</a> in 5 seconds.</p>
    <div class="error">(Error 403 Forbidden)</div>
  </div>
</body>
</html>

Looks like it was checking for the 'User-Agent' header, I gave it the first one I found and it was happy.

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0

from feedme.js.

MichMich avatar MichMich commented on May 23, 2024

I would have never found that. Awesome! Thanks for your help. Really appreciate it.

from feedme.js.

Related Issues (18)

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.