We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c8c73e + b746a39 commit c4ff171Copy full SHA for c4ff171
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