From d4d7916d1476eb5682757bc3303c903f89a2c51b Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sun, 22 Oct 2023 23:37:42 -0700 Subject: [PATCH] remove advanced example --- examples/tv_show_subscriptions.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/tv_show_subscriptions.yaml b/examples/tv_show_subscriptions.yaml index dcae3470..5c287227 100644 --- a/examples/tv_show_subscriptions.yaml +++ b/examples/tv_show_subscriptions.yaml @@ -22,15 +22,3 @@ TV Show Full Archive: TV Show Only Recent: = News | TV-14: "BBC": "https://www.youtube.com/@BBCNews" - - -# ADVANCED USAGE: -# Subscriptions can use the same format as a preset found within a config. -"Equivalent to BBC": - preset: - - "TV Show Only Recent" - overrides: - tv_show_name: "BBC" - url: "https://www.youtube.com/@BBCNews" - tv_show_genre: "News" - tv_show_content_rating: "TV-14"