monsieurvideo / get-flash-videos

Download or play videos from various Flash-based video hosting sites, without having to use the Flash player.
Apache License 2.0
240 stars 68 forks source link

HLSDownloader has problem with EXT-X-VERSION 4 m3u8 at pbs.org #194

Closed pcwalden closed 8 years ago

pcwalden commented 8 years ago

pbs.org has started using EXT-X-VERSION 4 in their m3u8 files.

They include EXT-X-I-FRAME-STREAM-INF records that identify a playlist file containing I-frames.

This record also has a BANDWITH keyword, but a URI keyword identifies the playlist file, not a subsequent line with the URI.

The simplistic m3u8 playlist parser then fails in the read_hls_playlist subroutine, returning bogus urls that cause the download to fail.

pcwalden commented 8 years ago

Fix merged into master