ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

Filename #37

Open tyl0re opened 6 years ago

tyl0re commented 6 years ago

youtub-dl Addon uses the filenameof the Stream to save the Video. The Streamname is sometimes against the Restrictions of the Filesystem (For example Filename length of Windows). specially when using ffmpeg

YDStreamExtractor.overrideParam('ffmpeg_location',ffmpgdir)

The File get cownloaded by ffmpgdir in the Addon directory and afterwards moved to the Right location. On some streams the download Failes, because the Filename is to long for windows