]> code.delx.au - youtube-cgi/commitdiff
added HD qualities
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 19 Sep 2012 07:42:47 +0000 (17:42 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 19 Sep 2012 07:42:47 +0000 (17:42 +1000)
youtube.cgi

index 17fcf1697b517ec053abb2ff98a6dfd74202ea93..f75d511cc2e1f6ef720201e00cafba1cd9dd8b7a 100755 (executable)
@@ -27,6 +27,8 @@ MIMETYPES = {
 }
 
 QUALITIES = {
+       "hd1080": 5,
+       "hd720": 4,
        "large": 3,
        "medium": 2,
        "small": 1,