Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Nov 26, 2024
1 parent 8561be1 commit 3fa24e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@
</div>
<div id="signin" class="tab-pane fade">
<?php
include './index_signin.php';
//include './index_signin.php';
include './index_signin_deprecated.php';
?>
</div>
<?php
Expand Down
16 changes: 16 additions & 0 deletions view/index_signin_deprecated.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="panel-footer">
<!-- Warning message -->
<div class="alert alert-danger text-center" role="alert" style="margin-top: 50px;">
<h4><strong>YouTube Authentication Deprecated</strong></h4>
<p>
Due to recent changes in YouTube's authentication policies, OAuth login is no longer supported for downloading videos via this application.
</p>
<p>
We are currently working to restore the YouTube download feature and will provide a solution as soon as one is available.
</p>
<hr>
<p>
Thank you for your patience and understanding as we work on this issue.
</p>
</div>
</div>

0 comments on commit 3fa24e7

Please sign in to comment.