[extractor/listennotes] Add extractor (#5310)

Closes #5262
Authored by: lksj, pukkandan
This commit is contained in:
Alex Karabanov
2022-11-07 00:00:59 +05:30
committed by GitHub
parent c94df4d19d
commit 0d2a0ecac3
3 changed files with 88 additions and 1 deletions
+1 -1
View File
@@ -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