Skip to content

Commit

Permalink
Add support for multi channels
Browse files Browse the repository at this point in the history
  • Loading branch information
cc1234 committed Feb 13, 2024
1 parent 139ff3f commit 32472d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/pornpics.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def metadata(self, page):
"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(
Expand Down

0 comments on commit 32472d7

Please sign in to comment.