-
Notifications
You must be signed in to change notification settings - Fork 140
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
sexbabevr patch #1792
sexbabevr patch #1792
Conversation
1babef6
to
446666a
Compare
Contents/Code/PAutils.py
Outdated
@@ -458,7 +458,7 @@ def cleanHTML(text): | |||
def getCleanSearchTitle(title): | |||
trashTitle = ( | |||
'RARBG', 'COM', r'\d{3,4}x\d{3,4}', 'HEVC', r'H\d{3}', 'AVC', r'\dK', | |||
r'\d{3,4}p', 'TOWN.AG_', 'XXX', 'MP4', 'KLEENEX', 'SD', 'HD', | |||
r'\d{3,4}p', 'TOWN.AG_', 'MP4', 'KLEENEX', 'SD', 'HD', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed to match exact id e.g., https://realjamvr.com/scene/kill-bill-o-ren-ishii-a-xxx-parody/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use then searchData.filename
not searchData.title
, it can break other sites
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted
446666a
to
54fd0d4
Compare
if '|' in tagline: | ||
tagline = tagline.split('|')[1].strip() | ||
elif '-' in tagline: | ||
tagline = tagline.split('-')[0].strip() | ||
|
||
metadata.tagline = tagline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if neither conditional hits tagline is undefined
54fd0d4
to
28aac12
Compare
c819107
to
119630d
Compare
119630d
to
4639aa8
Compare
site updated update page url update xpath selectors
4639aa8
to
950b48e
Compare
site updated
update page url
update xpath selectors