nfl / jquery-oembed-all

A fork with improvements of the jquery-oembed project
141 stars 57 forks source link

Fallback with YQL broken #51

Open loconox opened 7 years ago

loconox commented 7 years ago

As Yahoo! seems to have stopped their YQL API (https://stackoverflow.com/questions/44431212/yql-html-table-is-no-longer-supported) and as the fallback to open graph uses this API to parse web pages, the fallback is currently broken.

The YQL API response is:

/**/jQuery223015006062294677558_1499783106440({"query":{"count":0,"created":"2017-07-11T14:25:10Z","lang":"fr-FR","meta":{"message":"html table is no longer supported. See https://policies.yahoo.com/us/en/yahoo/terms/product-atos/yql/index.htm for YQL Terms of Use"},"results":null}});

Edit: Well, in fact a large part of providers are using YQL and so are no longer working.