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

an updated tokyohot scraper #1392

Merged
merged 5 commits into from
Jul 27, 2023
Merged

an updated tokyohot scraper #1392

merged 5 commits into from
Jul 27, 2023

Conversation

awalkabout
Copy link
Contributor

basic fragment scraper for stashdb scene tagger. Should work with N, N multipart, K, KB series. Should retrieve performer info.

Copy link
Sponsor Collaborator

@Maista6969 Maista6969 left a comment

Choose a reason for hiding this comment

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

Tested this on the few Tokyo-Hot scenes I have, works great! I extended it to grab the english tags as well

def get_tags(self):
    potential_tags = self.soup.find("div", {"class": "infowrapper"}).find_all("a", href=lambda h: "type" in h)
    return [a.text for a in potential_tags if a.text.isascii()]

Removed separate tokyohotv2.yml and merged into Tokyohot.yml
Added english scene tag extraction per Maista6969
@Maista6969 Maista6969 merged commit 108371b into stashapp:master Jul 27, 2023
1 check passed
litcum22 pushed a commit to litcum22/CommunityScrapers that referenced this pull request Aug 1, 2023
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