Ali Aghelmaleki
Results
2
issues of
Ali Aghelmaleki
The following python script works fine, but in the Kodi 18.3 got `AttributeError: xbmcout instance has no attribute 'isatty'` ``` ydl = youtube_dl.YoutubeDL({'outtmpl': '%(id)s%(ext)s'}) with ydl: result = ydl.extract_info( 'https://www.bbc.com/persian/media-49522521',...
Hi @Planeshifter , Sadly there are couple of issues regarding installation of module including sqlite3 failure as well as downloading sqlite-31.db from provided link. (Using node v10.8.0) ``` node-pre-gyp ERR!...