Yahoo cricket api throwing error 'No definition found for Table cricket.scorecard.live' ,any way to resolve it? - yql

I was trying to access the yahoo cricket api to get the latest live score ,news and commentry but getting following issue
'No definition found for Table cricket.scorecard.live'
Can someone help me here?
or yahoo provide any commercial package?
Thanks in advance for helping!!

Looks like yahoo has stopped the supports / api for cricket live scores.

Related

IMPORTXML Yahoo Finance not working anymore

Until a few days ago this importxml was importing the current price from yahoo finance however it's now stopped working and I can't figure out why. Is anyone able to suggest a fix? Thanks a lot.
=INDEX(IMPORTXML("https://finance.yahoo.com/quote/SGLN.L","//*[#id='quote-header-info']/div[3]/div[1]/div/span[1]"),1)
It seems that Yahoo changed some things in their website and it resulted to the import formula not to work anymore for some of the webpage in Yahoo Finance as well as for some tickers. This is the result of the IMPORTXML command for the SGLN.L ticker and for the AAPL ticker which is still working.
For now, I suggest finding another website/data source that will give you the same information that you need for those unavailable/unscrapeable tickers. Another option would be to wait for yahoo to fix this issue.

Yahoo Finance quotes CSV link broken

I am in the middle of updating an older website. I noticed it's trying to grab data from "http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s=CADUSD=X". However, this link no longer works...does anyone have any idea where I should be looking instead?
Looks like Yahoo no longer offers this service...I ended up using https://free.currencyconverterapi.com/

having trouble with yahoo weather feeds

I am having problems using regional weather rss feeds that i have been using for many years, and am not much of a programmer, so i do not understand what i could do to get my feeds up and running again... Could someone please help me?
here is one of the weather feeds that worked for me until 2 days ago:
http://weather.yahooapis.com/forecastrss?w=3563&u=c
is there something i can add to it to make it work again?
Thanks for any hints
Unfortunately i had the same problem.
It seems that yahoo changed the URL to
http://xml.weather.yahoo.com/forecastrss?w=”+postal+”&u=c
instead of http://weather.yahooapis.com/forecastrss?w=3563&u=c

Search YouTube API without login in

I'm creating an app where i would like to display video result from the YouTube site.
However, i do not want the user to register for this.
After i registered my app, and allowed "YouTube Data Api", Still when i'm calling from my app:
https://www.googleapis.com/youtube/v3/search?part=snippet&maxResults=3&order=relevance&q=test&regionCode=AR&type=video&key={MyKey}
I'm getting back "forbidden (403)"
This issue suppose to be really simple, but i'm really straggling to get this to work, i'm thinking maybe it has something to do with the new API version 3.0, that you can not search without authentication?
Any help would be much appreciated thanks.
You can use below URL for searching of youtube videos using version3
https://www.googleapis.com/youtube/v3/search?part=snippet&q=nokialumia&key=#"API _KEY"&maxResults=20&pageToken=0
For suggestions of you tube videos you can use below link. It will gives you the data in XML format. You can parse and get results.
http://suggestqueries.google.com/complete/search?output=toolbar&ds=yt&q=nokialumia
If you want to use Version 2 use below link
Youtube Search using version 2.0
Hope it helps you...!
What kind of results do you want to see? Views, comments, share, likes? I think that you are not able to see any results by Youtube Data Api or Youtube Analytics API V3 without a valid key. You can find all error codes and their meanings from this link.
I hope it helps.

YouTube API 3.0 Query Search

I had a working script written in PHP YouTube API 2.0 that would retrieve a feed of videos based on a search query.
Over the couple months it has been getting choppy and it won't consistently retrieve the amount of video views that each video has which is messing up my website.
Does anyone have or know where I can find a working Zend PHP YouTube API 3.0 example that will retrieve videos based on a specific search query?
Anything helps!
Check https://developers.google.com/youtube/v3/code_samples/php
But be aware, that the V3 is still "experimental" and therefore some things might not work as expected ;)
you can find many code samples like https://developers.google.com/youtube/v3/live/code_samples/php
Getting started - https://developers.google.com/gdata/articles/php_client_lib
YouTube API Samples project has a great example. Make sure, you enabled Data API v3 in your dev console first. Also Data API v3 is highly supported and not experimental anymore.

Resources