From 04e1876a8fab941e9b8f50d9ec105b5587b92919 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 6 Apr 2023 15:15:37 -0400 Subject: [PATCH] Add 'filters' --- filters.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 filters.md diff --git a/filters.md b/filters.md new file mode 100644 index 0000000..ef135f2 --- /dev/null +++ b/filters.md @@ -0,0 +1,34 @@ +# Filters + +some filters that help me out + +## youtube? that's a downloadin + + +Filter: +| type | regex | column | other | +| -------- | -------- | -------- | -------- | +| positive | `^https://(.*\.)*youtube.com` | link | all feeds | +| negative | `podcast` | article tags | all feeds | + +Actions: +Assign Label: dl plz + +note the negative for the podcast tag. that means I need another filter, so check out the one for TTC + +## Tap Tap Concede + +one of the ones people put on youtube. + +Filter: + +| type | regex | column | other | +| -------- | -------- | -------- | -------- | +| positive | `TTC \d*$` | title | lrrmtg | + +Actions: +Assign Label: podcastify-yt plz +Assign Label: \[podcast title\] - Tap Tap Concede +Assign Tags: podcast + +that action to assign podcast means that the catch-all the grab all my YT feeds won't apply dl plz. ez. \ No newline at end of file