diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-05-21 18:20:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-21 18:20:12 +0200 |
| commit | cd819ae74bfc204c86f1b3d1588859ec8f7d8240 (patch) | |
| tree | b28385a42ef743e893ac730fa2f1117ebb736bce /searx | |
| parent | b25dccd1ae818ed7fe27b3f6dfb80a755599ab12 (diff) | |
| parent | 7fd7bd75ff6bac2943d31db8a6816a0f8e6f85e1 (diff) | |
Merge pull request #1304 from kvch/fix-piratebay-url
Fix piratebay URL
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/piratebay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/piratebay.py b/searx/engines/piratebay.py index a5af8d824..2f3f22a97 100644 --- a/searx/engines/piratebay.py +++ b/searx/engines/piratebay.py @@ -18,7 +18,7 @@ categories = ['videos', 'music', 'files'] paging = True # search-url -url = 'https://thepiratebay.se/' +url = 'https://thepiratebay.org/' search_url = url + 'search/{search_term}/{pageno}/99/{search_type}' # piratebay specific type-definitions |