- Reversed Imgur support.

Removed the Imgur-specific provider handling from 
[includes/db.php](/Users/tyemeclifford/Documents/GH/mediaplayer/includes/db.php), 
removed the admin upkeep Imgur counter/copy from 
[admin/index.php](/Users/tyemeclifford/Documents/GH/mediaplayer/admin/index.php), 
updated the upload hint in 
[admin/add.php](/Users/tyemeclifford/Documents/GH/mediaplayer/admin/add.php), 
cleaned the README mentions, and deleted provider_embed.php.
This commit is contained in:
Ty Clifford
2026-06-25 08:42:02 -04:00
parent 4425716d6f
commit 6e1b918e48
5 changed files with 4 additions and 181 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ render_head('Add Video — Admin', '
<div class="card">
<p class="section-heading">Video Sources</p>
<p class="hint" style="margin-bottom:1rem;">
Upload a video file, link a direct media file, or paste a provider page URL such as YouTube, Vimeo, or Imgur. The player will use a provider embed when the URL supports it.
Upload a video file, link a direct media file, or paste a provider page URL such as YouTube or Vimeo. The player will use a provider embed when the URL supports it.
Uploaded files: <strong>MP4, WebM, OGV, MOV, MKV, AVI</strong>. Remote URLs must use <strong>http://</strong> or <strong>https://</strong>.
</p>