Skip to content

Commit be2e90d

Browse files
committed
Rapidgator: fixed bug pyload#47
1 parent 8342aad commit be2e90d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

module/plugins/hoster/RapidgatorNet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
class RapidgatorNet(SimpleHoster):
2929
__name__ = "RapidgatorNet"
3030
__type__ = "hoster"
31-
__pattern__ = r"http://(?:www\.)?(rapidgator.net)/file/(\d+)"
32-
__version__ = "0.15"
31+
__pattern__ = r"http://(?:www\.)?(rapidgator.net)/file/(\w+)"
32+
__version__ = "0.16"
3333
__description__ = """rapidgator.net"""
3434
__author_name__ = ("zoidberg","chrox")
3535

0 commit comments

Comments
 (0)