readme: cleanup readme (#10)
This commit is contained in:
18
README.md
18
README.md
@@ -86,8 +86,8 @@ pvrs:
|
|||||||
- 'len(Genres) == 0'
|
- 'len(Genres) == 0'
|
||||||
- 'any (Genres, {# in ["anime", "talk-show", "news"]})'
|
- 'any (Genres, {# in ["anime", "talk-show", "news"]})'
|
||||||
- 'Network in ["Twitch", "Xbox Video", "YouTube"]'
|
- 'Network in ["Twitch", "Xbox Video", "YouTube"]'
|
||||||
- 'any (["transgend", "LGBT", "gay", "stand-up", "drag queen", "WWE", "WWF"], {Summary contains #})'
|
- 'any (["harry", "potter", "horrid", "henry", "minions", "WWE", "WWF"], {Summary contains #})'
|
||||||
- 'Title matches "(?i)ru ?paul.+drag.+"'
|
- 'Title matches "(?i)ru ?wwe.+events.+"'
|
||||||
- 'Title contains "My 600"'
|
- 'Title contains "My 600"'
|
||||||
- 'TvdbId in ["248783"]'
|
- 'TvdbId in ["248783"]'
|
||||||
```
|
```
|
||||||
@@ -99,8 +99,8 @@ The rss configuration section is where you will specify the RSS feeds that Nabar
|
|||||||
```yaml
|
```yaml
|
||||||
rss:
|
rss:
|
||||||
feeds:
|
feeds:
|
||||||
- name: omgwtfnzbs series premiere
|
- name: series premiere
|
||||||
url: https://rss.omgwtfnzbs.me/rss-search.php?catid=19,20&user=your-username&api=your-api-key&search=S01E01&langs=11&nuke=1&pw=2&nodupe=1&limit=200
|
url: https://rss.indexer.me/rss-search.php?catid=19,20&user=your-username&api=your-api-key&search=S01E01&langs=11&nuke=1&pw=2&nodupe=1&limit=200
|
||||||
cron: '*/10 * * * *'
|
cron: '*/10 * * * *'
|
||||||
pvrs:
|
pvrs:
|
||||||
- sonarr
|
- sonarr
|
||||||
@@ -146,8 +146,8 @@ pvrs:
|
|||||||
- 'len(Genres) == 0'
|
- 'len(Genres) == 0'
|
||||||
- 'any (Genres, {# in ["anime", "talk-show", "news"]})'
|
- 'any (Genres, {# in ["anime", "talk-show", "news"]})'
|
||||||
- 'Network in ["Twitch", "Xbox Video", "YouTube"]'
|
- 'Network in ["Twitch", "Xbox Video", "YouTube"]'
|
||||||
- 'any (["transgend", "LGBT", "gay", "stand-up", "drag queen", "WWE", "WWF"], {Summary contains #})'
|
- 'any (["harry", "potter", "horrid", "henry", "minions", "WWE", "WWF"], {Summary contains #})'
|
||||||
- 'Title matches "(?i)ru ?paul.+drag.+"'
|
- 'Title matches "(?i)ru ?wwe.+events.+"'
|
||||||
- 'Title contains "My 600"'
|
- 'Title contains "My 600"'
|
||||||
- 'TvdbId in ["248783"]'
|
- 'TvdbId in ["248783"]'
|
||||||
- name: radarr
|
- name: radarr
|
||||||
@@ -167,14 +167,14 @@ pvrs:
|
|||||||
- 'Year < 2021 && (Omdb.Metascore < 55 || Omdb.RottenTomatoes < 55)'
|
- 'Year < 2021 && (Omdb.Metascore < 55 || Omdb.RottenTomatoes < 55)'
|
||||||
- 'Title startsWith "Untitled"'
|
- 'Title startsWith "Untitled"'
|
||||||
- 'any (["WWE", "AEW", "WWF", "NXT", "Live:", "Concert", "Musical", " Edition", "Paglaki Ko", "Wrestling ", "UFC on"], {Title contains #})'
|
- 'any (["WWE", "AEW", "WWF", "NXT", "Live:", "Concert", "Musical", " Edition", "Paglaki Ko", "Wrestling ", "UFC on"], {Title contains #})'
|
||||||
- 'any (["transgend", "LGBT", "gay", "stand-up"], {Summary contains #})'
|
- 'any (["harry", "potter", "horrid", "henry", "minions", "WWE", "WWF"], {Summary contains #})'
|
||||||
- 'Title matches "^UFC.?\\d.+\\:"'
|
- 'Title matches "^UFC.?\\d.+\\:"'
|
||||||
- 'ImdbId in ["tt0765458", "tt0892255"]'
|
- 'ImdbId in ["tt0765458", "tt0892255"]'
|
||||||
- 'TmdbId in ["11910", "8881"]'
|
- 'TmdbId in ["11910", "8881"]'
|
||||||
rss:
|
rss:
|
||||||
feeds:
|
feeds:
|
||||||
- name: omgwtfnzbs series premiere
|
- name: series premiere
|
||||||
url: https://rss.omgwtfnzbs.me/rss-search.php?catid=19,20&user=your-username&api=your-api-key&search=S01E01&langs=11&nuke=1&pw=2&nodupe=1&limit=200
|
url: https://rss.indexer.me/rss-search.php?catid=19,20&user=your-username&api=your-api-key&search=S01E01&langs=11&nuke=1&pw=2&nodupe=1&limit=200
|
||||||
cron: '*/10 * * * *'
|
cron: '*/10 * * * *'
|
||||||
pvrs:
|
pvrs:
|
||||||
- sonarr
|
- sonarr
|
||||||
|
|||||||
Reference in New Issue
Block a user