ngosang
50805fc2b5
[Search engine] Remove TorrentReactor plugin
2016-12-12 21:11:19 +02:00
ngosang
3a1b7b6159
[Search engine] Update Demonoid plugin
2016-12-12 21:11:18 +02:00
Yez Ezey
a6fa8c3a8e
Fixed extratorrent search not working Closes #5736 #5753
...
The original code accumulates all the <td> texts between the description
link and the number of seeders into self.current_item["size"]:
<td>248.72</td><td> MB<td> => "248.72 MB".
ExtraTorrents changed the table design, added the Added column and joined
the number and its unit:
<td>8d</td><td>248.72 MB</td> => "8d 248.72 MB"
This commit stores only the last <td> text in self.current_item["size"].
2016-12-12 21:11:17 +02:00
ngosang
edeb2342be
[Search engine] Update Torrentz2 search engine
2016-09-09 02:02:13 +03:00
ngosang
e4ac654795
[Search engine] Update Torrentz search engine
2016-09-09 02:02:12 +03:00
ngosang
1848180faa
[Search engine] Remove BTDigg search engine
2016-09-09 02:02:11 +03:00
ngosang
4e9b71078f
[Search engine] Remove KickassTorrents search engine
2016-09-09 02:02:11 +03:00
ngosang
455cc29dad
[search engine] Remove filters from Demonoid
2016-06-20 02:40:47 +03:00
ngosang
9d39a2cddc
[search engine] Remove filters from Torrentreactor and BTDigg
2016-06-20 02:40:46 +03:00
ngosang
f0dd4d5673
[Search engine] Update Torrentz
2016-06-20 02:04:18 +03:00
ngosang
7f245b63d7
[Search engine] Update PirateBay
2016-06-20 02:04:17 +03:00
ngosang
145dcf9efe
[Search engine] Fix LegitTorrents plugin
2016-06-20 01:52:54 +03:00
ngosang
f05e25c750
[Search engine] Fix Mininova plugin
2016-06-20 01:52:54 +03:00
ngosang
fc02377171
[Search engine] Fix Torrentz plugin for Python2
2016-06-20 01:52:53 +03:00
Vladimir Golovnev (Glassez)
78bfbc5669
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
2016-06-20 01:49:59 +03:00
ngosang
545002a809
[Search engine] Added TorLock search engine
2016-03-27 23:56:50 +03:00
ngosang
e2e9470e10
[Search engine] Change URL getting mechanism in BTDigg
2016-03-27 23:56:45 +03:00
ngosang
0bf1abba6a
[Search engine] Fix Python 2 encoding problems
2016-03-27 23:56:39 +03:00
funkydude
1f2d25a1ff
Move some URLs overs to https
2016-03-27 23:54:50 +03:00
Douman
016052aea1
Align search engine url getting mechanism. Closes #4778
...
1. Switch to retrieve_url instead of low-level HTTPConnection module usage
2016-03-05 19:41:48 +02:00
ngosang
9e807e7151
[search engine] Update PirateBay plugin.
2016-03-05 19:41:06 +02:00
ngosang
a570bd5e2c
[search engine] Update PirateBay URL. Closes #4470
2016-01-18 19:45:34 +02:00
ngosang
bdacfd540c
[search engine] Fix PirateBay plugin implementation for Python 3
2016-01-18 19:45:33 +02:00
Vladimir Golovnev (Glassez)
1f00d2e5d7
Move basic search-related code into Core.
...
Also use qBittorrent torrent file download routines instead of
nova2dl.py script.
2016-01-18 19:45:17 +02:00
Vladimir Golovnev (Glassez)
d87e42ba00
Move Search-related files into Gui.
2016-01-18 19:45:17 +02:00
Vladimir Golovnev (Glassez)
975b1d5257
Fix search-related file/class names.
2016-01-18 19:43:28 +02:00
Vladimir Golovnev (Glassez)
4ed4ebcdb7
Rename Core to Base ( Closes #3733 ).
2015-12-08 00:28:16 +02:00
sledgehammer999
9b1090332b
Use simpler DEFINE for detecting Qt5 so moc will work too.
2015-12-08 00:28:12 +02:00
Chocobo1
c1e52fa1cd
Use QLineEdit built-in ClearButton (Qt5 only)
2015-12-08 00:24:18 +02:00
ngosang
80f7e7868d
[searchengine] Update Torrentz trackers
2015-11-09 04:10:57 +01:00
sledgehammer999
22d9427e20
Fix reordering of first column with Qt5. Closes #2835 .
2015-11-18 18:14:24 +02:00
sledgehammer999
100cff1738
Merge pull request #3856 from ngosang/fix_search
...
[searchengine] Fix invalid plugin message and detect new plugin URL from clipboard
2015-11-10 03:15:59 -06:00
ngosang
9fefdc0fbb
Change personal email
2015-11-07 23:40:11 +01:00
ngosang
6a1497de92
[searchengine] Detect new plugin URL from clipboard
2015-09-25 11:15:41 +02:00
ngosang
fc65ba4ced
[searchengine] Fix invalid plugin message
2015-09-24 18:17:50 +02:00
Gabriele
420fa82e8d
Put some string placeholders between quotes
2015-09-02 23:26:19 +02:00
Gabriele
4d66a0929c
Add "Copy description page URL" button in search tab
...
Closes #2371 .
2015-08-04 11:18:46 +02:00
Gabriele
67c0f47928
searchengine: remove size constraints to search button
2015-08-02 14:04:11 +02:00
Gabriele
7c00e80f7a
searchengine: use kill() instead of terminate() on Windows
2015-08-02 14:04:11 +02:00
Gabriele
3a9cf70228
searchengine: use a single string for the search results number label
2015-08-02 14:04:11 +02:00
Gabriele
0f35bac605
searchengine: don't use strings to determine the status of search processes
...
'&' symbols are dynamically added to strings, making comparisons
unreliable.
2015-08-02 14:04:07 +02:00
Gabriele
1b24feb4f4
searchengine: drop unused flag and related code
2015-08-02 13:53:12 +02:00
Gabriele
ee8a492954
searchengine: fix crash when closing tab with running search
...
If a tab is closed, the search process gets terminated. This can take
a while and by the time searchFinished() is executed, activeSearchTab
is null, leading to a crash. Fix this by waiting for the process to
terminate and make sure activeSearchTab is not null when used.
2015-08-02 13:49:42 +02:00
Gabriele
885eb64df3
Follow project coding style. Issue #2192 .
2015-07-29 19:58:22 +02:00
sledgehammer999
5b7ea0e611
Merge pull request #3186 from glassez/geoip
...
New GeoIP manager.
2015-07-22 23:59:00 +03:00
sledgehammer999
5437674fdf
Fix installing search plugin by drag-n-dropping file.
2015-07-22 23:29:57 +03:00
sledgehammer999
21f18d015d
Fix installing search plugin from local file.
2015-07-22 23:29:50 +03:00
sledgehammer999
47d9c12f4b
Fix segfault on Linux due to early initialization of global var.
...
Utils::Misc::pythonVersion() gets called before the Logger is initialized.
2015-07-22 23:29:43 +03:00
Vladimir Golovnev (Glassez)
c702a7e426
Improve DownloadManager.
...
Now we can use downloaded data directly without saving to file.
We also can disable redirection to Magnet URI handling (useful for
non-torrent files downloading).
2015-07-21 09:50:39 +03:00
sledgehammer999
dfb2f8b3b3
Merge pull request #3469 from ngosang/search_py32
...
[search engine] Fix cpu_count in old Python versions
2015-07-21 01:58:01 +03:00