mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[YT-DLP Options Override] - Radarr Extended - Extras.bash #186
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nc88keyz on GitHub (Dec 17, 2024).
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Yes, I cannot get a red band trailers to download, I have edited the Extras.bash script with nano and saved it . When radarr is re launched viaa docker , it is overwritten, in the yt-dlp options line. Is this to be expected, and if so can i prevent that ?
Describe the solution you'd like
A clear and concise description of what you want to happen.
override the Extras.bash file or have a flag in extras config to add cookies under the following in Extras.bash
ytdlpExtraOpts="--user-agent facebookexternalhit/1.1"
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I tried editing the Extras.bash filed in /config/extended, and made path to cookies in the container as well, but since it is overwritten it is non-effective.
Additional context
I am trying to maximize the scripts which i absolutely love, but also trying to clear the log errors. Thank you