Skip to content

Instantly share code, notes, and snippets.

@iggyvolz
Created October 7, 2014 21:50
Show Gist options
  • Save iggyvolz/4dc328687e840efb71fd to your computer and use it in GitHub Desktop.
Save iggyvolz/4dc328687e840efb71fd to your computer and use it in GitHub Desktop.
korra-dl test
$ for file in *;do if [ "`curl --silent http://udat.mtvnservices.com/service1/dispatch.htm?feed=nick_arc_player_prime\&plugin.stage=live\&mgid=mgid:arc:episode:nick.com:\`cat $file\``" == "`curl --silent http://udat.mtvnservices.com/service1/dispatch.htm?feed=nick_arc_player_prime\&plugin.stage=live\&mgid=mgid:arc:episode:nick.com:\`cat 101\``" ];then echo "$file FAIL";else echo "$file PASS";fi;done
101 FAIL
102 FAIL
103 FAIL
104 FAIL
105 FAIL
106 FAIL
107 FAIL
108 FAIL
109 FAIL
111 FAIL
112 FAIL
201 FAIL
202 FAIL
204 FAIL
205 FAIL
206 FAIL
207 FAIL
208 FAIL
209 FAIL
210 FAIL
211 FAIL
212 FAIL
213 FAIL
214 FAIL
301 FAIL
302 FAIL
303 FAIL
304 FAIL
305 FAIL
306 FAIL
307 FAIL
308 FAIL
309 PASS
310 PASS
311 PASS
312 PASS
313 PASS
400 PASS
401 PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment