We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727143e commit 5fd405dCopy full SHA for 5fd405d
elsewhere/util.py
@@ -49,6 +49,7 @@
49
('ustream', 'Ustream.TV'),
50
('virb', 'Virb'),
51
('vox', 'Vox'),
52
+ ('wakoopa', 'Wakoopa'),
53
('youtube', 'YouTube'),
54
('zooomr', 'Zooomr'),
55
('zune', 'Zune'),
@@ -105,6 +106,7 @@
105
106
'ustream': 'http://www.ustream.tv/%s',
107
'virb': 'http://www.virb.com/%s',
108
'vox':'http://%s.vox.com/',
109
+ 'wakoopa': 'http://wakoopa.com/%s',
110
'youtube':'http://www.youtube.com/user/%s',
111
'zooomr':'http://www.zooomr.com/photos/%s',
112
'zune': 'http://social.zune.net/member/%s',
@@ -161,6 +163,7 @@
161
163
('ustream', 'Username'),
162
164
('virb', 'Username'),
165
('vox', 'Username'),
166
+ ('wakoopa', 'Username'),
167
('youtube', 'Username'),
168
('zooomr', 'Username'),
169
('zune', 'Username'),
0 commit comments