Refactored media link parsing, started work on YT-DLP integration.
This commit is contained in:
parent
67c687a8d3
commit
0ce0685fd5
7 changed files with 98 additions and 30 deletions
|
|
@ -13,6 +13,9 @@
|
|||
"protocol": "http",
|
||||
//Domain the server is available at, used for server-side link generation
|
||||
"domain": "localhost",
|
||||
//Path to YT-DLP Executable for scraping youtube, dailymotion, and vimeo
|
||||
//Dailymotion and Vimeo could work using official apis w/o keys, but you wouldn't have any raw file playback options :P
|
||||
"ytdlpPath": "/home/canopy/.local/pipx/venvs/yt-dlp/bin/yt-dlp",
|
||||
//Be careful with what you keep in secrets, you should use special chars, but test your deployment, as some chars may break account registration
|
||||
//An update to either kill the server and bitch it's planned so it's not so confusing for new admins
|
||||
//Session secret used to secure session keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue