diff options
Diffstat (limited to 'module/plugins/hoster/XVideosCom.py')
-rw-r--r-- | module/plugins/hoster/XVideosCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/XVideosCom.py b/module/plugins/hoster/XVideosCom.py index fc528bdc9..75d8b9181 100644 --- a/module/plugins/hoster/XVideosCom.py +++ b/module/plugins/hoster/XVideosCom.py @@ -10,6 +10,7 @@ class XVideosCom(Hoster): __name__ = "XVideos.com" __type__ = "hoster" __version__ = "0.12" + __status__ = "stable" __pattern__ = r'http://(?:www\.)?xvideos\.com/video(\d+)' |