diff --git a/PDMameUpdate.py b/PDMameUpdate.py index 23d9e0e..de8a10b 100755 --- a/PDMameUpdate.py +++ b/PDMameUpdate.py @@ -96,6 +96,10 @@ def filter_updatable_torrents(): keys_to_check.issubset(data.keys()) and data['local-version'] < data['remote-version'] + and + data['remote-link'].startswith( + 'http://www.pleasuredome.org.uk/download.php' + ) ): del torrents[torrent] logging.info(