Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PornoLab scrapper #2091

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Add PornoLab scrapper #2091

merged 2 commits into from
Nov 26, 2024

Conversation

JanisV
Copy link
Contributor

@JanisV JanisV commented Nov 6, 2024

Scraper type(s)

  • performerByName
  • performerByFragment
  • performerByURL
  • sceneByName
  • sceneByQueryFragment
  • sceneByFragment
  • sceneByURL
  • movieByURL
  • galleryByFragment
  • galleryByURL

Examples to test

https://pornolab.net/forum/viewtopic.php?t=3129435
https://pornolab.net/forum/viewtopic.php?t=2482653
https://pornolab.net/forum/viewtopic.php?t=2746513

Short description

Adds a new scene scraper for pornolab.net
This is the largest torrent tracker of adult content in Russia

title = self.get_field_text(post_b, ["Название ролика"])
title = re.sub(r"\[.*?\]", "", title)
title = re.sub(r"\(.*?\)", "", title)
title = re.sub(r"/.*", "", title)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but this resolves to an invalid regex, what was the intention of this?

@feederbox826 feederbox826 merged commit ae771e5 into stashapp:master Nov 26, 2024
1 check passed
@feederbox826
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants