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 5a6f6f9 commit 5f72b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WWW/PipeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ my %valid_options = (
api_path => {valid => q[], default => '/api/v1/'},
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'},
m_youtube_url => {valid => q[], default => 'https://m.youtube.com'},

Expand Down

0 comments on commit 5f72b4f

Please sign in to comment.