Skip to content

MBS-14272: Don't block OTOTOY interviews#3729

Open
reosarevok wants to merge 1 commit intometabrainz:masterfrom
reosarevok:MBS-14272
Open

MBS-14272: Don't block OTOTOY interviews#3729
reosarevok wants to merge 1 commit intometabrainz:masterfrom
reosarevok:MBS-14272

Conversation

@reosarevok
Copy link
Member

Fix MBS-14272

Problem

From its website: "OTOTOY is a hi-res music store and also brings you the music news, reviews and interviews" So far, we were only allowing for downloadpurchase for any entity types that have that, meaning that while reviews were not blocked (because RG has no purchase option), artist interviews were. Those links all look like https://ototoy.jp/feature/[0-9]+.

Solution

Rather than trying to guess the right type for /feature links (probably mostly reviews for RGs and
interviews for artists, but are they always?) I am playing it safe and just excluding /feature links entirely from the autoselection mechanism.
This will mean they don't get cleaned up to https, but that is their site default anyway so it shouldn't cause many issues.

AI usage

None

Testing

Manually. I don't think we have a way to specifically test that a link is skipped (rather than allowed or blocked) by the system, but if I'm forgetting it and we do, let me know and I can add a test.

From its website: "OTOTOY is a hi-res music store and also
brings you the music news, reviews and interviews"
So far, we were only allowing for downloadpurchase for
any entity types that have that, meaning that while
reviews were not blocked (because RG has no purchase
option), artist interviews were.

Rather than trying to guess the right type for /feature
links (probably mostly reviews for RGs and
interviews for artists, but are they always?) I am playing it
safe and just excluding /feature links entirely from
the autoselection mechanism.
This will mean they don't get cleaned up to https, but that
is their site default anyway so it shouldn't cause many
issues.
@reosarevok reosarevok added Bug Bugs that should be checked/fixed soonish URL handling labels Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Bugs that should be checked/fixed soonish URL handling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant