Add 'filters'

adam 2023-04-06 15:15:37 -04:00
parent d077a2b50a
commit 04e1876a8f

34
filters.md Normal file

@ -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.