Greasy Fork

来自缓存

JDownloader Autostart Video Hosts

Automatically starts download of the hosted video file with JDownloader on many host sites.

目前为 2015-11-15 提交的版本。查看 最新版本

作者
drhouse
评分
0 0 0
版本
1.1
创建于
2015-04-07
更新于
2015-11-15
大小
1.7 KB
许可证
暂无
适用于

Usage

Go to the webpage for a hosted video you want and the video should be added to JDownloader automatically. It's also easy to customize the script with more hosts, compatible with JDownloader, by editing and adding them to the @include's at the top of the script.

Info

Mainly intended for those, like myself, who prefer automatically downloading/streaming files locally (and immediately streaming the locally generated *.part file with VLC, for example) rather than watching through an online player due to unstable/stalling internet connections or faster download speeds/convenience using JDownloader2.

This script requires the following to run:
Check if JDownloader is running

CNL2 requires that JDownloader is running.

Open http://127.0.0.1:9666/flash/
If A “Website” with 'JDownloader' opens, JD is running.
This page has more technical info on JDownloader2 and Click'nLoad:
http://jdownloader.org/knowledge/wiki/glossary/cnl2
Optional Script
Also, you can use the following convenient code with AutoHotkey, copy/paste into notepad, save as 'jdownloader.ahk'. When you run it, it will sit in the system tray and automatically wait and click ok on windows from jdownloader that ask if it's ok to add a link or to update.
SetTitleMatchMode, 2

loop {
  IfWinExist, External request from
    {
    WinActivate
    Send, {ENTER}
    }

  IfWinExist, New Update available
    {
    WinActivate
    Send, {ENTER}
    }
 
  Sleep, 1000
}

Buy me a coffee at ko-fi.com