RSSHub/lib/v2/141ppv
kid101x a0f12f26d8
fix(route): 修正141ppv中image获取问题 (#13355)
* 修正141ppv中image获取问题

原来抓取的`src`值似乎是私有媒体存储库,无论是在本机访问还是在RSS服务访问都会返回”Link expired“,其网页代码为

```
<img class="image" src="https://silverpic.com/img/uxhocjwud4y7ocgksyhc3fjtg6pqqfqxw2p4jpn2fe/****.jpg" onerror="this.onerror=null;this.src='https://www.141ppv.com/movies/****.jpg'">
```

现在改为直接获取`onerror`,然后正则匹配URL,将该值给`image`,如果没有则返回`null`。

* Update lib/v2/141ppv/index.js

---------
2023-09-22 17:45:30 +08:00
..
templates
index.js fix(route): 修正141ppv中image获取问题 (#13355) 2023-09-22 17:45:30 +08:00
maintainer.js
radar.js feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
router.js