topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 12:55 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: FARR plugin: FarrWebMetaSearch 1.6.0  (Read 81719 times)

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #75 on: November 07, 2011, 10:01 AM »
FarrWebMetaSearch should be able to handle anything that can be reasonably processed by a Regex. Now to be honest I'm not sure a Regex is the best thing to process JSON.

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #76 on: November 07, 2011, 03:19 PM »
Thanks for the feedback :)

Results for the current case are an array of 2-element arrays, so look something like:

[["something", "related"],["another thing","another relate"],...]

TucknDar

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,133
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #77 on: February 10, 2013, 10:53 AM »
Is this supposed to still work? Doesn't for me on Win 8... always shows 0 results

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #78 on: February 11, 2013, 02:03 AM »
The problem with FarrWebMetaSearch is that it doesn't operate on a Web Site's official API, but instead tries to collect search results by grabbing content directly from a Site's web page (using regular expressions). Unfortunately, a slight change on the side of the provider of the respective Web Site can cause such a regex to not work any more, making the concept of the plugin somewhat flawed.

Which search did you try?

TucknDar

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 1,133
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #79 on: February 11, 2013, 09:57 AM »
I tried amazon and imdb. Will try more, and see if I might be able to fix this myself  :-\

biorpg

  • Supporting Member
  • Joined in 2017
  • **
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #80 on: September 10, 2017, 07:12 AM »
Download links are broken, and for whatever reason this was quite difficult to find(even though I found it in an obvious place). Smells of the sort of thing that Google has shunned..
FarrWebMetaSearch.zip

The link above should work forever unless explicitly removed or nuclear holocaust.

I've also attached the file.

RobFreundlich

  • Participant
  • Joined in 2016
  • *
  • default avatar
  • Posts: 21
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #81 on: November 28, 2017, 08:05 AM »
Download links are broken, and for whatever reason this was quite difficult to find(even though I found it in an obvious place). Smells of the sort of thing that Google has shunned..
FarrWebMetaSearch.zip

The link above should work forever unless explicitly removed or nuclear holocaust.

I've also attached the file.

Thanks for the download link! Unfortunately, all of the configs seem to be terribly out of date - no matter what I try, I get either no results or a neverending search. I wonder if this could be redone to use API's instead of scraping the sites so it could be more resilient.

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #82 on: November 28, 2017, 10:14 AM »
Hello Rob

Generally, I think what you are suggesting would be a great idea. However, the usage of APIs typically requires an API key and is not necessarily free. I am also not sure how many websites are actually providing an API to "search" their site.

Are you thinking about some specific websites, or is your comment meant as a general suggestion?

Regards, Philipp

phitsc

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 1,198
    • View Profile
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #83 on: January 25, 2020, 04:39 PM »
My dear Donation Coders! The FARR WebMetaSearch plugin is now open source and available on GitHub.

https://github.com/phitsc/farrwms

As the previous two posts indicate, the usefulness of this plugin is, unfortunately, fairly limited. Nevertheless, the source code may prove useful for other FARR plugin developers.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: FARR plugin: FarrWebMetaSearch 1.6.0
« Reply #84 on: January 25, 2020, 09:20 PM »
 :up: :up: