Commit c5679249 authored by Ilkka Ollakka's avatar Ilkka Ollakka

appletrailers: bump quicktime useragent version up by rand(), seems to do the trick

parent 100fb729
...@@ -82,7 +82,7 @@ function parse() ...@@ -82,7 +82,7 @@ function parse()
table.insert( playlist, { path = urlline, table.insert( playlist, { path = urlline,
name = description .. '(' .. resolution .. ')', name = description .. '(' .. resolution .. ')',
arturl = art_url, arturl = art_url,
options = {":http-user-agent=QuickTime/7.2", ":play-and-pause"} } ) options = {":http-user-agent=QuickTime/7.5", ":play-and-pause"} } )
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment