I hereby claim:
- I am m4p on github.
- I am map (https://keybase.io/map) on keybase.
- I have a public key whose fingerprint is A29C 1DC3 42BC 4B0F 20AD B653 8A14 3302 7195 C1BE
To claim this, I am signing this object:
| #!/usr/bin/python | |
| import cgi | |
| import urllib2 | |
| import re | |
| import cgi | |
| fs = cgi.FieldStorage() | |
| url = fs['url'].value | |
| print "Content-type: text/html" |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <syntax> | |
| <head> | |
| <name>Default</name> <!-- The definitions title --> | |
| <autocompleteoptions use-spelling-dictionary="yes" /> | |
| <charsintokens><![CDATA[_0987654321abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@]]></charsintokens> <!-- Valid Characters for Variables --> | |
| </head> | |
| <states> |
| from lxml import etree | |
| from copy import deepcopy | |
| from math import ceil | |
| itemsPerPage = 10 | |
| for inFile in ["episodes.all.m4a.rss", "episodes.all.mp3.rss"]: | |
| xmlData = etree.parse(inFile) | |
| #!/usr/bin/php | |
| <?PHP | |
| require '/var/www/offsite/class.sosumi.php'; | |
| header('Content-Type: application/json'); | |
| $file = '/var/www/offsite/location.cache'; | |
| if (time() - filemtime($file) > 5*60) { |
| http://store21.media21.justin.tv/archives/2013-11-14/live_user_desertbus_1384400271.flv | |
| http://store51.media10.justin.tv/archives/2013-11-14/live_user_desertbus_1384402072.flv | |
| http://store25.media25.justin.tv/archives/2013-11-15/live_user_desertbus_1384494278.flv | |
| http://store34.media34.justin.tv/archives/2013-11-16/live_user_desertbus_1384569100.flv | |
| http://store66.media55.justin.tv/archives/2013-11-16/live_user_desertbus_1384570902.flv | |
| http://store76.media59.justin.tv/archives/2013-11-16/live_user_desertbus_1384572702.flv | |
| http://store34.media34.justin.tv/archives/2013-11-16/live_user_desertbus_1384574506.flv | |
| http://store58.media12.justin.tv/archives/2013-11-16/live_user_desertbus_1384624116.flv | |
| http://store59.media52.justin.tv/archives/2013-11-16/live_user_desertbus_1384625919.flv | |
| http://store23.media23.justin.tv/archives/2013-11-16/live_user_desertbus_1384627727.flv |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ID=$1 | |
| DATA="$(curl -silent http://api.justin.tv/api/broadcast/by_archive/$ID.xml?onsite=true)" | |
| URLs="$(echo $DATA | grep -io 'http.*\.flv')" | |
| NAME="$(echo $DATA | grep '<title>' | head -n1 | sed 's/<title>//g' | sed 's/<\/title>//g' | sed 's/^ *//g' | sed 's/ /\./g'| sed 's/\///g'|sed s/\'//g)" | |
| mkdir "$NAME" | |
| cd "$NAME" |
| #!/bin/bash | |
| NAME=$1 | |
| PWD=`pwd` | |
| ffmpeg -f concat -i <(find . -type f -name "${NAME}*.flv" | cut -c 2- | awk "{print \"file '\" \"${PWD}\" \$0 \"'\"}") -c copy "$NAME.m4v" |
| function Twitter_RSS() { | |
| return; | |
| } | |
| function doGet(e) { | |
| var widgetID = e.queryString? e.queryString : "ERROR_NO_ID_FOUND"; | |
| var cache = CacheService.getPublicCache(); | |
| var id = "Twitter" + widgetID; | |
| var rss = cache.get(id); |
| function Twitter_RSS() { | |
| return; | |
| } | |
| function doGet(e) { | |
| var widgetID = e.queryString? e.queryString : "ERROR_NO_ID_FOUND"; | |
| var cache = CacheService.getPublicCache(); | |
| var id = "Twitter" + widgetID; | |
| var rss = cache.get(id); |