Skip to content

Commit

Permalink
resolves chrippa#1643
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroLopes committed Jan 13, 2018
1 parent ab80dbd commit aeb191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livestreamer/plugins/youtube.py
Expand Up @@ -157,7 +157,7 @@ def _get_stream_info(self, url):

params = {
"video_id": video_id,
"el": "player_embedded"
"el": "detailpage"
}
res = http.get(API_VIDEO_INFO, params=params)

Expand Down

0 comments on commit aeb191c

Please sign in to comment.