diff options
author | Christopher <4Christopher@gmx.de> | 2013-04-13 21:19:27 +0200 |
---|---|---|
committer | Christopher <4Christopher@gmx.de> | 2013-04-13 21:19:27 +0200 |
commit | ba64df181e8f26b5246e6eb26843e69080984227 (patch) | |
tree | 7e6ebcdc7e88986ecb9b46286b9083ac2c3751ef /module/plugins | |
parent | Merge branch 'stable' of git://github.com/pyload/pyload into stable (diff) | |
download | pyload-ba64df181e8f26b5246e6eb26843e69080984227.tar.xz |
Added Putlocker to the list of accepted hosters.
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/crypter/Movie2kTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/Movie2kTo.py b/module/plugins/crypter/Movie2kTo.py index b0b4085a2..f2c5ece55 100644 --- a/module/plugins/crypter/Movie2kTo.py +++ b/module/plugins/crypter/Movie2kTo.py @@ -10,7 +10,7 @@ class Movie2kTo(Crypter): __type__ = 'container' __pattern__ = r'http://(?:www\.)?movie2k\.to/(.*)\.html' __version__ = '0.4' - __config__ = [('accepted_hosters', 'str', 'List of accepted hosters', 'Xvidstage, '), + __config__ = [('accepted_hosters', 'str', 'List of accepted hosters', 'Xvidstage, Putlocker, '), ('dir_quality', 'bool', 'Show the quality of the footage in the folder name', 'True'), ('whole_season', 'bool', 'Download whole season', 'False'), ('everything', 'bool', 'Download everything', 'False'), |