mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 06:30:40 +08:00
style: auto format
This commit is contained in:
@@ -389,12 +389,6 @@ BT 之家的域名会变更,本路由以 <https://www.btbtt20.com> 为默认
|
|||||||
|
|
||||||
<Route author="Songkeys" example="/eztv/torrents/6048596" path="/eztv/torrents/:imdb_id" :paramsDesc="['想搜寻的 show 的种子所对应的 IMDB ID, 可在 [IMDB](https://www.imdb.com) 官网找到']" supportBT="1"/>
|
<Route author="Songkeys" example="/eztv/torrents/6048596" path="/eztv/torrents/:imdb_id" :paramsDesc="['想搜寻的 show 的种子所对应的 IMDB ID, 可在 [IMDB](https://www.imdb.com) 官网找到']" supportBT="1"/>
|
||||||
|
|
||||||
## 注视影视
|
|
||||||
|
|
||||||
### 更新通知
|
|
||||||
|
|
||||||
<Route author="zytomorrow" example="/gaze/update/5157c267ee121ab8d1b45092304a1e85" path="/gaze/update/:mid" :paramsDesc="['剧集的id。播放页面play之后的一串字符']"/>
|
|
||||||
|
|
||||||
## Hentaimama
|
## Hentaimama
|
||||||
|
|
||||||
### 近期更新
|
### 近期更新
|
||||||
@@ -1463,6 +1457,12 @@ Tiny Tiny RSS 会给所有 iframe 元素添加 `sandbox="allow-scripts"` 属性
|
|||||||
|
|
||||||
<Route author="kt286" example="/radio/2/520767" path="/radio/:channelname/:name" :paramsDesc="['频道ID, 可在对应专辑页面的 URL 中找到','节目ID,可在对应专辑页面的 URL 中找到']" supportPodcast="1"/>
|
<Route author="kt286" example="/radio/2/520767" path="/radio/:channelname/:name" :paramsDesc="['频道ID, 可在对应专辑页面的 URL 中找到','节目ID,可在对应专辑页面的 URL 中找到']" supportPodcast="1"/>
|
||||||
|
|
||||||
|
## 注视影视
|
||||||
|
|
||||||
|
### 更新通知
|
||||||
|
|
||||||
|
<Route author="zytomorrow" example="/gaze/update/5157c267ee121ab8d1b45092304a1e85" path="/gaze/update/:mid" :paramsDesc="['剧集的id。播放页面play之后的一串字符']"/>
|
||||||
|
|
||||||
## 追新番
|
## 追新番
|
||||||
|
|
||||||
### 最近更新
|
### 最近更新
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const got = require('@/utils/got');
|
|||||||
const { art } = require('@/utils/render');
|
const { art } = require('@/utils/render');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const { parseDate } = require('@/utils/parse-date');
|
const { parseDate } = require('@/utils/parse-date');
|
||||||
const timezone = require('@/utils/timezone')
|
const timezone = require('@/utils/timezone');
|
||||||
|
|
||||||
// 站长提供的API
|
// 站长提供的API
|
||||||
const rootUrl = 'https://gaze.run/3e47b75000b0924b6c9ba5759a7cf15d';
|
const rootUrl = 'https://gaze.run/3e47b75000b0924b6c9ba5759a7cf15d';
|
||||||
|
|||||||
Reference in New Issue
Block a user