Import: Add ytdl package for downloading videos from URLs #4982

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-05-02 10:04:34 +02:00
parent a7d927a83b
commit 8faf3fc918
31 changed files with 1520 additions and 47 deletions

View File

@@ -2,11 +2,11 @@ package api
import (
"encoding/json"
"github.com/tidwall/gjson"
"net/http"
"testing"
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"
"github.com/photoprism/photoprism/internal/config"
"github.com/photoprism/photoprism/internal/form"