mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-11 06:14:16 +00: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
|
#VERSION: 1.25
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
|
|
||||||
#VERSION: 1.24
|
|
||||||
#AUTHORS: BTDigg team (research@btdigg.org)
|
#AUTHORS: BTDigg team (research@btdigg.org)
|
||||||
#
|
|
||||||
# GNU GENERAL PUBLIC LICENSE
|
# GNU GENERAL PUBLIC LICENSE
|
||||||
# Version 3, 29 June 2007
|
# Version 3, 29 June 2007
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.26
|
#VERSION: 1.27
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -31,8 +31,8 @@ from helpers import retrieve_url, download_file
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
class kickasstorrents(object):
|
class kickasstorrents(object):
|
||||||
url = 'https://kickass.to'
|
url = 'https://kat.cr'
|
||||||
name = 'kickasstorrents'
|
name = 'Kickass Torrents'
|
||||||
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.03
|
#VERSION: 1.05
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -33,7 +33,7 @@ import re
|
|||||||
|
|
||||||
class legittorrents(object):
|
class legittorrents(object):
|
||||||
url = 'http://www.legittorrents.info'
|
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'}
|
supported_categories = {'all': '', 'movies': '1', 'tv': '13', 'music': '2', 'games': '3', 'anime': '5', 'books': '6'}
|
||||||
|
|
||||||
def download_torrent(self, info):
|
def download_torrent(self, info):
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
extratorrent: 1.2
|
btdigg: 1.25
|
||||||
torrentreactor: 1.36
|
demonoid: 1.1
|
||||||
|
extratorrent: 2.0
|
||||||
|
kickasstorrents: 1.27
|
||||||
|
legittorrents: 1.05
|
||||||
mininova: 2.00
|
mininova: 2.00
|
||||||
piratebay: 2.11
|
piratebay: 2.11
|
||||||
extratorrent: 2.0
|
torrentreactor: 1.36
|
||||||
kickasstorrents: 1.26
|
|
||||||
btdigg: 1.24
|
|
||||||
torrentz: 2.14
|
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
|
#VERSION: 1.25
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
|
|
||||||
#VERSION: 1.23
|
|
||||||
#AUTHORS: BTDigg team (research@btdigg.org)
|
#AUTHORS: BTDigg team (research@btdigg.org)
|
||||||
#
|
|
||||||
# GNU GENERAL PUBLIC LICENSE
|
# GNU GENERAL PUBLIC LICENSE
|
||||||
# Version 3, 29 June 2007
|
# Version 3, 29 June 2007
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.26
|
#VERSION: 1.27
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -31,8 +31,8 @@ from helpers import retrieve_url, download_file
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
class kickasstorrents(object):
|
class kickasstorrents(object):
|
||||||
url = 'https://kickass.to'
|
url = 'https://kat.cr'
|
||||||
name = 'kickasstorrents'
|
name = 'Kickass Torrents'
|
||||||
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
supported_categories = {'all': '', 'movies': 'Movies', 'tv': 'TV', 'music': 'Music', 'games': 'Games', 'software': 'Applications'}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VERSION: 1.04
|
#VERSION: 1.05
|
||||||
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
#AUTHORS: Christophe Dumez (chris@qbittorrent.org)
|
||||||
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -33,7 +33,7 @@ import re
|
|||||||
|
|
||||||
class legittorrents(object):
|
class legittorrents(object):
|
||||||
url = 'http://www.legittorrents.info'
|
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'}
|
supported_categories = {'all': '', 'movies': '1', 'tv': '13', 'music': '2', 'games': '3', 'anime': '5', 'books': '6'}
|
||||||
|
|
||||||
def download_torrent(self, info):
|
def download_torrent(self, info):
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
extratorrent: 1.2
|
btdigg: 1.25
|
||||||
torrentreactor: 1.36
|
demonoid: 1.1
|
||||||
|
extratorrent: 2.0
|
||||||
|
kickasstorrents: 1.27
|
||||||
|
legittorrents: 1.05
|
||||||
mininova: 2.00
|
mininova: 2.00
|
||||||
piratebay: 2.11
|
piratebay: 2.11
|
||||||
extratorrent: 2.0
|
torrentreactor: 1.36
|
||||||
kickasstorrents: 1.26
|
|
||||||
btdigg: 1.23
|
|
||||||
torrentz: 2.14
|
torrentz: 2.14
|
||||||
legittorrents: 1.04
|
|
||||||
demonoid: 1.1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user