mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix List filter styles, fix freeones spam (#1853)
* Fix List filter styles, fix freeones spam
This commit is contained in:
committed by
GitHub
parent
39fdde273d
commit
5ec70ac3e0
@@ -46,7 +46,7 @@ xPathScrapers:
|
||||
- regex: \sBio\s*$
|
||||
with: ""
|
||||
URL: //link[@rel="alternate" and @hreflang="x-default"]/@href
|
||||
Twitter: //a[contains(@href,'twitter.com/')]/@href
|
||||
Twitter: //a[not(starts-with(@href,'https://twitter.com/FreeOnes'))][contains(@href,'twitter.com/')]/@href
|
||||
Instagram: //a[contains(@href,'instagram.com/')]/@href
|
||||
Birthdate:
|
||||
selector: //span[contains(text(),'Born On')]
|
||||
|
||||
Reference in New Issue
Block a user