2019年1月9日 星期三

自己更新Synology NAS 的youtube-dl 來解決有時候遇到youtube 下載會失敗的問題

1. Enable ssh on NAS server

2. Logon NAS through ssh

3. Download a youtube video

4. Search process from terminal :  ps -axw|grep youtube

5. You will see the below command line 

6. If the issue was caused by youtube-dl, you can just try to upgrade it 

  #cd /var/packages/DownloadStation/target/plugins/youtube

  #./youtube-dl.  —version.         ( check version of youtube-dl)

  #./youtube-dl -U.   (Upgrade youtube-dl)

 

 

NewImage

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...