[luscious] fix tag extraction

This commit is contained in:
Mike Fährmann
2017-09-01 16:29:52 +02:00
parent b8862ff15e
commit f98e3e8002
3 changed files with 3 additions and 3 deletions

View File

@@ -51,8 +51,8 @@ class LusciousAlbumExtractor(AsynchronousExtractor):
def get_metadata(self, page):
"""Collect metadata for extractor-job"""
data = text.extract_all(page, (
("title" , '"og:title" content="', '"'),
("tags" , '<meta name="keywords" content="', '"'),
("title" , '"og:title" content="', '"'),
(None , '<li class="user_info">', ''),
("count" , '<p>', ' '),
(None , '<p>Section:', ''),