You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/joinus/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We welcome all pull requests. Suggestions and feedback are also welcomed [here](
20
20
21
21
### Access the target data source API
22
22
23
-
Use [axios](https://github.com/axios/axios) to access the target data source API, assign the acquired title, link, description and datetime to ctx.state.data(refer to Data for the list of parameters), typically it looks like this: [/routes/bilibili/bangumi.js](https://github.com/DIYgod/RSSHub/blob/master/routes/bilibili/bangumi.js)
23
+
Use [axios](https://github.com/axios/axios) to access the target data source API, assign the acquired title, link, description and datetime to ctx.state.data (refer to Data for the list of parameters) , typically it looks like this: [/routes/bilibili/bangumi.js](https://github.com/DIYgod/RSSHub/blob/master/routes/bilibili/bangumi.js)
24
24
25
25
### Acquire data from HTML
26
26
@@ -72,17 +72,17 @@ Reference article:
72
72
73
73
-[Create a podcast - Apple](https://help.apple.com/itc/podcasts_connect/?lang=en#/itca5b22233a)
74
74
-[Podcast best practices - Apple](https://help.apple.com/itc/podcasts_connect/?lang=en#/itc2b3780e76)
75
-
- Itunes podcast XML generator :https://codepen.io/jon-walstedt/pen/jsIup
76
-
- Feed Validation Service :https://podba.se/validate/?url=https://rsshub.app/ximalaya/album/299146/
75
+
- Itunes podcast XML generator : https://codepen.io/jon-walstedt/pen/jsIup
76
+
- Feed Validation Service : https://podba.se/validate/?url=https://rsshub.app/ximalaya/album/299146/
77
77
78
-
these datas can make your podcast subscribeable:
78
+
these datas can make your podcast subscribeable:
79
79
80
80
```js
81
81
ctx.state.data= {
82
82
title:'', // The feed title
83
83
link:'', // The feed link
84
84
itunes_author:'', // The channel's author, you must fill this data.
0 commit comments