mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-23 02:04:54 -05:00
CssXPath-StarSelector (#4506)
* CssXPath-StarSelector Add support for selectors such as `a[href*="example"]` https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors Translated to `.//a[contains(@href,"example")]` Upstream PR: https://github.com/PhpGt/CssXPath/pull/181 * Upstream merged
This commit is contained in:
committed by
GitHub
parent
ea0d924985
commit
2acf3a4dd8
@@ -3,4 +3,4 @@ namespace Gt\CssXPath;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class CssXPathException extends RuntimeException {}
|
||||
class CssXPathException extends RuntimeException {}
|
||||
|
||||
Reference in New Issue
Block a user