summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/YoutubeBatch.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-28 16:52:10 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-28 16:52:10 +0100
commit34984dae733c3f3d47b41a0acfba3724d53c65a1 (patch)
treec8d970f64dacfc64cb72bf82c85d7467c99f7264 /module/plugins/crypter/YoutubeBatch.py
parentUpdate plugins to last changes (diff)
downloadpyload-34984dae733c3f3d47b41a0acfba3724d53c65a1.tar.xz
Code cosmetics: plugin class attributes
Diffstat (limited to 'module/plugins/crypter/YoutubeBatch.py')
-rw-r--r--module/plugins/crypter/YoutubeBatch.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/crypter/YoutubeBatch.py b/module/plugins/crypter/YoutubeBatch.py
index 09a3466b5..c66f94753 100644
--- a/module/plugins/crypter/YoutubeBatch.py
+++ b/module/plugins/crypter/YoutubeBatch.py
@@ -10,8 +10,8 @@ from module.utils import save_join
class YoutubeBatch(Crypter):
- __name__ = "YoutubeBatch"
- __type__ = "crypter"
+ __name__ = "YoutubeBatch"
+ __type__ = "crypter"
__version__ = "1.01"
__pattern__ = r'https?://(?:www\.|m\.)?youtube\.com/(?P<TYPE>user|playlist|view_play_list)(/|.*?[?&](?:list|p)=)(?P<ID>[\w-]+)'
@@ -22,8 +22,8 @@ class YoutubeBatch(Crypter):
("uploads", "bool", "Grab channel unplaylisted videos", True)]
__description__ = """Youtube.com channel & playlist decrypter plugin"""
- __license__ = "GPLv3"
- __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
+ __license__ = "GPLv3"
+ __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
API_KEY = "AIzaSyCKnWLNlkX-L4oD1aEzqqhRw1zczeD6_k0"