Closed (fixed)
Project:
Media Remote
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2024 at 10:03 UTC
Updated:
6 Jun 2025 at 06:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
ekes commentedComment #4
ekes commentedOK a bit more than the minimum change to the regex. Add the test and user feedback too.
Comment #5
marcoscanoThanks for filing this and for the fix.
Is there a scenario where old URLs should be supported too? In other words, should be change the regex to the new format or should we just accept the new format as well?
Comment #6
ekes commentedI think I was planning that
(?:\/episodes)but then didn't follow through?. As seen in the in the update from Buzzsprout themselves it's only the new format for their content. In our case however, there will be entities with the old pattern that have it in the field with the old URL, no point in updating that. Sorry kinda rushing about here today.Comment #7
dgroene commentedPatch for version 1.9.1 (same as MR)
Comment #8
dgroene commentedComment #10
marcoscanoSorry for the late reply. Committed, thanks! 👍