You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create regular expressions so that Torrent Control will only catch the torrent URLs from specific trackers. I was able to create a regular expression and I ticked catch torrent URLs before inputting my regular expression into the textbox but the issue was that after I clicked save, closed the addon page, and then reopen the addon page, the regular expression disappeared.
The text was updated successfully, but these errors were encountered:
If the save button isn't becoming inactive after you click it, it isn't saving.
The issue is likely caused by a malformed regular expression. The test tool is more lenient than the checker that is used when saving.
You probably have something like this: https://www.domain.net/tor/download.php/
and need to convert it to a regular expression like this:
I'm trying to create regular expressions so that Torrent Control will only catch the torrent URLs from specific trackers. I was able to create a regular expression and I ticked catch torrent URLs before inputting my regular expression into the textbox but the issue was that after I clicked save, closed the addon page, and then reopen the addon page, the regular expression disappeared.
The text was updated successfully, but these errors were encountered: