diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-05 16:34:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-05 16:34:57 +0200 |
commit | cc0a1b0fc0de0690e0b98cfd9416fb3a61f5ea05 (patch) | |
tree | f64bdcdf18769b57fed59d0bbc414c9537dda846 /module | |
parent | [PutlockerCom] Renamed to FiredriveCom (diff) | |
download | pyload-cc0a1b0fc0de0690e0b98cfd9416fb3a61f5ea05.tar.xz |
[DailymotionCom] Default quality changed to "Highest"
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/DailymotionCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/DailymotionCom.py b/module/plugins/hoster/DailymotionCom.py index 17e1ecf92..c377a0635 100644 --- a/module/plugins/hoster/DailymotionCom.py +++ b/module/plugins/hoster/DailymotionCom.py @@ -60,7 +60,7 @@ class DailymotionCom(Hoster): __type__ = "hoster" __pattern__ = r'https?://(?:www\.)?dailymotion\.com/.*?video/(?P<ID>[\w^_]+)' __version__ = "0.2" - __config__ = [("quality", "Lowest;LD 144p;LD 240p;SD 384p;HQ 480p;HD 720p;HD 1080p;Highest", "Quality", "HD 720p")] + __config__ = [("quality", "Lowest;LD 144p;LD 240p;SD 384p;HQ 480p;HD 720p;HD 1080p;Highest", "Quality", "Highest")] __description__ = """Dailymotion.com hoster plugin""" __author_name__ = "Walter Purcaro" __author_mail__ = "vuolter@gmail.com" |