Merge legacy sab parsing with 0.7.17+

This commit is contained in:
Labrys of Knossos 2022-11-25 00:07:08 -05:00
commit 637020d2bf
3 changed files with 25 additions and 48 deletions

View file

@ -89,10 +89,6 @@ __version__ = '12.1.10'
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent', 'rtorrent', 'qbittorrent', 'other', 'manual']
# sabnzbd constants
SABNZB_NO_OF_ARGUMENTS = 8
SABNZB_0717_NO_OF_ARGUMENTS = 9
# sickbeard fork/branch constants
FORK_DEFAULT = 'default'
FORK_FAILED = 'failed'