mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13319] [MERGED] Fix .gzip handling and URL redirection for XML TV guide parsing #13536
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13319
Author: @theguymadmax
Created: 1/4/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @Bond-009
Base:
master← Head:gzip-fix📝 Commits (1)
ab38009Add support for .gzip files and handle URL redirection📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
src/Jellyfin.LiveTv/Listings/XmlTvListingsProvider.cs(+4 -2)📄 Description
Changes
Added support for handling .gzip compressed XML files in addition to .gz files. Updated the GetXml method to follow URL redirections and use the final redirected URL for processing.
Issues
Fixes #13249 & #12413
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.