You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the keep_only or discard options are set in the configuration, the On-the-Fly and Placeholder filters fail, resulting in no feeds being returned.
- path: /otf
on_the_fly_filters: true
filters:
- keep_only:
field: title
Could you tell me where to modify the code so that the keep_only and discard filters are applied to the title by default? Many YouTube feeds have descriptions with keywords that I don't want to filter, which often leads to false positives. To overcome this, I primarily use these filters to target titles only, so I will compile the code myself after making the changes.
The text was updated successfully, but these errors were encountered:
Could you tell me where to modify the code so that the keep_only and discard filters are applied to the title by default?
Sorry, but it's currently impossible use on_the_fly_filters keep_only filter and filter only by titles. This is because on_the_fly filters gets translated as normal filters with the most basic config, which defaults to match any fields.
Of course you can modify the code if you want. You can change it here:
When the
keep_only
ordiscard
options are set in the configuration, the On-the-Fly and Placeholder filters fail, resulting in no feeds being returned.Could you tell me where to modify the code so that the keep_only and discard filters are applied to the title by default? Many YouTube feeds have descriptions with keywords that I don't want to filter, which often leads to false positives. To overcome this, I primarily use these filters to target titles only, so I will compile the code myself after making the changes.
The text was updated successfully, but these errors were encountered: