Merge pull request #113 from alfa-jor/master

fix pagination, revamp channel
This commit is contained in:
Alfa
2017-10-02 00:08:47 +02:00
committed by GitHub
2 changed files with 107 additions and 373 deletions

View File

@@ -40,7 +40,7 @@ def lista(item):
server="datoporn", fanart=scrapedthumbnail.replace("_t.jpg", ".jpg")))
# Extrae la marca de siguiente página
next_page = scrapertools.find_single_match(data, '<a href="([^"]+)">Next')
next_page = scrapertools.find_single_match(data, '<a href=["|\']([^["|\']+)["|\']>Next')
if next_page and itemlist:
itemlist.append(item.clone(action="lista", title=">> Página Siguiente", url=next_page))

File diff suppressed because one or more lines are too long