We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8c73e commit b746a39Copy full SHA for b746a39
1 file changed
resources/lib/twitch/api/usher.py
@@ -34,7 +34,7 @@ def valid_video_id(video_id):
34
video_id = 'v' + video_id[6:]
35
if video_id.startswith(('a', 'c', 'v')):
36
return video_id[1:]
37
- return ''
+ return video_id
38
39
40
@query
0 commit comments