Merge pull request #758 from auouymous/filter-extension-doc

link to filter extension documentation on website
This commit is contained in:
Eric Le Lay 2020-02-26 08:37:25 +01:00 committed by GitHub
commit 33277f0fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ __title__ = _('Filter Episodes')
__description__ = _('Disable automatic downloads based on episode title.')
__only_for__ = 'gtk'
__authors__ = 'Brand Huntsman <http://qzx.com/mail/>'
__doc__ = 'https://gpodder.github.io/docs/extensions/filter.html'
DefaultConfig = {
'filters': []