forked from zaclys/searxng
		
	Merge pull request #1382 from dalf/fix_searxng_extra_update
fix searxng_extra/update/update*.py scripts
This commit is contained in:
		
						commit
						69a6d994e1
					
				
					 4 changed files with 634 additions and 179 deletions
				
			
		
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
				
			
			@ -19,10 +19,11 @@ import json
 | 
			
		|||
from os.path import join
 | 
			
		||||
 | 
			
		||||
from searx import searx_dir
 | 
			
		||||
from searx.locales import LOCALE_NAMES
 | 
			
		||||
from searx.locales import LOCALE_NAMES, locales_initialize
 | 
			
		||||
from searx.engines import wikidata, set_loggers
 | 
			
		||||
 | 
			
		||||
set_loggers(wikidata, 'wikidata')
 | 
			
		||||
locales_initialize()
 | 
			
		||||
 | 
			
		||||
# ORDER BY (with all the query fields) is important to keep a deterministic result order
 | 
			
		||||
# so multiple invokation of this script doesn't change currencies.json
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,13 +22,14 @@ from langdetect.lang_detect_exception import LangDetectException
 | 
			
		|||
 | 
			
		||||
from searx.engines import wikidata, set_loggers
 | 
			
		||||
from searx.utils import extract_text, match_language
 | 
			
		||||
from searx.locales import LOCALE_NAMES
 | 
			
		||||
from searx.locales import LOCALE_NAMES, locales_initialize
 | 
			
		||||
from searx import searx_dir
 | 
			
		||||
from searx.utils import gen_useragent
 | 
			
		||||
import searx.search
 | 
			
		||||
import searx.network
 | 
			
		||||
 | 
			
		||||
set_loggers(wikidata, 'wikidata')
 | 
			
		||||
locales_initialize()
 | 
			
		||||
 | 
			
		||||
SPARQL_WIKIPEDIA_ARTICLE = """
 | 
			
		||||
SELECT DISTINCT ?item ?name
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue