Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handles broken RSS feeds that may not include an <rss> declaration. #179

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    6444e61 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Fixed for feeds with summary AND description

    Before this fix, if the summary tag appeared BEFORE the description tag,
    it was accepted as the description (rather than the full-text which may
    have appeared below the summary tag in the description tag)
    kopertop committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    0a72279 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Support "article" as a tag for feeds

    Some international feeds use <articles> and <article> rather than <items>
    and <item> to separate their articles
    kopertop committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    f602ce9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    447d7d0 View commit details
    Browse the repository at this point in the history
  2. Bumped to v3

    kopertop committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d1125fe View commit details
    Browse the repository at this point in the history
  3. Bumped readable-stream

    kopertop committed May 19, 2022
    Configuration menu
    Copy the full SHA
    daca928 View commit details
    Browse the repository at this point in the history
  4. Bumped to v3.0.1

    kopertop committed May 19, 2022
    Configuration menu
    Copy the full SHA
    9d67579 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge branch 'master' into handle-broken-rss-feeds

    * master:
      Support "article" as a tag for feeds
    kopertop committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a6b2d86 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:danmactough/node-feedparser

    * 'master' of github.com:danmactough/node-feedparser:
      2.2.10
      Update mri
      Update readable-stream
      Update npm audit fixes
      Remove unused Makefile
      Update examples to use node-fetch in place of request
      Update mocha v7
      Update eslint v6
      Replace iconv with iconv-lite
      Update travis config; drop support for unmaintained node versions
    kopertop committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2325572 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into handle-broken-rss-feeds

    * master:
      2.2.10
      Update mri
      Update readable-stream
      Update npm audit fixes
      Remove unused Makefile
      Update examples to use node-fetch in place of request
      Update mocha v7
      Update eslint v6
      Replace iconv with iconv-lite
      Update travis config; drop support for unmaintained node versions
    kopertop committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    71f0892 View commit details
    Browse the repository at this point in the history
  4. Switched to Newstex's repo

    kopertop committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    94d80b0 View commit details
    Browse the repository at this point in the history