add Litres references

pull/1616/head
Alexander Yakovlev 4 years ago
parent d137735be1
commit 4e28c3cadb
No known key found for this signature in database
GPG Key ID: 1CDC4B7820C93BD3

@ -142,6 +142,8 @@ class Identifiers(Base):
return u"https://www.kobo.com/ebook/{0}".format(self.val)
elif format_type == "lubimyczytac":
return u" https://lubimyczytac.pl/ksiazka/{0}".format(self.val)
elif format_type == "litres":
return u"https://www.litres.ru/{0}".format(self.val)
elif format_type == "url":
return u"{0}".format(self.val)
else:

Loading…
Cancel
Save