* 修正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 --------- |
||
|---|---|---|
| .. | ||
| templates | ||
| index.js | ||
| maintainer.js | ||
| radar.js | ||
| router.js | ||