Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

AO3-5086: Fix last reference to old spotify subdomain #3182

Merged
merged 1 commit into from Nov 25, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
@@ -158,7 +158,7 @@
%w{youtube.com youtube-nocookie.com vimeo.com player.vimeo.com
archiveofourown.org archive.org dailymotion.com 8tracks.com podfic.com
- embed.spotify.com spotify.com w.soundcloud.com soundcloud.com viddertube.com}.each do |source|
+ open.spotify.com spotify.com w.soundcloud.com soundcloud.com viddertube.com}.each do |source|
it "should convert to https for #{source}" do
html = '<iframe width="560" height="315" src="http://' + source + '/embed/123" frameborder="0"></iframe>'