mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
+1
-1
@@ -77,7 +77,7 @@ class BaseParser:
|
||||
@property
|
||||
def full_text(self):
|
||||
"""The full text content (including links) of the element."""
|
||||
return self.pq.text_content()
|
||||
return self.lxml.text_content()
|
||||
|
||||
def find(self, selector, first=False, _encoding=None):
|
||||
"""Given a jQuery selector, returns a list of element objects."""
|
||||
|
||||
@@ -17,7 +17,7 @@ DESCRIPTION = 'HTML Parsing for Humans.'
|
||||
URL = 'https://github.com/kennethreitz/requests-html'
|
||||
EMAIL = 'me@kennethreitz.org'
|
||||
AUTHOR = 'Kenneth Reitz'
|
||||
VERSION = '0.3.0'
|
||||
VERSION = '0.3.1'
|
||||
|
||||
# What packages are required for this module to be executed?
|
||||
REQUIRED = [
|
||||
|
||||
Reference in New Issue
Block a user