rss-bridge.nixc.us Open in urlscan Pro
2604:a880:cad:d0::ef5:1001  Public Scan

URL: https://rss-bridge.nixc.us/
Submission: On June 07 via api from US — Scanned from US

Form analysis 24 forms found in the DOM

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="CssSelectorBridge">
  <div class="parameters"><label for="arg-CssSelectorBridge-0-home_page">Site URL: Home page with latest articles</label>
    <input required="" id="arg-CssSelectorBridge-0-home_page" type="text" value="" placeholder="https://example.com/blog/" name="home_page">
    <i class="info" data-for="arg-CssSelectorBridge-0-home_page" title="Example (right click to use):
https://example.com/blog/" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-CssSelectorBridge-0-url_selector">Selector for article links or their parent elements</label>
    <input required="" id="arg-CssSelectorBridge-0-url_selector" type="text" value="" placeholder="a.article" name="url_selector">
    <i class="info" data-for="arg-CssSelectorBridge-0-url_selector" title="This bridge works using CSS selectors, e.g. &quot;a.article&quot; will match all <a class=&quot;article&quot; 
href=&quot;URL&quot;>TITLE</a> on home page, each one being treated as a feed item. 

Instead of just a link you can selet one of its parent element. Everything inside that
element becomes feed item content, e.g. image and summary present on home page.
When doing so, the first link inside the selected element becomes feed item URL/Title.

Example (right click to use):
a.article" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-CssSelectorBridge-0-url_pattern">[Optional] Pattern for site URLs to keep in feed</label>
    <input id="arg-CssSelectorBridge-0-url_pattern" type="text" value="" placeholder="/blog/article/.*" name="url_pattern">
    <i class="info" data-for="arg-CssSelectorBridge-0-url_pattern" title="Optionally filter items by applying a regular expression on their URL

Example (right click to use):
/blog/article/.*" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-CssSelectorBridge-0-content_selector">[Optional] Selector to expand each article content</label>
    <input id="arg-CssSelectorBridge-0-content_selector" type="text" value="" placeholder="article.content" name="content_selector">
    <i class="info" data-for="arg-CssSelectorBridge-0-content_selector" title="When specified, the bridge will fetch each article from its URL
and extract content using the provided selector (Slower!)

Example (right click to use):
article.content" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-CssSelectorBridge-0-content_cleanup">[Optional] Content cleanup: List of items to remove</label>
    <input id="arg-CssSelectorBridge-0-content_cleanup" type="text" value="" placeholder="div.ads, div.comments" name="content_cleanup">
    <i class="info" data-for="arg-CssSelectorBridge-0-content_cleanup" title="Selector for unnecessary elements to remove inside article contents.

Example (right click to use):
div.ads, div.comments" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-CssSelectorBridge-0-title_cleanup">[Optional] Text to remove from expanded article title</label>
    <input id="arg-CssSelectorBridge-0-title_cleanup" type="text" value="" placeholder=" | BlogName" name="title_cleanup">
    <i class="info" data-for="arg-CssSelectorBridge-0-title_cleanup" title="When fetching each article page, feed item title comes from page title. 
Specify here some text from page title that need to be removed, e.g. &quot; | BlogName&quot;.

Example (right click to use):
 | BlogName" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-CssSelectorBridge-0-discard_thumbnail">[Optional] Discard thumbnail set by site author</label>
    <input id="arg-CssSelectorBridge-0-discard_thumbnail" type="checkbox" name="discard_thumbnail">
    <i class="info" data-for="arg-CssSelectorBridge-0-discard_thumbnail" title="Some sites set their logo as thumbnail for every article. Use this option to discard it." oncontextmenu="return false">i</i><label
      for="arg-CssSelectorBridge-0-thumbnail_as_header">[Optional] Insert thumbnail as article header</label>
    <input id="arg-CssSelectorBridge-0-thumbnail_as_header" type="checkbox" name="thumbnail_as_header">
    <i class="info" data-for="arg-CssSelectorBridge-0-thumbnail_as_header" title="Insert article main image on top of article contents." oncontextmenu="return false">i</i><label for="arg-CssSelectorBridge-0-limit">Limit</label>
    <input id="arg-CssSelectorBridge-0-limit" type="number" value="" placeholder="" name="limit">
    <i class="info" data-for="arg-CssSelectorBridge-0-limit" title="Maximum number of items to return" oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="FeedMergeBridge">
  <div class="parameters"><label for="arg-FeedMergeBridge-0-feed_name">Feed name</label>
    <input id="arg-FeedMergeBridge-0-feed_name" type="text" value="" placeholder="FeedMerge" name="feed_name">
    <i class="info" data-for="arg-FeedMergeBridge-0-feed_name" title="Example (right click to use):
FeedMerge" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-FeedMergeBridge-0-feed_1">Feed url</label>
    <input required="" id="arg-FeedMergeBridge-0-feed_1" type="text" value="" placeholder="https://lorem-rss.herokuapp.com/feed?unit=day" name="feed_1">
    <i class="info" data-for="arg-FeedMergeBridge-0-feed_1" title="Example (right click to use):
https://lorem-rss.herokuapp.com/feed?unit=day" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-FeedMergeBridge-0-feed_2">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_2" type="text" value="" placeholder="" name="feed_2">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_3">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_3" type="text" value="" placeholder="" name="feed_3">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_4">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_4" type="text" value="" placeholder="" name="feed_4">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_5">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_5" type="text" value="" placeholder="" name="feed_5">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_6">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_6" type="text" value="" placeholder="" name="feed_6">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_7">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_7" type="text" value="" placeholder="" name="feed_7">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_8">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_8" type="text" value="" placeholder="" name="feed_8">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_9">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_9" type="text" value="" placeholder="" name="feed_9">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-feed_10">Feed url</label>
    <input id="arg-FeedMergeBridge-0-feed_10" type="text" value="" placeholder="" name="feed_10">
    <i class="no-info"></i><label for="arg-FeedMergeBridge-0-limit">Limit</label>
    <input id="arg-FeedMergeBridge-0-limit" type="number" value="" placeholder="" name="limit">
    <i class="info" data-for="arg-FeedMergeBridge-0-limit" title="Maximum number of items to return" oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="FeedReducerBridge">
  <div class="parameters"><label for="arg-FeedReducerBridge-0-url">Feed URI</label>
    <input required="" id="arg-FeedReducerBridge-0-url" type="text" value="" placeholder="https://lorem-rss.herokuapp.com/feed?length=42" name="url">
    <i class="info" data-for="arg-FeedReducerBridge-0-url" title="Example (right click to use):
https://lorem-rss.herokuapp.com/feed?length=42" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-FeedReducerBridge-0-percentage">percentage</label>
    <input required="" id="arg-FeedReducerBridge-0-percentage" type="number" value="" placeholder="50" name="percentage">
    <i class="info" data-for="arg-FeedReducerBridge-0-percentage" title="Example (right click to use):
50" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="FilterBridge">
  <div class="parameters"><label for="arg-FilterBridge-0-url">Feed URL</label>
    <input required="" id="arg-FilterBridge-0-url" type="text" value="" placeholder="https://lorem-rss.herokuapp.com/feed?unit=day" name="url">
    <i class="info" data-for="arg-FilterBridge-0-url" title="Example (right click to use):
https://lorem-rss.herokuapp.com/feed?unit=day" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-FilterBridge-0-filter">Filter (regular expression!!!)</label>
    <input id="arg-FilterBridge-0-filter" type="text" value="" placeholder="" name="filter">
    <i class="no-info"></i><label for="arg-FilterBridge-0-filter_type">Filter type</label>
    <select id="arg-FilterBridge-0-filter_type" name="filter_type">
      <option value="permit" selected="">Keep matching items</option>
      <option value="block">Hide matching items</option>
    </select>
    <i class="no-info"></i><label for="arg-FilterBridge-0-case_insensitive">Case-insensitive filter</label>
    <input id="arg-FilterBridge-0-case_insensitive" type="checkbox" name="case_insensitive">
    <i class="no-info"></i><label for="arg-FilterBridge-0-fix_encoding">Attempt Latin1/UTF-8 fixes when evaluating filter</label>
    <input id="arg-FilterBridge-0-fix_encoding" type="checkbox" name="fix_encoding">
    <i class="no-info"></i><label for="arg-FilterBridge-0-target_author">Apply filter on author</label>
    <input id="arg-FilterBridge-0-target_author" type="checkbox" name="target_author">
    <i class="no-info"></i><label for="arg-FilterBridge-0-target_content">Apply filter on content</label>
    <input id="arg-FilterBridge-0-target_content" type="checkbox" name="target_content">
    <i class="no-info"></i><label for="arg-FilterBridge-0-target_title">Apply filter on title</label>
    <input id="arg-FilterBridge-0-target_title" type="checkbox" name="target_title" checked="">
    <i class="no-info"></i><label for="arg-FilterBridge-0-target_uri">Apply filter on URI/URL</label>
    <input id="arg-FilterBridge-0-target_uri" type="checkbox" name="target_uri">
    <i class="no-info"></i><label for="arg-FilterBridge-0-title_from_content">Generate title from content (overwrite existing title)</label>
    <input id="arg-FilterBridge-0-title_from_content" type="checkbox" name="title_from_content">
    <i class="no-info"></i><label for="arg-FilterBridge-0-length_limit">Max length analyzed by filter (-1: no limit)</label>
    <input id="arg-FilterBridge-0-length_limit" type="number" value="-1" placeholder="" name="length_limit">
    <i class="no-info"></i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="GettrBridge">
  <div class="parameters"><label for="arg-GettrBridge-0-user">User</label>
    <input required="" id="arg-GettrBridge-0-user" type="text" value="" placeholder="joerogan" name="user">
    <i class="info" data-for="arg-GettrBridge-0-user" title="Example (right click to use):
joerogan" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-GettrBridge-0-limit">Limit</label>
    <input required="" id="arg-GettrBridge-0-limit" type="number" value="5" placeholder="" name="limit">
    <i class="info" data-for="arg-GettrBridge-0-limit" title="Maximum number of items to return (maximum 20)" oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="MastodonBridge">
  <div class="parameters"><label for="arg-MastodonBridge-0-canusername">Canonical username</label>
    <input required="" id="arg-MastodonBridge-0-canusername" type="text" value="" placeholder="@sebsauvage@framapiaf.org" name="canusername">
    <i class="info" data-for="arg-MastodonBridge-0-canusername" title="Example (right click to use):
@sebsauvage@framapiaf.org" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-MastodonBridge-0-noregular">Without regular statuses</label>
    <input id="arg-MastodonBridge-0-noregular" type="checkbox" name="noregular">
    <i class="info" data-for="arg-MastodonBridge-0-noregular" title="Hide regular statuses (i.e. non-boosts, replies, etc.)" oncontextmenu="return false">i</i><label for="arg-MastodonBridge-0-norep">Without replies</label>
    <input id="arg-MastodonBridge-0-norep" type="checkbox" name="norep">
    <i class="info" data-for="arg-MastodonBridge-0-norep" title="Hide replies, as determined by relations (not mentions)." oncontextmenu="return false">i</i><label for="arg-MastodonBridge-0-noboost">Without boosts</label>
    <input id="arg-MastodonBridge-0-noboost" type="checkbox" name="noboost">
    <i class="info" data-for="arg-MastodonBridge-0-noboost" title="Hide boosts. This will reduce loading time as RSS-Bridge fetches the boosted status from other federated instances." oncontextmenu="return false">i</i><label
      for="arg-MastodonBridge-0-signaturetype">Signature Type</label>
    <select id="arg-MastodonBridge-0-signaturetype" name="signaturetype">
      <option value="noquery" selected="">Without Query (Mastodon)</option>
      <option value="query">With Query (GoToSocial)</option>
      <option value="nosig">Don't sign</option>
    </select>
    <i class="info" data-for="arg-MastodonBridge-0-signaturetype" title="How to sign requests when fetching from instances.
                Defaults to &quot;nosig&quot; for RSS-Bridge instances that did not set up signatures." oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="RedditBridge"><input type="hidden" name="context" value="single">
  <div class="parameters"><label for="arg-RedditBridge-single-r">SubReddit</label>
    <input required="" id="arg-RedditBridge-single-r" type="text" value="" placeholder="selfhosted" name="r">
    <i class="info" data-for="arg-RedditBridge-single-r" title="SubReddit name

Example (right click to use):
selfhosted" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-single-f">Flair</label>
    <input id="arg-RedditBridge-single-f" type="text" value="" placeholder="Proxy" name="f">
    <i class="info" data-for="arg-RedditBridge-single-f" title="Flair filter

Example (right click to use):
Proxy" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-single-score">Minimal score</label>
    <input id="arg-RedditBridge-single-score" type="number" value="" placeholder="100" name="score">
    <i class="info" data-for="arg-RedditBridge-single-score" title="Filter out posts with lower score

Example (right click to use):
100" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-single-d">Sort By</label>
    <select id="arg-RedditBridge-single-d" name="d">
      <option value="hot" selected="">Hot</option>
      <option value="relevance">Relevance</option>
      <option value="new">New</option>
      <option value="top">Top</option>
    </select>
    <i class="info" data-for="arg-RedditBridge-single-d" title="Sort by new, hot, top or relevancy" oncontextmenu="return false">i</i><label for="arg-RedditBridge-single-search">Keyword search</label>
    <input id="arg-RedditBridge-single-search" type="text" value="" placeholder="cats, dogs" name="search">
    <i class="info" data-for="arg-RedditBridge-single-search" title="Keyword search, separated by commas

Example (right click to use):
cats, dogs" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-single-frontend">frontend</label>
    <select id="arg-RedditBridge-single-frontend" name="frontend">
      <option value="https://old.reddit.com">old.reddit.com</option>
      <option value="https://reddit.com">reddit.com</option>
      <option value="https://libreddit.kavin.rocks">libreddit.kavin.rocks</option>
    </select>
    <i class="info" data-for="arg-RedditBridge-single-frontend" title="choose frontend for  reddit" oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="RedditBridge"><input type="hidden" name="context" value="multi">
  <div class="parameters"><label for="arg-RedditBridge-multi-rs">SubReddits</label>
    <input required="" id="arg-RedditBridge-multi-rs" type="text" value="" placeholder="selfhosted, php" name="rs">
    <i class="info" data-for="arg-RedditBridge-multi-rs" title="SubReddit names, separated by commas

Example (right click to use):
selfhosted, php" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-multi-score">Minimal score</label>
    <input id="arg-RedditBridge-multi-score" type="number" value="" placeholder="100" name="score">
    <i class="info" data-for="arg-RedditBridge-multi-score" title="Filter out posts with lower score

Example (right click to use):
100" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-multi-d">Sort By</label>
    <select id="arg-RedditBridge-multi-d" name="d">
      <option value="hot" selected="">Hot</option>
      <option value="relevance">Relevance</option>
      <option value="new">New</option>
      <option value="top">Top</option>
    </select>
    <i class="info" data-for="arg-RedditBridge-multi-d" title="Sort by new, hot, top or relevancy" oncontextmenu="return false">i</i><label for="arg-RedditBridge-multi-search">Keyword search</label>
    <input id="arg-RedditBridge-multi-search" type="text" value="" placeholder="cats, dogs" name="search">
    <i class="info" data-for="arg-RedditBridge-multi-search" title="Keyword search, separated by commas

Example (right click to use):
cats, dogs" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-multi-frontend">frontend</label>
    <select id="arg-RedditBridge-multi-frontend" name="frontend">
      <option value="https://old.reddit.com">old.reddit.com</option>
      <option value="https://reddit.com">reddit.com</option>
      <option value="https://libreddit.kavin.rocks">libreddit.kavin.rocks</option>
    </select>
    <i class="info" data-for="arg-RedditBridge-multi-frontend" title="choose frontend for  reddit" oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="RedditBridge"><input type="hidden" name="context" value="user">
  <div class="parameters"><label for="arg-RedditBridge-user-u">User</label>
    <input required="" id="arg-RedditBridge-user-u" type="text" value="" placeholder="shwikibot" name="u">
    <i class="info" data-for="arg-RedditBridge-user-u" title="User name

Example (right click to use):
shwikibot" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-user-comments">Comments</label>
    <input id="arg-RedditBridge-user-comments" type="checkbox" name="comments">
    <i class="info" data-for="arg-RedditBridge-user-comments" title="Whether to return comments" oncontextmenu="return false">i</i><label for="arg-RedditBridge-user-score">Minimal score</label>
    <input id="arg-RedditBridge-user-score" type="number" value="" placeholder="100" name="score">
    <i class="info" data-for="arg-RedditBridge-user-score" title="Filter out posts with lower score

Example (right click to use):
100" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-user-d">Sort By</label>
    <select id="arg-RedditBridge-user-d" name="d">
      <option value="hot" selected="">Hot</option>
      <option value="relevance">Relevance</option>
      <option value="new">New</option>
      <option value="top">Top</option>
    </select>
    <i class="info" data-for="arg-RedditBridge-user-d" title="Sort by new, hot, top or relevancy" oncontextmenu="return false">i</i><label for="arg-RedditBridge-user-search">Keyword search</label>
    <input id="arg-RedditBridge-user-search" type="text" value="" placeholder="cats, dogs" name="search">
    <i class="info" data-for="arg-RedditBridge-user-search" title="Keyword search, separated by commas

Example (right click to use):
cats, dogs" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-RedditBridge-user-frontend">frontend</label>
    <select id="arg-RedditBridge-user-frontend" name="frontend">
      <option value="https://old.reddit.com">old.reddit.com</option>
      <option value="https://reddit.com">reddit.com</option>
      <option value="https://libreddit.kavin.rocks">libreddit.kavin.rocks</option>
    </select>
    <i class="info" data-for="arg-RedditBridge-user-frontend" title="choose frontend for  reddit" oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="RumbleBridge">
  <div class="parameters"><label for="arg-RumbleBridge-0-account">Account</label>
    <input required="" id="arg-RumbleBridge-0-account" type="text" value="bjornandreasbullhansen" placeholder="" name="account">
    <i class="no-info"></i><label for="arg-RumbleBridge-0-type">Type</label>
    <select id="arg-RumbleBridge-0-type" name="type">
      <option value="channel">Channel</option>
      <option value="user">User</option>
    </select>
    <i class="no-info"></i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="SoundcloudBridge">
  <div class="parameters"><label for="arg-SoundcloudBridge-0-u">username</label>
    <input required="" id="arg-SoundcloudBridge-0-u" type="text" value="" placeholder="thekidlaroi" name="u">
    <i class="info" data-for="arg-SoundcloudBridge-0-u" title="Example (right click to use):
thekidlaroi" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-SoundcloudBridge-0-t">Content</label>
    <select id="arg-SoundcloudBridge-0-t" name="t">
      <option value="all">All (except likes)</option>
      <option value="tracks" selected="">Tracks</option>
      <option value="albums">Albums</option>
      <option value="playlists">Playlists</option>
      <option value="reposts">Reposts</option>
      <option value="likes">Likes</option>
    </select>
    <i class="no-info"></i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="TelegramBridge">
  <div class="parameters"><label for="arg-TelegramBridge-0-username">Username</label>
    <input required="" id="arg-TelegramBridge-0-username" type="text" value="" placeholder="@rssbridge" name="username">
    <i class="info" data-for="arg-TelegramBridge-0-username" title="Example (right click to use):
@rssbridge" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="ThePirateBayBridge">
  <div class="parameters"><label for="arg-ThePirateBayBridge-0-q">keywords/username/category, separated by semicolons</label>
    <input required="" id="arg-ThePirateBayBridge-0-q" type="text" value="" placeholder="simpsons" name="q">
    <i class="info" data-for="arg-ThePirateBayBridge-0-q" title="Example (right click to use):
simpsons" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-ThePirateBayBridge-0-crit">Search type</label>
    <select id="arg-ThePirateBayBridge-0-crit" name="crit">
      <option value="search">search</option>
      <option value="cat">category</option>
      <option value="usr">user</option>
    </select>
    <i class="no-info"></i><label for="arg-ThePirateBayBridge-0-catCheck">Specify category for keyword search ?</label>
    <input id="arg-ThePirateBayBridge-0-catCheck" type="checkbox" name="catCheck">
    <i class="no-info"></i><label for="arg-ThePirateBayBridge-0-cat">Category number</label>
    <input id="arg-ThePirateBayBridge-0-cat" type="text" value="" placeholder="100, 200… See TPB for category number" name="cat">
    <i class="info" data-for="arg-ThePirateBayBridge-0-cat" title="Example (right click to use):
100, 200… See TPB for category number" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-ThePirateBayBridge-0-trusted">Only get results from Trusted or VIP users ?</label>
    <input id="arg-ThePirateBayBridge-0-trusted" type="checkbox" name="trusted">
    <i class="no-info"></i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="TikTokBridge"><input type="hidden" name="context" value="By user">
  <div class="parameters"><label for="arg-TikTokBridge-By+user-username">Username</label>
    <input required="" id="arg-TikTokBridge-By+user-username" type="text" value="" placeholder="@tiktok" name="username">
    <i class="info" data-for="arg-TikTokBridge-By+user-username" title="Example (right click to use):
@tiktok" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="TwitchBridge">
  <div class="parameters"><label for="arg-TwitchBridge-0-channel">Channel</label>
    <input required="" id="arg-TwitchBridge-0-channel" type="text" value="" placeholder="criticalrole" name="channel">
    <i class="info" data-for="arg-TwitchBridge-0-channel" title="Lowercase channel name as seen in channel URL

Example (right click to use):
criticalrole" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-TwitchBridge-0-type">Type</label>
    <select id="arg-TwitchBridge-0-type" name="type">
      <option value="all">All</option>
      <option value="archive" selected="">Archive</option>
      <option value="highlight">Highlights</option>
      <option value="upload">Uploads</option>
      <option value="past_premiere">Past Premieres</option>
      <option value="premiere_upload">Premiere Uploads</option>
    </select>
    <i class="no-info"></i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="VkBridge">
  <div class="parameters"><label for="arg-VkBridge-0-u">Group or user name</label>
    <input required="" id="arg-VkBridge-0-u" type="text" value="" placeholder="elonmusk_tech" name="u">
    <i class="info" data-for="arg-VkBridge-0-u" title="Example (right click to use):
elonmusk_tech" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-VkBridge-0-hide_reposts">Hide reposts</label>
    <input id="arg-VkBridge-0-hide_reposts" type="checkbox" name="hide_reposts">
    <i class="no-info"></i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="XPathBridge">
  <div class="parameters"><label for="arg-XPathBridge--url">Enter web page URL</label>
    <input required="" id="arg-XPathBridge--url" type="text" value="https://news.blizzard.com/en-en" placeholder="https://news.blizzard.com/en-en" name="url">
    <i class="info" data-for="arg-XPathBridge--url" title="You can specify any website URL which serves data suited for display in RSS feeds
(for example a news blog).

Example (right click to use):
https://news.blizzard.com/en-en" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--item">Item selector</label>
    <input required="" id="arg-XPathBridge--item" type="text" value="/html/body/div/div[4]/div[2]/div[2]/div/div/section/ol/li/article" placeholder="/html/body/div/div[4]/div[2]/div[2]/div/div/section/ol/li/article" name="item">
    <i class="info" data-for="arg-XPathBridge--item" title="Enter an XPath expression matching a list of dom nodes, each node containing one
feed article item in total (usually a surrounding <div> or <span> tag). This will
be the context nodes for all of the following expressions. This expression usually
starts with a single forward slash.

Example (right click to use):
/html/body/div/div[4]/div[2]/div[2]/div/div/section/ol/li/article" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--title">Item title selector</label>
    <input required="" id="arg-XPathBridge--title" type="text" value=".//div/div[2]/h2" placeholder=".//div/div[2]/h2" name="title">
    <i class="info" data-for="arg-XPathBridge--title" title="This expression should match a node contained within each article item node
containing the article headline. It should start with a dot followed by two
forward slashes, referring to any descendant nodes of the article item node.

Example (right click to use):
.//div/div[2]/h2" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--content">Item description selector</label>
    <input id="arg-XPathBridge--content" type="text" value=".//div[@class=&quot;ArticleListItem-description&quot;]/div[@class=&quot;h6&quot;]" placeholder=".//div[@class=&quot;ArticleListItem-description&quot;]/div[@class=&quot;h6&quot;]"
      name="content">
    <i class="info" data-for="arg-XPathBridge--content" title="This expression should match a node contained within each article item node
containing the article content or description. It should start with a dot
followed by two forward slashes, referring to any descendant nodes of the
article item node.

Example (right click to use):
.//div[@class=&quot;ArticleListItem-description&quot;]/div[@class=&quot;h6&quot;]" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--raw_content">Use raw item description</label>
    <input id="arg-XPathBridge--raw_content" type="checkbox" name="raw_content">
    <i class="info" data-for="arg-XPathBridge--raw_content" title="Whether to use the raw item description or to replace certain characters with
special significance in HTML by HTML entities (using the PHP function htmlspecialchars)." oncontextmenu="return false">i</i><label for="arg-XPathBridge--uri">Item URL selector</label>
    <input id="arg-XPathBridge--uri" type="text" value=".//a[@class=&quot;ArticleLink ArticleLink&quot;]/@href" placeholder=".//a[@class=&quot;ArticleLink ArticleLink&quot;]/@href" name="uri">
    <i class="info" data-for="arg-XPathBridge--uri" title="This expression should match a node's attribute containing the article URL
(usually the href attribute of an <a> tag). It should start with a dot
followed by two forward slashes, referring to any descendant nodes of
the article item node. Attributes can be selected by prepending an @ char
before the attributes name.

Example (right click to use):
.//a[@class=&quot;ArticleLink ArticleLink&quot;]/@href" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--author">Item author selector</label>
    <input id="arg-XPathBridge--author" type="text" value="" placeholder="" name="author">
    <i class="info" data-for="arg-XPathBridge--author" title="This expression should match a node contained within each article item
node containing the article author's name. It should start with a dot
followed by two forward slashes, referring to any descendant nodes of
the article item node." oncontextmenu="return false">i</i><label for="arg-XPathBridge--timestamp">Item date selector</label>
    <input id="arg-XPathBridge--timestamp" type="text" value=".//time[@class=&quot;ArticleListItem-footerTimestamp&quot;]/@timestamp" placeholder=".//time[@class=&quot;ArticleListItem-footerTimestamp&quot;]/@timestamp" name="timestamp">
    <i class="info" data-for="arg-XPathBridge--timestamp" title="This expression should match a node or node's attribute containing the
article timestamp or date (parsable by PHP's strtotime function). It
should start with a dot followed by two forward slashes, referring to
any descendant nodes of the article item node. Attributes can be
selected by prepending an @ char before the attributes name.

Example (right click to use):
.//time[@class=&quot;ArticleListItem-footerTimestamp&quot;]/@timestamp" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--enclosures">Item image selector</label>
    <input id="arg-XPathBridge--enclosures" type="text" value=".//div[@class=&quot;ArticleListItem-image&quot;]/@style" placeholder=".//div[@class=&quot;ArticleListItem-image&quot;]/@style" name="enclosures">
    <i class="info" data-for="arg-XPathBridge--enclosures" title="This expression should match a node's attribute containing an article
image URL (usually the src attribute of an <img> tag or a style
attribute). It should start with a dot followed by two forward slashes,
referring to any descendant nodes of the article item node. Attributes
can be selected by prepending an @ char before the attributes name.

Example (right click to use):
.//div[@class=&quot;ArticleListItem-image&quot;]/@style" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--categories">Item category selector</label>
    <input id="arg-XPathBridge--categories" type="text" value=".//div[@class=&quot;ArticleListItem-label&quot;]" placeholder=".//div[@class=&quot;ArticleListItem-label&quot;]" name="categories">
    <i class="info" data-for="arg-XPathBridge--categories" title="This expression should match a node or node's attribute contained
within each article item node containing the article category. This
could be inside <div> or <span> tags or sometimes be hidden
in a data attribute. It should start with a dot followed by two
forward slashes, referring to any descendant nodes of the article
item node. Attributes can be selected by prepending an @ char
before the attributes name.

Example (right click to use):
.//div[@class=&quot;ArticleListItem-label&quot;]" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-XPathBridge--fix_encoding">Fix encoding</label>
    <input id="arg-XPathBridge--fix_encoding" type="checkbox" name="fix_encoding">
    <i class="info" data-for="arg-XPathBridge--fix_encoding" title="Check this to fix feed encoding by invoking PHP's utf8_decode
function on all extracted texts. Try this in case you see &quot;broken&quot; or
&quot;weird&quot; characters in your feed where you'd normally expect umlauts
or any other non-ascii characters." oncontextmenu="return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YouTubeCommunityTabBridge"><input type="hidden" name="context" value="By channel ID">
  <div class="parameters"><label for="arg-YouTubeCommunityTabBridge-By+channel+ID-channel">Channel ID</label>
    <input required="" id="arg-YouTubeCommunityTabBridge-By+channel+ID-channel" type="text" value="" placeholder="UCULkRHBdLC5ZcEQBaL0oYHQ" name="channel">
    <i class="info" data-for="arg-YouTubeCommunityTabBridge-By+channel+ID-channel" title="Example (right click to use):
UCULkRHBdLC5ZcEQBaL0oYHQ" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YouTubeCommunityTabBridge"><input type="hidden" name="context" value="By username">
  <div class="parameters"><label for="arg-YouTubeCommunityTabBridge-By+username-username">Username</label>
    <input required="" id="arg-YouTubeCommunityTabBridge-By+username-username" type="text" value="" placeholder="YouTubeUK" name="username">
    <i class="info" data-for="arg-YouTubeCommunityTabBridge-By+username-username" title="Example (right click to use):
YouTubeUK" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YoutubeBridge"><input type="hidden" name="context" value="By username">
  <div class="parameters"><label for="arg-YoutubeBridge-By+username-u">username</label>
    <input required="" id="arg-YoutubeBridge-By+username-u" type="text" value="" placeholder="LinusTechTips" name="u">
    <i class="info" data-for="arg-YoutubeBridge-By+username-u" title="Example (right click to use):
LinusTechTips" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+username-duration_min">min. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+username-duration_min" type="number" value="" placeholder="5" name="duration_min">
    <i class="info" data-for="arg-YoutubeBridge-By+username-duration_min" title="Minimum duration for the video in minutes

Example (right click to use):
5" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+username-duration_max">max. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+username-duration_max" type="number" value="" placeholder="10" name="duration_max">
    <i class="info" data-for="arg-YoutubeBridge-By+username-duration_max" title="Maximum duration for the video in minutes

Example (right click to use):
10" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YoutubeBridge"><input type="hidden" name="context" value="By channel id">
  <div class="parameters"><label for="arg-YoutubeBridge-By+channel+id-c">channel id</label>
    <input required="" id="arg-YoutubeBridge-By+channel+id-c" type="text" value="" placeholder="UCw38-8_Ibv_L6hlKChHO9dQ" name="c">
    <i class="info" data-for="arg-YoutubeBridge-By+channel+id-c" title="Example (right click to use):
UCw38-8_Ibv_L6hlKChHO9dQ" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+channel+id-duration_min">min. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+channel+id-duration_min" type="number" value="" placeholder="5" name="duration_min">
    <i class="info" data-for="arg-YoutubeBridge-By+channel+id-duration_min" title="Minimum duration for the video in minutes

Example (right click to use):
5" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+channel+id-duration_max">max. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+channel+id-duration_max" type="number" value="" placeholder="10" name="duration_max">
    <i class="info" data-for="arg-YoutubeBridge-By+channel+id-duration_max" title="Maximum duration for the video in minutes

Example (right click to use):
10" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YoutubeBridge"><input type="hidden" name="context" value="By custom name">
  <div class="parameters"><label for="arg-YoutubeBridge-By+custom+name-custom">custom name</label>
    <input required="" id="arg-YoutubeBridge-By+custom+name-custom" type="text" value="" placeholder="LinusTechTips" name="custom">
    <i class="info" data-for="arg-YoutubeBridge-By+custom+name-custom" title="Example (right click to use):
LinusTechTips" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+custom+name-duration_min">min. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+custom+name-duration_min" type="number" value="" placeholder="5" name="duration_min">
    <i class="info" data-for="arg-YoutubeBridge-By+custom+name-duration_min" title="Minimum duration for the video in minutes

Example (right click to use):
5" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+custom+name-duration_max">max. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+custom+name-duration_max" type="number" value="" placeholder="10" name="duration_max">
    <i class="info" data-for="arg-YoutubeBridge-By+custom+name-duration_max" title="Maximum duration for the video in minutes

Example (right click to use):
10" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YoutubeBridge"><input type="hidden" name="context" value="By playlist Id">
  <div class="parameters"><label for="arg-YoutubeBridge-By+playlist+Id-p">playlist id</label>
    <input required="" id="arg-YoutubeBridge-By+playlist+Id-p" type="text" value="" placeholder="PL8mG-RkN2uTzJc8N0EoyhdC54prvBBLpj" name="p">
    <i class="info" data-for="arg-YoutubeBridge-By+playlist+Id-p" title="Example (right click to use):
PL8mG-RkN2uTzJc8N0EoyhdC54prvBBLpj" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+playlist+Id-duration_min">min. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+playlist+Id-duration_min" type="number" value="" placeholder="5" name="duration_min">
    <i class="info" data-for="arg-YoutubeBridge-By+playlist+Id-duration_min" title="Minimum duration for the video in minutes

Example (right click to use):
5" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-By+playlist+Id-duration_max">max. duration (minutes)</label>
    <input id="arg-YoutubeBridge-By+playlist+Id-duration_max" type="number" value="" placeholder="10" name="duration_max">
    <i class="info" data-for="arg-YoutubeBridge-By+playlist+Id-duration_max" title="Maximum duration for the video in minutes

Example (right click to use):
10" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

GET ?

<form method="GET" action="?" class="bridge-form">
  <input type="hidden" name="action" value="display">
  <input type="hidden" name="bridge" value="YoutubeBridge"><input type="hidden" name="context" value="Search result">
  <div class="parameters"><label for="arg-YoutubeBridge-Search+result-s">search keyword</label>
    <input required="" id="arg-YoutubeBridge-Search+result-s" type="text" value="" placeholder="LinusTechTips" name="s">
    <i class="info" data-for="arg-YoutubeBridge-Search+result-s" title="Example (right click to use):
LinusTechTips" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-Search+result-pa">page</label>
    <input id="arg-YoutubeBridge-Search+result-pa" type="number" value="" placeholder="1" name="pa">
    <i class="info" data-for="arg-YoutubeBridge-Search+result-pa" title="This option is not work anymore, as YouTube will always return the same page

Example (right click to use):
1" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-Search+result-duration_min">min. duration (minutes)</label>
    <input id="arg-YoutubeBridge-Search+result-duration_min" type="number" value="" placeholder="5" name="duration_min">
    <i class="info" data-for="arg-YoutubeBridge-Search+result-duration_min" title="Minimum duration for the video in minutes

Example (right click to use):
5" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i><label for="arg-YoutubeBridge-Search+result-duration_max">max. duration (minutes)</label>
    <input id="arg-YoutubeBridge-Search+result-duration_max" type="number" value="" placeholder="10" name="duration_max">
    <i class="info" data-for="arg-YoutubeBridge-Search+result-duration_max" title="Maximum duration for the video in minutes

Example (right click to use):
10" oncontextmenu="rssbridge_use_placeholder_value(this);return false">i</i>
  </div><button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>
</form>

Text Content

SEARCH

Find Feed from URL



CSS SELECTOR BRIDGE

Convert any site to RSS feed using CSS selectors (Advanced Users)

Show more
Site URL: Home page with latest articles iSelector for article links or their
parent elements i[Optional] Pattern for site URLs to keep in feed i[Optional]
Selector to expand each article content i[Optional] Content cleanup: List of
items to remove i[Optional] Text to remove from expanded article title
i[Optional] Discard thumbnail set by site author i[Optional] Insert thumbnail as
article header iLimit i
Generate feed
Show less

ORelio


FEEDMERGE

This bridge merges two or more feeds into a single feed. Max 10 items are
fetched from each feed.

Show more
Feed name iFeed url iFeed url Feed url Feed url Feed url Feed url Feed url Feed
url Feed url Feed url Limit i
Generate feed
Show less

dvikan


FEED REDUCER [%]

Choose a percentage of a feed you want to see.

Show more
Feed URI ipercentage i
Generate feed
Show less

mdemoss


FILTER

Filters a feed of your choice

Show more
Feed URL iFilter (regular expression!!!) Filter type Keep matching items Hide
matching items Case-insensitive filter Attempt Latin1/UTF-8 fixes when
evaluating filter Apply filter on author Apply filter on content Apply filter on
title Apply filter on URI/URL Generate title from content (overwrite existing
title) Max length analyzed by filter (-1: no limit)
Generate feed
Show less

Frenzie, ORelio


GETTR.COM BRIDGE

Fetches the latest posts from a GETTR user

Show more
User iLimit i
Generate feed
Show less

dvikan


ACTIVITYPUB BRIDGE

Returns recent statuses. Supports Mastodon, Pleroma and Misskey, among others.
Access to instances that have Authorized Fetch enabled requires configuration.

Show more
Canonical username iWithout regular statuses iWithout replies iWithout boosts
iSignature Type Without Query (Mastodon) With Query (GoToSocial) Don't sign i
Generate feed
Show less

Austin Huang


REDDIT BRIDGE

Return hot submissions from Reddit

Show more

SINGLE

SubReddit iFlair iMinimal score iSort By Hot Relevance New Top iKeyword search
ifrontend old.reddit.com reddit.com libreddit.kavin.rocks i
Generate feed

MULTI

SubReddits iMinimal score iSort By Hot Relevance New Top iKeyword search
ifrontend old.reddit.com reddit.com libreddit.kavin.rocks i
Generate feed

USER

User iComments iMinimal score iSort By Hot Relevance New Top iKeyword search
ifrontend old.reddit.com reddit.com libreddit.kavin.rocks i
Generate feed
Show less

dawidsowa


RUMBLE.COM

Fetches the latest channel/user videos

Show more
Account Type Channel User
Generate feed
Show less

dvikan


SOUNDCLOUD BRIDGE

Returns 10 newest music from user profile

Show more
username iContent All (except likes) Tracks Albums Playlists Reposts Likes
Generate feed
Show less

kranack, Roliga


TELEGRAM BRIDGE

Returns newest posts from a *public* Telegram channel

Show more
Username i
Generate feed
Show less

VerifiedJoseph


THE PIRATE BAY

Returns results for the keywords. You can put several list of keywords by
separating them with a semicolon (e.g. "one show;another show"). Category based
search needs the category number as input. User based search takes the Uploader
name. Search can be done in a specified category

Show more
keywords/username/category, separated by semicolons iSearch type search category
user Specify category for keyword search ? Category number iOnly get results
from Trusted or VIP users ?
Generate feed
Show less

dvikan


TIKTOK BRIDGE

Returns posts

Show more

BY USER

Username i
Generate feed
Show less

VerifiedJoseph


TWITCH BRIDGE

Twitch channel videos

Show more
Channel iType All Archive Highlights Uploads Past Premieres Premiere Uploads
Generate feed
Show less

Roliga


VK.COM

Working with open pages

Show more
Group or user name iHide reposts
Generate feed
Show less

em92


XPATHBRIDGE

Parse any webpage using XPath expressions

Show more



Enter web page URL iItem selector iItem title selector iItem description
selector iUse raw item description iItem URL selector iItem author selector
iItem date selector iItem image selector iItem category selector iFix encoding i
Generate feed
Show less

Niehztog


YOUTUBE COMMUNITY TAB BRIDGE

Returns posts from a channel's community tab

Show more

BY CHANNEL ID

Channel ID i
Generate feed

BY USERNAME

Username i
Generate feed
Show less

VerifiedJoseph


YOUTUBE BRIDGE

Returns the 10 newest videos by username/channel/playlist or search

Show more

BY USERNAME

username imin. duration (minutes) imax. duration (minutes) i
Generate feed

BY CHANNEL ID

channel id imin. duration (minutes) imax. duration (minutes) i
Generate feed

BY CUSTOM NAME

custom name imin. duration (minutes) imax. duration (minutes) i
Generate feed

BY PLAYLIST ID

playlist id imin. duration (minutes) imax. duration (minutes) i
Generate feed

SEARCH RESULT

search keyword ipage imin. duration (minutes) imax. duration (minutes) i
Generate feed
Show less

No maintainer

https://github.com/RSS-Bridge/rss-bridge



2024-02-02 (git.master.cfd4068)

17/456 active bridges.