forked from pool/ktorrent
Update to Ktorrent 5.0. This should go together with the update of libktorrent !! OBS-URL: https://build.opensuse.org/request/show/390358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktorrent?expand=0&rev=102
19 lines
951 B
Diff
19 lines
951 B
Diff
diff -urNB ktorrent-5.0/plugins/search/searchenginelist.cpp new/plugins/search/searchenginelist.cpp
|
|
--- plugins/search/searchenginelist.cpp 2016-03-30 11:25:13.000000000 +0200
|
|
+++ plugins/search/searchenginelist.cpp 2016-04-16 18:46:41.622344264 +0200
|
|
@@ -41,10 +41,13 @@
|
|
default_opensearch_urls << QUrl(QLatin1String("http://www.torrentz.com")) << QUrl(QLatin1String("http://isohunt.com"));
|
|
default_urls << QUrl(QLatin1String("http://www.ktorrents.com"))
|
|
<< QUrl(QLatin1String("http://www.bittorrent.com"))
|
|
+#if 0
|
|
<< QUrl(QLatin1String("http://www.mininova.org"))
|
|
<< QUrl(QLatin1String("http://thepiratebay.org"))
|
|
<< QUrl(QLatin1String("http://www.bitenova.org"))
|
|
- << QUrl(QLatin1String("http://btjunkie.org"));
|
|
+ << QUrl(QLatin1String("http://btjunkie.org"))
|
|
+#endif
|
|
+ ;
|
|
}
|
|
|
|
|