summaryrefslogtreecommitdiff
path: root/.local/share/libquvi-scripts/media
AgeCommit message (Collapse)AuthorFilesLines
2014-02-28radiode: Fix title parsingBenjamin Franzke1-1/+1
2014-02-10quvi/putlocker: Simplify title matchingBenjamin Franzke1-1/+1
Fixes title for sockshare.com
2014-02-10quvi: cleanupBenjamin Franzke1-3/+1
2014-02-09quvi/putlocker: cleanupBenjamin Franzke1-3/+0
2014-02-08quvi/zdfmediathek: Remove debug outputBenjamin Franzke1-1/+1
2014-02-07quvi/xvidstage: Fix minjs unpack for side-by-side replacementsBenjamin Franzke1-1/+3
2014-02-07quvi/putlocker: Extend to also handle sockshare.comBenjamin Franzke1-4/+8
Seems they have exactly the same script so we can use the same code.
2014-02-07quvi 0.9: Add script for putlockerBenjamin Franzke1-0/+51
2014-02-07quvi/flashxtv: Print error if file is not availableBenjamin Franzke1-0/+1
2014-02-07 uvi 0.9: Add script for flashx.tvBenjamin Franzke1-0/+53
2014-02-07quvi 0.9: Add script for vidstream.inBenjamin Franzke1-0/+50
2014-02-07quvi: Move soup request function to seperate lua libBenjamin Franzke1-35/+2
2014-02-07quvi/xvidstage: Improve the matching of the relevant minjsBenjamin Franzke1-3/+3
2014-02-06quvi 0.9: Add script for dvixstage.euBenjamin Franzke1-0/+45
2014-02-06quvi/xvidstage: Parse only urls that have an idBenjamin Franzke1-0/+1
2014-02-06quvi/xvidstage: Implement proper minjs unpackingBenjamin Franzke1-9/+44
Dont try to be to clever and fetch the ip path data from the minified js. Instead do a proper unpack and parse the url from the result. Background: The minified js might look slighty different if there are i.e. redundacies in the ip (two times the same numerical component).
2014-02-06quvi 0.9: Add script from xvidstage.comBenjamin Franzke1-0/+90
Have to use own http client code, to be able to do POST requests. Using libsoup with lua gobject introspection (so lgi is required).
2014-02-06quvi 0.9: Add radiode scriptBenjamin Franzke1-0/+42
2014-02-06quvi 0.9: Add zdfmediathek scriptBenjamin Franzke1-0/+308
Ported from the 0.4 version. Now using luaexpat.