mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-07 04:09:25 +00:00
add recommended feeds
This commit is contained in:
parent
2feb1c3657
commit
7cafab767e
1 changed files with 16 additions and 0 deletions
|
|
@ -129,6 +129,22 @@ export function SettingsView({
|
|||
Add Custom Feed
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{/* Recommended feeds section */}
|
||||
<div className="bg-background-main/30 rounded-lg p-4 border border-utils-divider">
|
||||
<h3 className="text-white font-bold mb-3">Recommended Feeds</h3>
|
||||
<code className="text-type-secondary text-xs md:text-sm">
|
||||
https://www.moviefone.com/feeds/movie-news.rss
|
||||
<br />
|
||||
https://www.moviefone.com/feeds/tv-news.rss
|
||||
<br />
|
||||
https://www.filmjabber.com/rss/rss-dvd-reviews.php
|
||||
<br />
|
||||
https://screenrant.com/feed/
|
||||
<br />
|
||||
https://www.darkhorizons.com/feed/
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue