rylio/ytdl

Can not download video

Closed this issue · 3 comments

{"level":"info","time":"2020-04-14T23:52:47+08:00","message":"Fetching video info..."}
{"level":"fatal","error":"Unable to fetch video info: invalid character ';' after top-level value","time":"2020-04-14T23:52:49+08:00"}

There is a regex problem in:

regexpPlayerConfig = regexp.MustCompile("ytplayer.config = (.*?);ytplayer.load")

regexpPlayerConfig = regexp.MustCompile("ytplayer.config = (.*?);ytplayer.load")
MUST BE CHANGED TO
regexpPlayerConfig = regexp.MustCompile("ytplayer.config = (.*?);ytplayer")

actually

corny commented

Please try the the latest release.