Browse Source

- Updated changelog in search engine

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
8c30ee3403
  1. 2
      qBittorrent.kdevelop
  2. 12
      src/search_engine/nova.py

2
qBittorrent.kdevelop

@ -99,8 +99,8 @@ @@ -99,8 +99,8 @@
<designerpluginpaths/>
</qt>
<references>
<pcs>Qt4</pcs>
<pcs>automatic_%2Fhome%2Fchris%2Fqbittorrent_svn%2Ftrunk</pcs>
<pcs>Qt4</pcs>
</references>
<codecompletion>
<automaticCodeCompletion>true</automaticCodeCompletion>

12
src/search_engine/nova.py

@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Version: 2.02
# Changelog:
# - Fixed mininova search engine
# Version: 2.01
# Changelog:
# - Use multiple threads to optimize speed
@ -26,14 +30,6 @@ @@ -26,14 +30,6 @@
# - added meganova
# - added multithreaded mode
# Version: 1.6
# Changelog:
# - size is now always returned in bytes
# - seeders/leechers are now always returned as integers
# - cleaned up code
# - results are now displayed in real time
# - fixed piratebay, torrentreactor
# Author:
# Fabien Devaux <fab AT gnux DOT info>
# Contributors:

Loading…
Cancel
Save