diff options
author | 2015-06-21 15:02:48 +0200 | |
---|---|---|
committer | 2015-06-21 15:02:48 +0200 | |
commit | f19708a6ab034786025904d945f11000cfeb9bee (patch) | |
tree | 862430835bb4542153b534d5811af5355fc1424d /module/plugins/hoster/YoutubeCom.py | |
parent | Merge pull request #1508 from GammaC0de/patch-1 (diff) | |
parent | [YoutubeCom] Version up (diff) | |
download | pyload-f19708a6ab034786025904d945f11000cfeb9bee.tar.xz |
Merge pull request #1529 from GammaC0de/patch-1
[YoutubeCom] Version up
Diffstat (limited to 'module/plugins/hoster/YoutubeCom.py')
-rw-r--r-- | module/plugins/hoster/YoutubeCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/YoutubeCom.py b/module/plugins/hoster/YoutubeCom.py index 5f9105825..451a4f6c8 100644 --- a/module/plugins/hoster/YoutubeCom.py +++ b/module/plugins/hoster/YoutubeCom.py @@ -32,7 +32,7 @@ def which(program): class YoutubeCom(Hoster): __name__ = "YoutubeCom" __type__ = "hoster" - __version__ = "0.42" + __version__ = "0.43" __pattern__ = r'https?://(?:[^/]*\.)?(youtube\.com|youtu\.be)/watch\?(?:.*&)?v=.+' __config__ = [("quality", "sd;hd;fullhd;240p;360p;480p;720p;1080p;3072p", "Quality Setting" , "hd" ), |