Browse Source

[niconico] Fix extraction on python3 (closes #17393)

master
Gorfiend 6 years ago
committed by Sergey M
parent
commit
4d59db5b90
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/niconico.py

2
youtube_dl/extractor/niconico.py

@ -252,7 +252,7 @@ class NiconicoIE(InfoExtractor):
},
'timing_constraint': 'unlimited'
}
}))
}).encode())
resolution = video_quality.get('resolution', {})

Loading…
Cancel
Save