search on specific website to make an aggregator search
Posted: Sat Jan 09, 2021 12:17 pm
hello
first happy new year
i need help to finish my aggregator search
I’m tired of having to look for a series or a manga on all my vod services (netflix,amazon,disney+,canal+)
the goal is to create an aggregator of search
in push2run
listen for => search vod $
open => C:\GoogleHome\search.bat
start directory => C:\GoogleHome
parameters => "$"
in my bat file
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://www.netflix.com/search?q=%1 (work)
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://www.primevideo.com/search/ref=a ... ?phrase=%1 (work)
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://www.canalplus.com/="%1 (not work)
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://www.disneyplus.com/fr-fr/search="%1 (not work)
i tried many syntax but can't find work this 2 site
https://www.disneyplus.com/fr-fr/search="%1 (not work)
https://www.disneyplus.com/fr-fr/search ... phrase="%1
https://www.disneyplus.com/fr-fr/search?q=%1
https://www.disneyplus.com/fr-fr/search ... arch&q="%1
same thing with
https://www.canalplus.com/
with quote and without but no luck it's not work
how can can find the correct syntax ?
or any help
thank you
first happy new year
i need help to finish my aggregator search
I’m tired of having to look for a series or a manga on all my vod services (netflix,amazon,disney+,canal+)
the goal is to create an aggregator of search
in push2run
listen for => search vod $
open => C:\GoogleHome\search.bat
start directory => C:\GoogleHome
parameters => "$"
in my bat file
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://www.netflix.com/search?q=%1 (work)
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" https://www.primevideo.com/search/ref=a ... ?phrase=%1 (work)
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://www.canalplus.com/="%1 (not work)
start "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "https://www.disneyplus.com/fr-fr/search="%1 (not work)
i tried many syntax but can't find work this 2 site
https://www.disneyplus.com/fr-fr/search="%1 (not work)
https://www.disneyplus.com/fr-fr/search ... phrase="%1
https://www.disneyplus.com/fr-fr/search?q=%1
https://www.disneyplus.com/fr-fr/search ... arch&q="%1
same thing with
https://www.canalplus.com/
with quote and without but no luck it's not work
how can can find the correct syntax ?
or any help
thank you