ngosang
f0fe8808bd
[Search engine] Update Extratorrent plugin
8 years ago
ngosang
a9c5dab0dd
[Search engine] Update extratorrent plugin. Closes #6261
8 years ago
Yez Ezey
f6dbf2454d
Fix extratorrent searchengine. Closes #5773
...
They changed to magnet link.
8 years ago
ngosang
d249e9e7c6
[Search engine] Remove TorrentReactor plugin
8 years ago
ngosang
7c13f71481
[Search engine] Update Demonoid plugin
8 years ago
Yez Ezey
3a744a954b
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"].
8 years ago
ngosang
77b27abc94
[Search engine] Update Torrentz2 search engine
8 years ago
ngosang
b0c9c8a2aa
[Search engine] Update Torrentz search engine
8 years ago
ngosang
4e2de98903
[Search engine] Remove BTDigg search engine
8 years ago
ngosang
9234f2f15d
[Search engine] Remove KickassTorrents search engine
8 years ago
ngosang
95eb0efabe
[search engine] Remove filters from Demonoid
9 years ago
ngosang
12de907732
[search engine] Remove filters from Torrentreactor and BTDigg
9 years ago
ngosang
bd318bd004
[Search engine] Update Torrentz
9 years ago
ngosang
47a252e517
[Search engine] Update PirateBay
9 years ago
ngosang
e542f17809
[Search engine] Fix LegitTorrents plugin
9 years ago
ngosang
06cd41801e
[Search engine] Fix Mininova plugin
9 years ago
ngosang
e4349e8db1
[Search engine] Fix Torrentz plugin for Python2
9 years ago
Vladimir Golovnev (Glassez)
a9e63283cc
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
9 years ago
ngosang
b86f92212f
[Search engine] Added TorLock search engine
9 years ago
ngosang
e557634feb
[Search engine] Change URL getting mechanism in BTDigg
9 years ago
ngosang
376ff79f16
[Search engine] Fix Python 2 encoding problems
9 years ago
funkydude
268a5a95c8
Move some URLs overs to https
9 years ago
Douman
d5209d7ddf
Align search engine url getting mechanism. Closes #4778
...
1. Switch to retrieve_url instead of low-level HTTPConnection module usage
9 years ago
ngosang
398d11a453
[search engine] Update PirateBay plugin.
9 years ago
ngosang
1e8299f842
[search engine] Update PirateBay URL. Closes #4470
9 years ago
ngosang
b8c4a86348
[search engine] Fix PirateBay plugin implementation for Python 3
9 years ago
Vladimir Golovnev (Glassez)
54979e6b53
Move basic search-related code into Core.
...
Also use qBittorrent torrent file download routines instead of
nova2dl.py script.
9 years ago
Vladimir Golovnev (Glassez)
8754fd5646
Move Search-related files into Gui.
9 years ago
Vladimir Golovnev (Glassez)
3797cc767f
Fix search-related file/class names.
9 years ago
Vladimir Golovnev (Glassez)
9db93e5d8f
Rename Core to Base ( Closes #3733 ).
9 years ago
sledgehammer999
17ac4b90be
Use simpler DEFINE for detecting Qt5 so moc will work too.
9 years ago
sledgehammer999
22d9427e20
Fix reordering of first column with Qt5. Closes #2835 .
9 years ago
Chocobo1
0eaf991d6f
Use QLineEdit built-in ClearButton (Qt5 only)
9 years ago
ngosang
80f7e7868d
[searchengine] Update Torrentz trackers
9 years ago
ngosang
9fefdc0fbb
Change personal email
9 years ago
ngosang
6a1497de92
[searchengine] Detect new plugin URL from clipboard
9 years ago
ngosang
fc65ba4ced
[searchengine] Fix invalid plugin message
9 years ago
Gabriele
420fa82e8d
Put some string placeholders between quotes
9 years ago
Gabriele
4d66a0929c
Add "Copy description page URL" button in search tab
...
Closes #2371 .
9 years ago
Gabriele
67c0f47928
searchengine: remove size constraints to search button
9 years ago
Gabriele
7c00e80f7a
searchengine: use kill() instead of terminate() on Windows
9 years ago
Gabriele
3a9cf70228
searchengine: use a single string for the search results number label
9 years ago
Gabriele
0f35bac605
searchengine: don't use strings to determine the status of search processes
...
'&' symbols are dynamically added to strings, making comparisons
unreliable.
9 years ago
Gabriele
1b24feb4f4
searchengine: drop unused flag and related code
9 years ago
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.
9 years ago
Gabriele
885eb64df3
Follow project coding style. Issue #2192 .
9 years ago
sledgehammer999
5437674fdf
Fix installing search plugin by drag-n-dropping file.
9 years ago
sledgehammer999
21f18d015d
Fix installing search plugin from local file.
9 years ago
sledgehammer999
47d9c12f4b
Fix segfault on Linux due to early initialization of global var.
...
Utils::Misc::pythonVersion() gets called before the Logger is initialized.
9 years ago
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).
9 years ago