diff options
| -rw-r--r-- | contrib/wikipedia.uristart.conf | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/contrib/wikipedia.uristart.conf b/contrib/wikipedia.uristart.conf index 177ed88..a3c4d3c 100644 --- a/contrib/wikipedia.uristart.conf +++ b/contrib/wikipedia.uristart.conf @@ -1,2 +1,3 @@  s https d en.wikipedia.org p /wiki/*:	wikipedia-handler "$(printf "%%s\n" '%p' | sed 's|^/wiki/||')"  s https d en.wikipedia.org p /w/index.php q *title=Special*Search* q *search=*:	wikipedia-search-handler '%U' +s file p */.cache/wikipedia/*.pdf:	printf "%%s\n" '%p' | rev | cut -d/ -f1 | cut -d. -f2- | rev | xargs printf "https://en.wikipedia.org/wiki/%%s\n" | xargs copy_start_nevermind.sh | 
