Skip to content

Commit

Permalink
- Temporary fix for the 404 Error on get_video_info request.
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jun 18, 2021
1 parent d8f474e commit e75c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WWW/YoutubeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ my %valid_options = (
feeds_url => {valid => q[], default => 'https://www.googleapis.com/youtube/v3/'},
video_info_url => {valid => q[], default => 'https://www.youtube.com/get_video_info'},
oauth_url => {valid => q[], default => 'https://accounts.google.com/o/oauth2/'},
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'},
www_content_type => {valid => q[], default => 'application/x-www-form-urlencoded'},

#<<<
Expand Down

0 comments on commit e75c778

Please sign in to comment.