Skip to content

Commit

Permalink
* sb-sankei.el (shimbun-sankei-clear-contents): Modify last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaoka committed Jun 14, 2021
1 parent 477b7a8 commit cfc818b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shimbun/sb-sankei.el
Expand Up @@ -269,7 +269,8 @@ To use this, set both `w3m-use-cookies' and `w3m-use-form' to t."
(read (current-buffer)))))
(not (zerop (length tem)))
tem))
(unless (member id ids)
(if (member id ids)
(goto-char nd)
(goto-char st)
(setq img (and (search-forward
"\"type\":\"image\",\"url\":"
Expand Down Expand Up @@ -300,8 +301,7 @@ To use this, set both `w3m-use-cookies' and `w3m-use-form' to t."
(concat "<br>\n" caption
"<br><br>")
""))
contents))))
(goto-char nd))
contents)))))
(if (and (search-forward "\"content\":" nd t)
(eq (following-char) ?\")
(setq tem (ignore-errors (read (current-buffer)))))
Expand Down

0 comments on commit cfc818b

Please sign in to comment.