alex73630 / Floatplane-Downloader

Floatplane-Downloader is a NodeJS script that allows you to download latest Linus Media Group's Floatplane Club videos from LinusTechTips forums and make them available through a Plex server.
GNU General Public License v3.0
9 stars 2 forks source link

Videos with " result in a FFmpeg error #15

Open ItayZiv opened 6 years ago

ItayZiv commented 6 years ago

Any video with " in the title will result in a FFmpeg error An example of a output would be here (It is from attempted downloading of " LTT: "This Cheap Keyboard FEELS Mechanical" - S#!t Manufacturers Say - Watch Now! ".

alex73630 commented 6 years ago

Will work on this this weekend (if I have time), scheduled for 0.1.6.

alex73630 commented 6 years ago

More detail about it, this is more likely to be due to a non-escaped character, this may impact others characters other than the " and that could need to also be escaped (for filenames for example, see Windows filename limitations)