JDownloader Autostart Video Hosts

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
drhouse
今日安裝
0
安裝總數
1,772
評價
7 0 0
版本
2.0
建立日期
2015-04-07
更新日期
2023-06-09
尺寸
1.7 KB
授權條款
未知
腳本執行於



update:
06/08/23 - instead of iframe, loads local JD page + url

Usage

Go to the webpage for a hosted video or file you want and it should be added to JDownloader automatically. It's also easy to customize the script and add more (JDownloader compatible) hosts, 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