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
|`format`| false |`html`, `json`, `xml`|`html`| Type of response, default `html` will render HTML page, `json` will give JSON response with HTML string and `xml` will give original RSS feed |
41
39
42
40
> [!WARNING]\
43
41
> If crawler is not a browser, response will be original XML feed.
default: 'This endpoint will return HTML render from XML RSS feed, if User-Agent is not a browser, it will return XML RSS feed',
33
32
url: '`string`, required, url to RSS feed (could be base64 encoded)',
34
-
html: '`boolean`, default: `false`, return HTML data into JSON response',
35
-
json: '`boolean`, default: `false`, return Podcast object into JSON response',
36
-
xml: '`boolean`, default: `false`, return XML RSS feed',
33
+
format: '`html`, `json` or `xml`, optional, default `html`, type of response, default `html` will render HTML page, `json` will give JSON response with HTML string and `xml` will give original RSS feed',
37
34
},
38
-
about: 'Render HTML from RSS feed',
35
+
about: 'Render HTML from RSS feed. If User-Agent is not a browser, it will return XML RSS feed',
0 commit comments