X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=share%2Flua%2Fextensions%2Fallocine-fr.lua;h=e3637c17d3373f3de1fab64188b6ad0007fecb96;hb=89dbfd782618074a2ee4122f0bead8a08917c805;hp=e095cda925f56145ce9b1d15eb1cda192dd865d8;hpb=c3d96600618add7768f713ccf1fcdddaf06dd1fb;p=vlc diff --git a/share/lua/extensions/allocine-fr.lua b/share/lua/extensions/allocine-fr.lua index e095cda925..e3637c17d3 100644 --- a/share/lua/extensions/allocine-fr.lua +++ b/share/lua/extensions/allocine-fr.lua @@ -278,7 +278,8 @@ function open_fiche(url) -- Open stream local s = vlc.stream(url) - local data = s:read(65535) + -- Read max 500k (Note: 65k is not enough for the average note) + local data = s:read(500000) -- Buffer & temp variables local first = nil