Open norenh opened 8 years ago
I cannot reproduce this problem. Please run this command and provide the output: ./get_flash_videos --debug http://www.svtplay.se/video/7707206/ockupationen/ockupationen-sasong-1-avsnitt-1
Oops, it seems like you are correct. It is not a problem with latest git and I totally missed reproducing with latest. I can now see that you ffmpeg is replaced with a hlsdownloader and that seems to deal with it properly, although the problem exist in latest released version (1.25.91).
Feel free to close this and thanks for the quick response!
Great, thanks for reporting.
I have noticed that SVTPlay sometime use relative URLs in their m3u8-file which causes get_flash_videos to call ffmpeg with a invalid URI. The problem can be seen for the video below (for 5 more days): http://www.svtplay.se/video/7707206/ockupationen/ockupationen-sasong-1-avsnitt-1
I am neither familiar with get_flash_videos or the m3u8 format but I assume that the proper way to deal with it is in read_hls_playlist as the problem might exist at other sites as well. I made the following quick and dirty workaround to deal with it in my end: