def get_url()

in atomresponder/atom_message.py [0:0]


    def get_url(self):
        if self.platform.lower() == "youtube":
            return "https://www.youtube.com/watch?v={0}".format(self.external_id)
        else:
            raise ValueError("Unrecognised platform {0}".format(self.platform))