projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5af89
)
[vvvvid] Fix typo
author
Silvan Mosberger
<infinisil@icloud.com>
Mon, 9 Oct 2017 20:48:26 +0000
(22:48 +0200)
committer
Sergey M
<dstftw@gmail.com>
Mon, 9 Oct 2017 20:48:26 +0000
(
03:48
+0700)
youtube_dl/extractor/vvvvid.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vvvvid.py
b/youtube_dl/extractor/vvvvid.py
index d44ec85fd8955c21a55b187a597ed2766b10befb..656a4b9e5a68afddcee721321dccab2104074aeb 100644
(file)
--- a/
youtube_dl/extractor/vvvvid.py
+++ b/
youtube_dl/extractor/vvvvid.py
@@
-133,7
+133,7
@@
class VVVVIDIE(InfoExtractor):
'season_id': season_id,
'season_number': video_data.get('season_number'),
'episode_id': str_or_none(video_data.get('id')),
- 'epi
d
ode_number': int_or_none(video_data.get('number')),
+ 'epi
s
ode_number': int_or_none(video_data.get('number')),
'episode_title': video_data['title'],
'view_count': int_or_none(video_data.get('views')),
'like_count': int_or_none(video_data.get('video_likes')),