mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-24 18:44:52 +08:00
Minor fixes in search engines
This commit is contained in:
parent
274cde0396
commit
cd5f904b53
Binary file not shown.
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 400 B |
@ -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
|
||||
#
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 400 B |
@ -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
|
||||
#
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user