projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3fef63
)
[bliptv] Make sure video ID is a string
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 5 Oct 2013 14:12:21 +0000
(16:12 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sat, 5 Oct 2013 14:12:29 +0000
(16:12 +0200)
youtube_dl/extractor/bliptv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/bliptv.py
b/youtube_dl/extractor/bliptv.py
index 08b28c994272e3461bba5d99856928ff6adb6cf3..493504f75082f7b7605121acbfd88dbb621e84fb 100644
(file)
--- a/
youtube_dl/extractor/bliptv.py
+++ b/
youtube_dl/extractor/bliptv.py
@@
-115,7
+115,7
@@
class BlipTVIE(InfoExtractor):
ext = umobj.group(1)
info = {
- 'id':
data['item_id']
,
+ 'id':
compat_str(data['item_id'])
,
'url': video_url,
'uploader': data['display_name'],
'upload_date': upload_date,