diff options
Diffstat (limited to 'pyload/plugins/crypter/DownloadVimeoCom.py')
-rw-r--r-- | pyload/plugins/crypter/DownloadVimeoCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/DownloadVimeoCom.py b/pyload/plugins/crypter/DownloadVimeoCom.py index 9b5fd552a..e3e6704cd 100644 --- a/pyload/plugins/crypter/DownloadVimeoCom.py +++ b/pyload/plugins/crypter/DownloadVimeoCom.py @@ -10,9 +10,8 @@ class DownloadVimeoCom(Crypter): __name__ = 'DownloadVimeoCom' __type__ = 'crypter' __pattern__ = r'(?:http://vimeo\.com/\d*|http://smotri\.com/video/view/\?id=.*)' - ## The download from dailymotion failed with a 403 __version__ = '0.1' - __description__ = """Video Download Plugin based on downloadvimeo.com""" + __description__ = """Vimeo.com decrypter plugin""" __author_name__ = "4Christopher" __author_mail__ = "4Christopher@gmx.de" |