[extractor/listennotes] Add extractor (#5310)
Closes #5262 Authored by: lksj, pukkandan
This commit is contained in:
parent
c94df4d19d
commit
0d2a0ecac3
3 changed files with 88 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ passthrough_module(__name__, '._legacy', callback=lambda attr: warnings.warn(
|
|||
# HTMLParseError has been deprecated in Python 3.3 and removed in
|
||||
# Python 3.5. Introducing dummy exception for Python >3.5 for compatible
|
||||
# and uniform cross-version exception handling
|
||||
class compat_HTMLParseError(Exception):
|
||||
class compat_HTMLParseError(ValueError):
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue