DV8FromTheWorld / JDA-Player

Extension library for JDA (or D4J) that provides an Java wrapping of Youtube-dl, FFmpeg and FFprobe for use as an AudioProvider.
Apache License 2.0
14 stars 5 forks source link

Playlist.java OVH error #16

Closed Grasinga closed 7 years ago

Grasinga commented 7 years ago

I think that if the -4 was added to Playlist.java then it should play on our OVH server. Collections.unmodifiableList(Arrays.asList( "python", //Launch python executor "./youtube-dl", //youtube-dl program file "-q", //quiet. No standard out. "-j", //Print JSON "--flat-playlist" //Get ONLY the urls of the playlist if this is a playlist. )); -4 needs to be in there.

MinnDevelopment commented 7 years ago

Fixed in e27496c