AO3-5086 Update Spotify subdomain for embeds #3079

Merged
merged 3 commits into from Nov 25, 2017

Conversation

Projects
None yet
6 participants
Owner

sarken commented Sep 26, 2017

Issue

https://otwarchive.atlassian.net/browse/AO3-5086

Purpose

Allow embeds from the open subdomain for Spotify. According to the issue, we no longer need to support the old embed subdomain.

Testing

See issue

@@ -106,7 +106,7 @@ module Transformers
then "archiveofourown"
when /^podfic\.com\//
then "podfic"
- when /^(embed\.)?spotify\.com\//
+ when /^(open\.)?spotify\.com\//
@houndci-bot

houndci-bot Sep 26, 2017

Indent when as deep as case.
Use %r around regular expression.

sarken added some commits Sep 26, 2017

@otw-deploy otw-deploy closed this Oct 31, 2017

@zz9pzza zz9pzza reopened this Oct 31, 2017

@elzj elzj merged commit 61c7958 into otwcode:master Nov 25, 2017

3 of 4 checks passed

continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error
Details
Scrutinizer No new issues
Details
codeclimate All good!
Details
hound 2 violations found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment