diff --git a/src/searchengine/nova/engines/btdigg.png b/src/searchengine/nova/engines/btdigg.png index bb96ebd80..9d3ee656f 100644 Binary files a/src/searchengine/nova/engines/btdigg.png and b/src/searchengine/nova/engines/btdigg.png differ diff --git a/src/searchengine/nova/engines/btdigg.py b/src/searchengine/nova/engines/btdigg.py index 3a5608b90..53fb3940b 100644 --- a/src/searchengine/nova/engines/btdigg.py +++ b/src/searchengine/nova/engines/btdigg.py @@ -1,10 +1,6 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# - -#VERSION: 1.24 +#VERSION: 1.25 #AUTHORS: BTDigg team (research@btdigg.org) -# + # GNU GENERAL PUBLIC LICENSE # Version 3, 29 June 2007 # diff --git a/src/searchengine/nova/engines/kickasstorrents.py b/src/searchengine/nova/engines/kickasstorrents.py index 15f2f2c58..d23899456 100644 --- a/src/searchengine/nova/engines/kickasstorrents.py +++ b/src/searchengine/nova/engines/kickasstorrents.py @@ -1,4 +1,4 @@ -#VERSION: 1.26 +#VERSION: 1.27 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) # Redistribution and use in source and binary forms, with or without @@ -31,8 +31,8 @@ from helpers import retrieve_url, download_file import json class kickasstorrents(object): - url = 'https://kickass.to' - name = 'kickasstorrents' + url = 'https://kat.cr' + name = 'Kickass Torrents' supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'} def __init__(self): diff --git a/src/searchengine/nova/engines/legittorrents.py b/src/searchengine/nova/engines/legittorrents.py index a6b9b6f18..6ae66e070 100644 --- a/src/searchengine/nova/engines/legittorrents.py +++ b/src/searchengine/nova/engines/legittorrents.py @@ -1,4 +1,4 @@ -#VERSION: 1.03 +#VERSION: 1.05 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) # Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ import re class legittorrents(object): url = 'http://www.legittorrents.info' - name = 'legittorrents' + name = 'Legit Torrents' supported_categories = {'all': '', 'movies': '1', 'tv': '13', 'music': '2', 'games': '3', 'anime': '5', 'books': '6'} def download_torrent(self, info): diff --git a/src/searchengine/nova/engines/versions.txt b/src/searchengine/nova/engines/versions.txt index f430ceb8b..a1170497f 100644 --- a/src/searchengine/nova/engines/versions.txt +++ b/src/searchengine/nova/engines/versions.txt @@ -1,10 +1,9 @@ -extratorrent: 1.2 -torrentreactor: 1.36 +btdigg: 1.25 +demonoid: 1.1 +extratorrent: 2.0 +kickasstorrents: 1.27 +legittorrents: 1.05 mininova: 2.00 piratebay: 2.11 -extratorrent: 2.0 -kickasstorrents: 1.26 -btdigg: 1.24 +torrentreactor: 1.36 torrentz: 2.14 -legittorrents: 1.03 -demonoid: 1.1 diff --git a/src/searchengine/nova3/engines/btdigg.png b/src/searchengine/nova3/engines/btdigg.png index bb96ebd80..9d3ee656f 100644 Binary files a/src/searchengine/nova3/engines/btdigg.png and b/src/searchengine/nova3/engines/btdigg.png differ diff --git a/src/searchengine/nova3/engines/btdigg.py b/src/searchengine/nova3/engines/btdigg.py index e4de8258c..6d2e7e8e0 100644 --- a/src/searchengine/nova3/engines/btdigg.py +++ b/src/searchengine/nova3/engines/btdigg.py @@ -1,10 +1,6 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# - -#VERSION: 1.23 +#VERSION: 1.25 #AUTHORS: BTDigg team (research@btdigg.org) -# + # GNU GENERAL PUBLIC LICENSE # Version 3, 29 June 2007 # diff --git a/src/searchengine/nova3/engines/kickasstorrents.py b/src/searchengine/nova3/engines/kickasstorrents.py index fdd417b6e..9cae8a1c4 100644 --- a/src/searchengine/nova3/engines/kickasstorrents.py +++ b/src/searchengine/nova3/engines/kickasstorrents.py @@ -1,4 +1,4 @@ -#VERSION: 1.26 +#VERSION: 1.27 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) # Redistribution and use in source and binary forms, with or without @@ -31,8 +31,8 @@ from helpers import retrieve_url, download_file import json class kickasstorrents(object): - url = 'https://kickass.to' - name = 'kickasstorrents' + url = 'https://kat.cr' + name = 'Kickass Torrents' supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'} def __init__(self): diff --git a/src/searchengine/nova3/engines/legittorrents.py b/src/searchengine/nova3/engines/legittorrents.py index 60297c574..40c40decc 100644 --- a/src/searchengine/nova3/engines/legittorrents.py +++ b/src/searchengine/nova3/engines/legittorrents.py @@ -1,4 +1,4 @@ -#VERSION: 1.04 +#VERSION: 1.05 #AUTHORS: Christophe Dumez (chris@qbittorrent.org) # Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ import re class legittorrents(object): url = 'http://www.legittorrents.info' - name = 'legittorrents' + name = 'Legit Torrents' supported_categories = {'all': '', 'movies': '1', 'tv': '13', 'music': '2', 'games': '3', 'anime': '5', 'books': '6'} def download_torrent(self, info): diff --git a/src/searchengine/nova3/engines/versions.txt b/src/searchengine/nova3/engines/versions.txt index a7ce24388..a1170497f 100644 --- a/src/searchengine/nova3/engines/versions.txt +++ b/src/searchengine/nova3/engines/versions.txt @@ -1,10 +1,9 @@ -extratorrent: 1.2 -torrentreactor: 1.36 +btdigg: 1.25 +demonoid: 1.1 +extratorrent: 2.0 +kickasstorrents: 1.27 +legittorrents: 1.05 mininova: 2.00 piratebay: 2.11 -extratorrent: 2.0 -kickasstorrents: 1.26 -btdigg: 1.23 +torrentreactor: 1.36 torrentz: 2.14 -legittorrents: 1.04 -demonoid: 1.1