We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00bc39e commit d795dffCopy full SHA for d795dff
tests/integration/video.spec.ts
@@ -2,7 +2,8 @@ import { expect } from 'chai';
2
3
import ogs from '../../index';
4
5
-describe('video', function () {
+// TODO: youtube is blocking requests from github, will need to find a way around this
6
+describe.skip('video', function () {
7
it('Test Youtube Video - Should Return correct Open Graph Info', function () {
8
const userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36';
9
return ogs({ url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ', fetchOptions: { headers: { 'user-agent': userAgent } } }).then(function ({ error, result, response }) {
0 commit comments