Closed elliotgao2 closed 7 years ago
There are Css() and Xpath() already. I think the Regex() is useful too.
class Post(Item): id = Regex('\d{32}')
There are Css() and Xpath() already. I think the Regex() is useful too.