GamerChase Posted February 28, 2013 Share Posted February 28, 2013 I'm looking to make a workflow where I can type "artwork {search parameter}" and it will load a tab in Safari with search results from http://getvideoartwork.com/index.php?action=gallery. But since the URL doesn't include the search parameter, I have absolutely no idea how to do this. Help, please? Link to comment
jdfwarrior Posted March 1, 2013 Share Posted March 1, 2013 Yeah man I'm not sure how you would do that. Looking at it VERY briefly, it looks like the search is done asynchronously via javascript. That's gonna be a tough one. Link to comment
GamerChase Posted March 1, 2013 Author Share Posted March 1, 2013 Oh well. Thought it was worth a shot. Thanks, David! Link to comment
ctwise Posted March 1, 2013 Share Posted March 1, 2013 I'm looking to make a workflow where I can type "artwork {search parameter}" and it will load a tab in Safari with search results from http://getvideoartwork.com/index.php?action=gallery. But since the URL doesn't include the search parameter, I have absolutely no idea how to do this. Help, please? Use this URL: http://getvideoartwork.com/index.php?action=gallery&g2_returnName=album&g2_return=%2Findex.php%3Faction%3Dgallery%26amp%3Bg2_ion%3Dgallery%26amp%3Bg2_rchCriteria%3Dcat>_form_url=%2Findex.php%3Faction%3Dgallery%26amp%3Bg2_ion%3Dgallery%26amp%3Bg2_rchCriteria%3Dcat&g2_authToken=e881fd950233&g2_view=search.SearchScan&g2_form%5BformName%5D=search_SearchBlock&g2_form%5BuseDefaultSettings%5D=1&g2_form%5BsearchCriteria%5D={query} This is from the html in the page. Link to comment
GamerChase Posted March 1, 2013 Author Share Posted March 1, 2013 (edited) Use this URL: http://getvideoartwork.com/index.php?action=gallery&g2_returnName=album&g2_return=%2Findex.php%3Faction%3Dgallery%26amp%3Bg2_ion%3Dgallery%26amp%3Bg2_rchCriteria%3Dcat>_form_url=%2Findex.php%3Faction%3Dgallery%26amp%3Bg2_ion%3Dgallery%26amp%3Bg2_rchCriteria%3Dcat&g2_authToken=e881fd950233&g2_view=search.SearchScan&g2_form%5BformName%5D=search_SearchBlock&g2_form%5BuseDefaultSettings%5D=1&g2_form%5BsearchCriteria%5D={query} This is from the html in the page. It's perfect. Thanks so much, ctwise! Edit: I've posted the workflow here. Edited March 1, 2013 by GamerChase Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now