diff options
| author | 2013-11-16 12:39:45 +0100 | |
|---|---|---|
| committer | 2013-11-16 12:39:45 +0100 | |
| commit | a92c0e7561b90ed876ecae31833aaeec855f860e (patch) | |
| tree | ebcf8fe47bd7227b5f67f2c2c48f558a766c8767 /module | |
| parent | added version to abstract extractor (diff) | |
| download | pyload-a92c0e7561b90ed876ecae31833aaeec855f860e.tar.xz | |
Hoster: FastixRu: Fixed pattern
Diffstat (limited to 'module')
| -rw-r--r-- | module/plugins/hoster/FastixRu.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/module/plugins/hoster/FastixRu.py b/module/plugins/hoster/FastixRu.py index c2791c5d2..8805081c9 100644 --- a/module/plugins/hoster/FastixRu.py +++ b/module/plugins/hoster/FastixRu.py @@ -9,11 +9,11 @@ from module.common.json_layer import json_loads  class FastixRu(Hoster):      __name__ = "FastixRu" -    __version__ = "0.03" +    __version__ = "0.04"      __type__ = "hoster" -    __pattern__ = r"http?://.*fastix.ru\..*" +    __pattern__ = r"http://(?:www\.)?fastix\.(ru|it)/file/(?P<ID>[a-zA-Z0-9]{24})"      __description__ = """Fastix hoster plugin""" -    __author_name__ = ("Massimo, Rosamilia") +    __author_name__ = ("Massimo Rosamilia")      __author_mail__ = ("max@spiritix.eu")      def getFilename(self, url): | 
