luzpaz
4d480b8761
Fix various typos
...
Found via `codespell -q 3 -S *.ts`.
PR #15520 .
2021-10-05 12:58:25 +08:00
Chocobo1
6bfed97710
Add README.md to searchengine folder
2021-01-11 15:11:36 +08:00
FranciscoPombal
41ae2bfb84
Make sure there are no empty files
2020-10-28 14:20:18 +00:00
FranciscoPombal
ef1c7eec74
Fix trailing whitespace in multiple files
...
Also fix formatting of CODING_GUIDELINES.md
2020-10-28 14:20:11 +00:00
Chocobo1
baa13c044a
Drop python2 support
...
Closes #11811 .
2020-02-08 12:36:45 +08:00
Chocobo1
6ac36368cd
Update user agent string
2019-08-09 13:12:11 +08:00
Chocobo1
d52c6230e9
Fix defects found by lgtm.com
2018-11-03 00:34:25 +08:00
Chocobo1
bbe76231cf
Reformat python code to be compliant with PEP8
...
The following command is used:
`pycodestyle --ignore=E265,E722 --max-line-length=100 <py files>`
2018-09-18 12:33:09 +08:00
Chocobo1
26a4703398
Move .qrc files into its own directory
2018-06-11 20:01:33 +08:00
Chocobo1
423511765a
Fix typo
2018-03-14 23:37:08 +08:00
jan.karberg
d534973650
search only when category is supported by plugin Closes #8053
2017-12-17 13:04:37 +01:00
sledgehammer999
7a478424cc
Revert "Drop python2 support.". Closes #7005 .
...
This reverts commit 7d030b4cd9
.
2017-07-06 01:07:09 +03:00
sledgehammer999
7d030b4cd9
Drop python2 support.
2017-06-25 17:20:50 +03:00
sledgehammer999
de74f9298f
Remove all search plugins from repo.
2017-06-15 22:32:39 +03:00
KingLucius
ebc50a7237
remove ExtraTorrent plugin
2017-05-19 16:36:56 +02:00
ngosang
fa64f33c2a
[Search engine] Add btdb plugin
2017-04-21 23:42:07 +02:00
ngosang
5d0cfc7475
[Search engine] Update legittorrents plugin
2017-04-20 21:17:24 +02:00
ngosang
339b35c369
[Search engine] Remove mininova plugin
2017-04-20 21:00:59 +02:00
ngosang
91e7e94820
[Search engine] Update demonoid plugin
2017-04-20 20:56:23 +02:00
ngosang
f0fe8808bd
[Search engine] Update Extratorrent plugin
2017-03-02 21:21:33 +01:00
ngosang
a9c5dab0dd
[Search engine] Update extratorrent plugin. Closes #6261
2017-01-21 19:27:14 +01:00
Yez Ezey
f6dbf2454d
Fix extratorrent searchengine. Closes #5773
...
They changed to magnet link.
2016-11-05 22:31:17 +09:00
ngosang
d249e9e7c6
[Search engine] Remove TorrentReactor plugin
2016-10-11 22:51:54 +02:00
ngosang
7c13f71481
[Search engine] Update Demonoid plugin
2016-10-11 22:48:21 +02:00
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"].
2016-09-23 03:52:12 +09:00
ngosang
77b27abc94
[Search engine] Update Torrentz2 search engine
2016-08-24 00:46:09 +02:00
ngosang
b0c9c8a2aa
[Search engine] Update Torrentz search engine
2016-08-22 23:25:54 +02:00
ngosang
4e2de98903
[Search engine] Remove BTDigg search engine
2016-08-13 21:38:14 +02:00
ngosang
9234f2f15d
[Search engine] Remove KickassTorrents search engine
2016-08-10 20:41:03 +02:00
ngosang
95eb0efabe
[search engine] Remove filters from Demonoid
2016-06-03 23:48:52 +02:00
ngosang
12de907732
[search engine] Remove filters from Torrentreactor and BTDigg
2016-06-03 23:48:52 +02:00
ngosang
bd318bd004
[Search engine] Update Torrentz
2016-05-30 23:04:34 +02:00
ngosang
47a252e517
[Search engine] Update PirateBay
2016-05-28 18:22:02 +02:00
ngosang
e542f17809
[Search engine] Fix LegitTorrents plugin
2016-04-23 23:18:48 +02:00
ngosang
06cd41801e
[Search engine] Fix Mininova plugin
2016-04-23 22:37:19 +02:00
ngosang
e4349e8db1
[Search engine] Fix Torrentz plugin for Python2
2016-04-23 21:57:05 +02:00
Vladimir Golovnev (Glassez)
a9e63283cc
Use nova2dl.py script instead of DownloadManager
...
Closes #5026
2016-04-13 08:06:06 +03:00
sledgehammer999
fb8e7a2084
Merge pull request #5012 from ngosang/torlock
...
[Search engine] Added TorLock search engine
2016-03-27 11:10:59 -05:00
ngosang
b86f92212f
[Search engine] Added TorLock search engine
2016-03-27 16:20:27 +02:00
ngosang
e557634feb
[Search engine] Change URL getting mechanism in BTDigg
2016-03-23 14:27:01 +01:00
ngosang
376ff79f16
[Search engine] Fix Python 2 encoding problems
2016-03-23 13:35:55 +01:00
funkydude
268a5a95c8
Move some URLs overs to https
2016-03-14 17:01:51 +00:00
Douman
d5209d7ddf
Align search engine url getting mechanism. Closes #4778
...
1. Switch to retrieve_url instead of low-level HTTPConnection module usage
2016-02-10 16:05:12 +03:00
ngosang
398d11a453
[search engine] Update PirateBay plugin.
2016-01-30 01:08:28 +01:00
ngosang
1e8299f842
[search engine] Update PirateBay URL. Closes #4470
2016-01-07 01:45:06 +01:00
ngosang
b8c4a86348
[search engine] Fix PirateBay plugin implementation for Python 3
2016-01-07 01:41:16 +01:00
Vladimir Golovnev (Glassez)
54979e6b53
Move basic search-related code into Core.
...
Also use qBittorrent torrent file download routines instead of
nova2dl.py script.
2015-12-20 19:20:59 +03:00
Vladimir Golovnev (Glassez)
8754fd5646
Move Search-related files into Gui.
2015-12-06 21:25:40 +03:00
Vladimir Golovnev (Glassez)
3797cc767f
Fix search-related file/class names.
2015-12-06 21:25:40 +03:00
Vladimir Golovnev (Glassez)
9db93e5d8f
Rename Core to Base ( Closes #3733 ).
2015-12-06 14:27:00 +03:00