diff --git a/tildes/consumers/topic_embedly_extractor.py b/tildes/consumers/topic_embedly_extractor.py index 5f1b8b9..68ca723 100644 --- a/tildes/consumers/topic_embedly_extractor.py +++ b/tildes/consumers/topic_embedly_extractor.py @@ -66,10 +66,6 @@ class TopicEmbedlyExtractor(PgsqlQueueConsumer): self.db_session.add(result) - # update the topic's link if embedly says the final url is different - if topic.link != result.data["url"]: - topic.link = result.data["url"] - new_metadata = EmbedlyScraper.get_metadata_from_result(result) if new_metadata: