├── README.md ├── changelog.md ├── config.yml ├── plugins └── log_filter.py └── secrets.yml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zilexa/Flexget-the-lazy-couch-experience/HEAD/README.md -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zilexa/Flexget-the-lazy-couch-experience/HEAD/changelog.md -------------------------------------------------------------------------------- /config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zilexa/Flexget-the-lazy-couch-experience/HEAD/config.yml -------------------------------------------------------------------------------- /plugins/log_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zilexa/Flexget-the-lazy-couch-experience/HEAD/plugins/log_filter.py -------------------------------------------------------------------------------- /secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zilexa/Flexget-the-lazy-couch-experience/HEAD/secrets.yml --------------------------------------------------------------------------------