From c46b882d9124fab8795b6094d928e76f6d21ae8c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:55:03 +0200 Subject: Fix __description__ Merges vuolter/pyload@74bcc70 (cherry picked from commit cca4127f9853ab029cbf0b55fedced124400952d) Conflicts: module/plugins/Account.py module/plugins/Container.py module/plugins/Crypter.py module/plugins/Hook.py module/plugins/Plugin.py module/plugins/container/LinkList.py pyload/plugins/crypter/HoerbuchIn.py --- module/plugins/crypter/DailymotionBatch.py | 2 +- module/plugins/crypter/DlProtectCom.py | 2 +- module/plugins/crypter/NosvideoCom.py | 2 +- module/plugins/crypter/TnyCz.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'module/plugins/crypter') diff --git a/module/plugins/crypter/DailymotionBatch.py b/module/plugins/crypter/DailymotionBatch.py index ad1cae67f..2b692f92a 100644 --- a/module/plugins/crypter/DailymotionBatch.py +++ b/module/plugins/crypter/DailymotionBatch.py @@ -30,7 +30,7 @@ class DailymotionBatch(Crypter): __type__ = "crypter" __pattern__ = r"https?://(?:www\.)?dailymotion\.com/((playlists/)?(?Pplaylist|user)/)?(?P[\w^_]+)(?(TYPE)|#)" __version__ = "0.01" - __description__ = """Dailymotion channel & playlist decrypter""" + __description__ = """Dailymotion.com channel & playlist decrypter""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" diff --git a/module/plugins/crypter/DlProtectCom.py b/module/plugins/crypter/DlProtectCom.py index d93455a55..bb5f68039 100644 --- a/module/plugins/crypter/DlProtectCom.py +++ b/module/plugins/crypter/DlProtectCom.py @@ -29,7 +29,7 @@ class DlProtectCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?dl-protect\.com/((en|fr)/)?(?P\w+)" __version__ = "0.01" - __description__ = """dl-protect.com decrypter plugin""" + __description__ = """Dl-protect.com decrypter plugin""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" diff --git a/module/plugins/crypter/NosvideoCom.py b/module/plugins/crypter/NosvideoCom.py index eae836038..f85f33844 100644 --- a/module/plugins/crypter/NosvideoCom.py +++ b/module/plugins/crypter/NosvideoCom.py @@ -6,7 +6,7 @@ class NosvideoCom(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?nosvideo\.com/\?v=\w+" __version__ = "0.01" - __description__ = """Nosvideo.com Plugin""" + __description__ = """Nosvideo.com decrypter plugin""" __author_name__ = "igel" __author_mail__ = "igelkun@myopera.com" diff --git a/module/plugins/crypter/TnyCz.py b/module/plugins/crypter/TnyCz.py index 444eb53f6..aeecea9ea 100644 --- a/module/plugins/crypter/TnyCz.py +++ b/module/plugins/crypter/TnyCz.py @@ -27,7 +27,7 @@ class TnyCz(SimpleCrypter): __type__ = "crypter" __pattern__ = r"http://(?:www\.)?tny\.cz/\w+" __version__ = "0.01" - __description__ = """Tny.cz Plugin""" + __description__ = """Tny.cz decrypter plugin""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" -- cgit v1.2.3