diff --git a/src/Linkification/Embedding.coffee b/src/Linkification/Embedding.coffee index 0e99ac41c..9eb7f6a72 100644 --- a/src/Linkification/Embedding.coffee +++ b/src/Linkification/Embedding.coffee @@ -215,7 +215,7 @@ Embedding = title: (req, data) -> return unless req.status - {key, uid, link} = data + {key, uid} = data {status} = req service = Embedding.types[key].title @@ -229,7 +229,7 @@ Embedding = when 404 text = "Not Found" when 403 - text = if service.ignore403 then link.textContent else "Forbidden or Private" + text = "Forbidden or Private" else text = "#{status}'d" Embedding.cb.titleText text, data @@ -545,7 +545,6 @@ Embedding = el title: batchSize: 50 - ignore403: true api: (uids) -> ids = encodeURIComponent uids.join(',') key = '<%= meta.youtubeAPIKey %>'