Skip to content

Commit

Permalink
[TurbobitNet] fix #4229
Browse files Browse the repository at this point in the history
  • Loading branch information
GammaC0de committed Dec 11, 2022
1 parent 92aafc7 commit 6aa71cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyload/plugins/downloaders/TurbobitNet.py
Expand Up @@ -13,10 +13,10 @@
class TurbobitNet(SimpleDownloader):
__name__ = "TurbobitNet"
__type__ = "downloader"
__version__ = "0.43"
__version__ = "0.44"
__status__ = "testing"

__pattern__ = r'https?://(?:(?:www|m)\.)?(?:turbobit\.net|turbo?\.(?:to|cc)|turb\.pw)/(?:download/free/)?(?P<ID>\w+)'
__pattern__ = r'https?://(?:(?:www|m)\.)?(?:turbobit\.net|turbobif\.com|turbo?\.(?:to|cc)|turb\.pw)/(?:download/free/)?(?P<ID>\w+)'
__config__ = [
("enabled", "bool", "Activated", True),
("use_premium", "bool", "Use premium account if available", True),
Expand Down

0 comments on commit 6aa71cd

Please sign in to comment.