mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
fix ondebaixa lang selector
This commit is contained in:
@@ -118,7 +118,7 @@ function parseTorrentPage(body) {
|
||||
magnetLink: magnetLink,
|
||||
category: parseCategory(category),
|
||||
uploadDate: new Date($('time').attr('datetime')),
|
||||
languages: sanitizePtLanguages(details.find('span:contains(\'Idioma\')')[0].nextSibling.nodeValue)
|
||||
languages: sanitizePtLanguages(details.find('span:contains(\'Idioma\')').next().text())
|
||||
}));
|
||||
resolve(torrents.filter((x) => x));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user