summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Franzke2-35/+51
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-06mpv: Allow fallback from vaapi to xvBenjamin Franzke1-1/+1
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 Franzke2-0/+311
Ported from the 0.4 version. Now using luaexpat.
2014-01-19start_remote_irssi: Start screen if not existingBenjamin Franzke1-1/+1
2014-01-17quvi/zdf: Add coypright and filter duplicate formatsBenjamin Franzke1-1/+27
2014-01-17bash: add cstrike aliasBenjamin Franzke1-0/+2
2014-01-17srv/env.sh: Use ~/.local on all my hostsBenjamin Franzke1-4/+0
2014-01-17conky: Also disable in lxdeBenjamin Franzke1-1/+1
2014-01-16Move gitconfig to ~/.config/gitBenjamin Franzke1-0/+0
2014-01-16quvi/zdf: Check for facet hbbtv instead of the expected urlBenjamin Franzke1-6/+4
2014-01-16quvi/zdf: Remove smil quirkBenjamin Franzke1-4/+0
The user will not get this by default, since the comparision is more clever now. Let it reside in the format list, maybe its fixed someday.
2014-01-16quvi/zdf: Meta format seems to be not generic, use zdfmeta as func nameBenjamin Franzke1-2/+2
2014-01-16bash/environment.sh: Comment out luakit as default browserBenjamin Franzke1-1/+1
luakit has no development for more than one year, have to use chromium for now.
2014-01-16bash/environment.sh: Remove matlab libxcb workaroundBenjamin Franzke1-3/+0
I'm no longer using matlab (use octave!), and i'm not even sure this workaround is still needed. Remove!
2014-01-16Let libdvdcss store cached keys in ~/.cache/dvdcss/Benjamin Franzke1-0/+2
2014-01-16Add mpv configuration fileBenjamin Franzke1-0/+13
2014-01-16Move src/env.sh to .localBenjamin Franzke1-0/+0
2014-01-16eixrc: Move to XDG_CONFIG_HOME/eixrc/eixrcBenjamin Franzke2-0/+2
This needs the variable EIXRC set, which is done is environment.sh
2014-01-16quvi/zdf: cleanupBenjamin Franzke1-6/+6
2014-01-16quvi/zdf: Show either height or quality string in formatBenjamin Franzke1-13/+8
The quality string is only needed if height is unavailable.
2014-01-16quvi/zdf: Use xml_get from util.lua (libquvi-scripts 0.4.21)Benjamin Franzke1-14/+6
2014-01-16quvi/zdf: Advertise all available formatsBenjamin Franzke1-46/+173
This is actually a rewrite from simple search-one-url-parsing to iterating them all and decide which one to use on some heuristics.
2014-01-16quvi/ulmentv: Advertise default only since there is only one formatBenjamin Franzke1-2/+2
2014-01-14quvi/zdf: Support live streamsBenjamin Franzke1-24/+43
2014-01-14quvi/zdf: Support hd formatsBenjamin Franzke1-14/+46
THis commits also cleans up the code a bit.
2014-01-11quvi/zdf: Handle the flash style urlBenjamin Franzke1-3/+3
2014-01-11quvi/zdf: Add a hack to obtain the best available formatBenjamin Franzke1-1/+7
2014-01-11quvi: Add script for zdfmediathekBenjamin Franzke1-0/+47
For now the script does only output the veryhigh quality mp4 url. This format features h264 and aac encoding, so vaapi can be used to accelerate.
2014-01-03bash: Remove aliases i dont useBenjamin Franzke1-8/+1
2014-01-03gitconfig: Enable whitespace stripBenjamin Franzke1-0/+3
2014-01-03Map alt-left/right to tab change in gvimBenjamin Franzke1-0/+7
2013-10-15vimrc: Do not highlight trailing space in insert modeBenjamin Franzke1-2/+7
..while on the problematic line
2013-10-12vim: Do not use inkpot for asciidoc files for nowBenjamin Franzke1-1/+1
2013-10-12vimrc: Highlight trailing spacesBenjamin Franzke1-4/+9