Hi,
I use youtube-dl to get the url for google drive as follows:
url = 'https://drive.google.com/file/d/0B6*************/view'
vid = YDStreamExtractor.getVideoInfo(url,quality=0)
stream_url = vid.streamURL()
youtube-dl return a "correct" stream_url but KODI DVDPlayer cannot play it and throw an exception.
13:11:09.367 T:18446744072344303920 NOTICE: DVDPlayer: Opening:
https://r3---sn-t0a7sn7d.c.docs.google.c...layback?id=***********
13:11:09.367 T:18446744072344303920 WARNING: CDVDMessageQueue(player):
![Tongue Tongue](https://forum.kodi.tv/images/smilies/razz.png)
ut MSGQ_NOT_INITIALIZED
13:11:09.382 T:18446744071967799600 NOTICE: Creating InputStream
13:11:09.560 T:18446744071967799600 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for
https://r3---sn-t0a7sn7d.c.docs.google.c...layback?id=************
13:11:09.653 T:18446744071967799600 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403
13:11:09.654 T:18446744071967799600 ERROR: CCurlFile::Open failed with code 403 for
Does anyone know what I did wrong ?
Thanks in advance for your help
sviet