mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	Merge remote-tracking branch 'add_Babelio/patch-1' into master
This commit is contained in:
		| @@ -121,6 +121,8 @@ class Identifiers(Base): | ||||
|             return u"Douban" | ||||
|         elif format_type == "goodreads": | ||||
|             return u"Goodreads" | ||||
|         elif format_type == "babelio": | ||||
|             return u"Babelio"         | ||||
|         elif format_type == "google": | ||||
|             return u"Google Books" | ||||
|         elif format_type == "kobo": | ||||
| @@ -148,6 +150,8 @@ class Identifiers(Base): | ||||
|             return u"https://dx.doi.org/{0}".format(self.val) | ||||
|         elif format_type == "goodreads": | ||||
|             return u"https://www.goodreads.com/book/show/{0}".format(self.val) | ||||
|         elif format_type == "babelio": | ||||
|             return u"https://www.babelio.com/livres/titre/{0}".format(self.val)         | ||||
|         elif format_type == "douban": | ||||
|             return u"https://book.douban.com/subject/{0}".format(self.val) | ||||
|         elif format_type == "google": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs