diff --git a/src/searchengine/nova/engines/torrentz.py b/src/searchengine/nova/engines/torrentz.py index 00f04ebca..4d031fe55 100644 --- a/src/searchengine/nova/engines/torrentz.py +++ b/src/searchengine/nova/engines/torrentz.py @@ -1,4 +1,4 @@ -#VERSION: 2.20 +#VERSION: 2.21 #AUTHORS: Diego de las Heras (ngosang@hotmail.es) # Redistribution and use in source and binary forms, with or without @@ -32,8 +32,8 @@ from urllib import urlencode class torrentz(object): # mandatory properties - url = 'https://torrentz.eu' - name = 'Torrentz' + url = 'https://torrentz2.eu' + name = 'Torrentz2' supported_categories = {'all': ''} trackers_list = ['udp://tracker.coppersurfer.tk:6969/announce', diff --git a/src/searchengine/nova/engines/versions.txt b/src/searchengine/nova/engines/versions.txt index a0cccb522..dd90ab3d5 100644 --- a/src/searchengine/nova/engines/versions.txt +++ b/src/searchengine/nova/engines/versions.txt @@ -5,4 +5,4 @@ mininova: 2.02 piratebay: 2.15 torlock: 2.0 torrentreactor: 1.42 -torrentz: 2.20 +torrentz: 2.21 diff --git a/src/searchengine/nova3/engines/torrentz.py b/src/searchengine/nova3/engines/torrentz.py index ea4286012..07a2d8017 100644 --- a/src/searchengine/nova3/engines/torrentz.py +++ b/src/searchengine/nova3/engines/torrentz.py @@ -1,4 +1,4 @@ -#VERSION: 2.20 +#VERSION: 2.21 #AUTHORS: Diego de las Heras (ngosang@hotmail.es) # Redistribution and use in source and binary forms, with or without @@ -32,8 +32,8 @@ from urllib.parse import urlencode class torrentz(object): # mandatory properties - url = 'https://torrentz.eu' - name = 'Torrentz' + url = 'https://torrentz2.eu' + name = 'Torrentz2' supported_categories = {'all': ''} trackers_list = ['udp://tracker.coppersurfer.tk:6969/announce', diff --git a/src/searchengine/nova3/engines/versions.txt b/src/searchengine/nova3/engines/versions.txt index a0cccb522..dd90ab3d5 100644 --- a/src/searchengine/nova3/engines/versions.txt +++ b/src/searchengine/nova3/engines/versions.txt @@ -5,4 +5,4 @@ mininova: 2.02 piratebay: 2.15 torlock: 2.0 torrentreactor: 1.42 -torrentz: 2.20 +torrentz: 2.21