summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MegavideoCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-18 18:23:40 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-18 18:23:40 +0200
commitf3f046778e2fa934e6be6bf094b4a2330b1a66d9 (patch)
tree6802ab67a046a03dfe1c36305ccfe17a7e810c58 /module/plugins/hoster/MegavideoCom.py
parent[MultiAccount] Still not working, but 90% complete (diff)
downloadpyload-f3f046778e2fa934e6be6bf094b4a2330b1a66d9.tar.xz
Dead plugins are stable, but still dead.
Diffstat (limited to 'module/plugins/hoster/MegavideoCom.py')
-rw-r--r--module/plugins/hoster/MegavideoCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MegavideoCom.py b/module/plugins/hoster/MegavideoCom.py
index a3339a932..fb8b1e50a 100644
--- a/module/plugins/hoster/MegavideoCom.py
+++ b/module/plugins/hoster/MegavideoCom.py
@@ -7,7 +7,7 @@ class MegavideoCom(DeadHoster):
__name__ = "MegavideoCom"
__type__ = "hoster"
__version__ = "0.22"
- __status__ = "testing"
+ __status__ = "stable"
__pattern__ = r'http://(?:www\.)?megavideo\.com/\?.*&?(d|v)=\w+'
__config__ = [] #@TODO: Remove in 0.4.10