Added cookies to the source form
This commit is contained in:
parent
15e4cf7327
commit
73dec37857
1 changed files with 7 additions and 0 deletions
|
|
@ -86,6 +86,13 @@
|
||||||
help="Unchecking still indexes media but it won't be downloaded until you enable this option"
|
help="Unchecking still indexes media but it won't be downloaded until you enable this option"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<.input
|
||||||
|
field={f[:use_cookies]}
|
||||||
|
type="toggle"
|
||||||
|
label="Use Cookies for Downloading"
|
||||||
|
help="Uses your YouTube cookies when downloading (if configured). Good for downloading private playlists. See docs for setup notes"
|
||||||
|
/>
|
||||||
|
|
||||||
<.input
|
<.input
|
||||||
field={f[:download_cutoff_date]}
|
field={f[:download_cutoff_date]}
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue