Add support for multi channels

pull/5195/head
cc1234 7 months ago
parent 139ff3f6ab
commit 32472d7d6c

@ -77,6 +77,7 @@ class PornpicsGalleryExtractor(PornpicsExtractor, GalleryExtractor):
"slug" : extr("/galleries/", "/").rpartition("-")[0],
"title" : text.unescape(extr("<h1>", "<")),
"channel" : extr('>Channel:', '</a>').rpartition(">")[2],
"channels" : text.split_html(extr(">Channel:&nbsp;", '</div>')),
"models" : text.split_html(extr(
">Models:", '<span class="suggest')),
"categories": text.split_html(extr(

Loading…
Cancel
Save