Commit Graph

3 Commits

Author SHA1 Message Date
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
DIYgod 7b65ba69bb
feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
Ethan Shen 377a31fc9d
fix(route): 141JAV & 141PPV (#12594)
* fix(route): 141JAV & 141PPV

* fix radar
2023-06-04 21:53:51 +08:00