You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,15 @@ Clone the repo and run `docker build -f Dockerfile-[your cpu architecture] -t yt
28
28
29
29
Or use the image from [hub.docker.com](https://hub.docker.com/r/z0pyrus/ytarchiver) (`docker pull z0pyrus/ytarchiver`)
30
30
31
-
To run the Docker Container use `docker run -it --name ytarchiver -v /home/user/ytarchiver:/app/downloads z0pyrus/ytarchiver '-o' '/app/downloads/%(title)s_%(id)s' 'options' 'youtube url' 'quality'`. Use for `/home/user/ytarchiver` your path where the videos will be saved.
31
+
To run the Docker Container use `docker run -it --name ytarchiver -v /home/user/ytarchiver:/app/downloads z0pyrus/ytarchiver '-o' 'options' 'youtube url' 'quality'`. Use for `/home/user/ytarchiver` your path where the videos will be saved.
32
32
33
-
Setting `'-o' '/app/downloads/%(title)s_%(id)s'` is mandatory.
34
33
35
-
For example `docker run -it --name ytarchiver /home/user/ytarchiver:/app/downloads z0pyrus/ytarchiver '-o' '/app/downloads/%(title)s_%(id)s' '--debug' '--monitor-channel' '-r' '180' '[youtube url]' 'best'`
34
+
For example `docker run -it --name ytarchiver /home/user/ytarchiver:/app/downloads z0pyrus/ytarchiver '-o' '--debug' '--monitor-channel' '-r' '180' '[youtube url]' 'best'`
36
35
37
36
It is recommended to add `--log-opt max-size='100kb'`
38
37
39
38
You can also add a cookies file. Simply add `-v /path-to-cookie-file:/app/cookies.txt` for example:
0 commit comments