diff options
Diffstat (limited to 'module/plugins/hoster/StreamcloudEu.py')
-rw-r--r-- | module/plugins/hoster/StreamcloudEu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/StreamcloudEu.py b/module/plugins/hoster/StreamcloudEu.py index 943beadb5..fd92beffb 100644 --- a/module/plugins/hoster/StreamcloudEu.py +++ b/module/plugins/hoster/StreamcloudEu.py @@ -9,6 +9,7 @@ class StreamcloudEu(XFSHoster): __name__ = "StreamcloudEu" __type__ = "hoster" __version__ = "0.11" + __status__ = "stable" __pattern__ = r'http://(?:www\.)?streamcloud\.eu/\w{12}' |