Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

kmb32123 youtube dl server Docker Help

Featured Replies

The Youtube dl server by kmb32123 is great. I installed it via community applications. But the crazy modified / created dates it creates while downloading videos is making me go nuts. There is an option to set " --no-mtime " forcing the script to consider the actual download date time as the modified/created date. I have been trying to apply this option in various ways. The last method I tried was by using this setting by creating a youtube-dl.conf. It did not work. Any idea how can I actually get this option set and working? 

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='youtube-dl-server' --net='bridge' -e TZ="Asia/Calcutta" -e HOST_OS="Unraid" -p '9090:8080/tcp' -v '/mnt/user/4TB/Downloads/Yt_Dls/':'/youtube-dl':'rw' -v '/mnt/user/appdata/youtubdl-config/youtube-dl.conf':'/youtube-dl.conf':'ro' 'nbr23/youtube-dl-server'

 

  • 4 months later...

I wrote the original kmb32123/youtube-dl-server. I just added an environment variable, YDL_UPDATE_TIME, that you can set to 'False' to disable using the server modified date. Something like these:

docker run -d -e YDL_UPDATE_TIME=False kmb32123/youtube-dl-server
YDL_UPDATE_TIME=False python3 -u ./youtube-dl-server.py

 

  • 9 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.