diff options
Diffstat (limited to 'get_data.py')
| -rw-r--r-- | get_data.py | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/get_data.py b/get_data.py index 0e26b46..1f5f6e1 100644 --- a/get_data.py +++ b/get_data.py @@ -5,16 +5,10 @@ import simplejson as json URL_BASE = "http://asdf.us/im" IMAGES_I_LIKE = [ - "http://i.asdf.us/im/de/imgrid_1326006923_xx_abridged___.png", - "http://i.asdf.us/im/b7/imgrid_1328122947_xx_abridged___.png", - "http://i.asdf.us/im/13/imgrid_1327739154_imgrid_1327738736_xx_abridged___pepper_pepper.png", - "http://i.asdf.us/im/3a/imgrid_1328122609__1328122055_.gif", - "http://i.asdf.us/im/29/imgrid_1347748334_xx_abridged___pepper.png", - "http://i.asdf.us/im/af/imGrid_1435899447_dmgk.png", "http://i.asdf.us/im/da/imGrid_1435899431_dmgk.png", - "http://i.asdf.us/im/e1/Over_1435899330_dmgk.png", - "http://i.asdf.us/im/49/imGrid_1435898499_dmgk.png", - "http://i.asdf.us/im/dd/imGradientyellow-blue_1435898433_.png", +# "http://i.asdf.us/im/e1/Over_1435899330_dmgk.png", +# "http://i.asdf.us/im/49/imGrid_1435898499_dmgk.png", +# "http://i.asdf.us/im/dd/imGradientyellow-blue_1435898433_.png", ] |
