Skip to content
Snippets Groups Projects
Commit c5679249 authored by Ilkka Ollakka's avatar Ilkka Ollakka
Browse files

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

parent 100fb729
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ function parse()
table.insert( playlist, { path = urlline,
name = description .. '(' .. resolution .. ')',
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment