Skip to content

fix: update Crunchyroll RSS feed endpoints#914

Merged
wax911 merged 1 commit into
developfrom
fix/crunchyroll-rss-endpoint-update
Aug 23, 2025
Merged

fix: update Crunchyroll RSS feed endpoints#914
wax911 merged 1 commit into
developfrom
fix/crunchyroll-rss-endpoint-update

Conversation

@wax911

@wax911 wax911 commented Aug 23, 2025

Copy link
Copy Markdown
Member

AniTrend Pull Request

Thank you for contributing! Please take a moment to review our contributing guidelines
to make the process easy and effective for everyone involved.

Please open an issue before embarking on any significant pull request, especially those that
add a new library or change existing tests, otherwise you risk spending a lot of time working
on something that might not end up being merged into the project.

Before opening a pull request, please ensure you've done the following:

  • You have followed our contributing guidelines
  • Double checked that your branch is based on develop and targets develop (where applicable)
  • Pull request has tests (if applicable)
  • Documentation is updated (if necessary)
  • Description explains the issue/use-case resolved

Description

Remove /anime path segment from RSS feed URLs due to feedburner.com endpoint changes:

  • Update popularFeed endpoint from crunchyroll/rss/anime/popular to crunchyroll/rss/popular
  • Update latestFeed endpoint from crunchyroll/rss/anime to crunchyroll/rss

This resolves feed connectivity issues caused by the updated feedburner.com API structure.

Screenshots:

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (Improves existing functionality)

IMPORTANT: By submitting a patch, you agree to allow the project
owners to license your work under the terms of the MIT License.

Copilot AI review requested due to automatic review settings August 23, 2025 13:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes Crunchyroll RSS feed connectivity issues by updating the API endpoints to remove the /anime path segment from RSS feed URLs, addressing changes in feedburner.com's API structure.

  • Updated popularFeed endpoint to remove /anime path segment
  • Updated latestFeed endpoint to remove /anime path segment

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

Remove '/anime' path segment from RSS feed URLs due to
feedburner.com endpoint changes:
- Update popularFeed endpoint from 'crunchyroll/rss/anime/popular' to 'crunchyroll/rss/popular'
- Update latestFeed endpoint from 'crunchyroll/rss/anime' to 'crunchyroll/rss'

This resolves feed connectivity issues caused by the updated
feedburner.com API structure.
@wax911 wax911 force-pushed the fix/crunchyroll-rss-endpoint-update branch from 404b73e to 15c5811 Compare August 23, 2025 13:55
@github-actions github-actions Bot added the docs label Aug 23, 2025
@wax911 wax911 added the bugfix label Aug 23, 2025
@wax911 wax911 enabled auto-merge (squash) August 23, 2025 13:56
@wax911 wax911 merged commit 0bccc87 into develop Aug 23, 2025
9 checks passed
@wax911 wax911 deleted the fix/crunchyroll-rss-endpoint-update branch August 23, 2025 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants