mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 08:42:37 +00:00
FIX:(#1542) WWT Category update
This commit is contained in:
parent
437ea6616b
commit
0596c6366b
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def torrents(pickfeed=None, seriesname=None, issue=None, feedinfo=None):
|
|||
feedtype = ' from the New Releases RSS Feed from Demonoid'
|
||||
verify = bool(mylar.TPSE_VERIFY)
|
||||
elif pickfeed == "999": #WWT rss feed
|
||||
feed = 'https://www.worldwidetorrents.eu/rss.php?cat=50'
|
||||
feed = 'https://www.worldwidetorrents.eu/rss.php?cat=132,50'
|
||||
feedtype = ' from the New Releases RSS Feed from WorldWideTorrents'
|
||||
elif int(pickfeed) >= 7 and feedinfo is not None:
|
||||
#personal 32P notification feeds.
|
||||
|
|
Loading…
Reference in a new issue