Browse Source

Merge pull request #2573 from unixfox/yggtorrent

update yggtorrent url + add it back
Alexandre Flament 4 years ago
parent
commit
44a6593c13
2 changed files with 8 additions and 9 deletions
  1. 2 2
      searx/engines/yggtorrent.py
  2. 6 7
      searx/settings.yml

+ 2 - 2
searx/engines/yggtorrent.py

@@ -12,7 +12,7 @@ from searx.poolrequests import get as http_get
 
 # about
 about = {
-    "website": 'https://www2.yggtorrent.si',
+    "website": 'https://www4.yggtorrent.li/',
     "wikidata_id": None,
     "official_api_documentation": None,
     "use_official_api": False,
@@ -25,7 +25,7 @@ categories = ['videos', 'music', 'files']
 paging = True
 
 # search-url
-url = 'https://www2.yggtorrent.si/'
+url = 'https://www4.yggtorrent.li/'
 search_url = url + 'engine/search?name={search_term}&do=search&page={pageno}&category={search_type}'
 
 # yggtorrent specific type-definitions

+ 6 - 7
searx/settings.yml

@@ -1022,13 +1022,12 @@ engines:
     # Or you can use the html non-stable engine, activated by default
     engine : youtube_noapi
 
-  # tmp suspended: Cloudflare CAPTCHA
-  #- name : yggtorrent
-  #  engine : yggtorrent
-  #  shortcut : ygg
-  #  url: https://www2.yggtorrent.si/
-  #  disabled : True
-  #  timeout : 4.0
+  - name : yggtorrent
+    engine : yggtorrent
+    shortcut : ygg
+    url: https://www4.yggtorrent.li/
+    disabled : True
+    timeout : 4.0
 
   - name : dailymotion
     engine : dailymotion