mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 12:51:01 +00:00
Merge pull request #326 from linkchecker/fix-word-maybe
Fix MS Word parser, hopefully
This commit is contained in:
commit
db3e25e934
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class WordParser(_ParserPlugin):
|
|||
|
||||
def check(self, url_data):
|
||||
"""Parse Word data."""
|
||||
content = url_data.get_content()
|
||||
content = url_data.get_raw_content()
|
||||
filename = get_temp_filename(content)
|
||||
# open word file and parse hyperlinks
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue