We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_video_info
1 parent d8f474e commit e75c778Copy full SHA for e75c778
lib/WWW/YoutubeViewer.pm
@@ -111,7 +111,7 @@ my %valid_options = (
111
feeds_url => {valid => q[], default => 'https://www.googleapis.com/youtube/v3/'},
112
video_info_url => {valid => q[], default => 'https://www.youtube.com/get_video_info'},
113
oauth_url => {valid => q[], default => 'https://accounts.google.com/o/oauth2/'},
114
- video_info_args => {valid => q[], default => '?video_id=%s&el=detailpage&ps=default&eurl=&gl=US&hl=en&html5=1'},
+ video_info_args => {valid => q[], default => '?video_id=%s&el=detailpage&ps=default&eurl=&gl=US&hl=en&html5=1&c=TVHTML5&cver=6.20180913'},
115
www_content_type => {valid => q[], default => 'application/x-www-form-urlencoded'},
116
117
#<<<
0 commit comments