JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 20.04.2021, 20:08
Ernie Ernie is offline
JD Alpha
 
Join Date: Mar 2021
Posts: 21
Default video download helper plugin für firefox

kann man ein plugin entwickeln das ich für firefox nehmen kann und mir als video dowloader dient, wie
Video Downloadhelper
Ant Video dowloader
nur das die Videos an Jdownloader geschickt werden ?
oder muss für jede Seite ein plugin geschrieben werden ?
Die Helper analysieren ja die Side und guckt wo es ein Stream gibt und greifen den ab. Diese Analyse fehlt halt noch.
Wenn ja (plugin geschrieben) kann man sich ein eigenes plugin schreiben ?
Ich kann ein wenig Python und "webscraping"
Ich hoffe dazu muss ich nicht java lernen, sondern es gibt eine Art Schnittstelle zu python.
Ansonsten Top Arbeit die ihr liefert.
Ich hoffe, das ihr bald hcapcher knackt !
Reply With Quote
  #2  
Old 21.04.2021, 12:20
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

https://support.jdownloader.org/Know...aming-websites
Die Erweiterung kann doch via Zischenablage die Links an den JDownloader schicken?!
Oder was genau meinst du?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 21.04.2021, 13:19
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

You can use flash/flashgot api in external application or userscripts.

Documentation:
Code:
localhost:9666/help

Tampermonkey demo script which adds 'Send to JDownloader" menu item to the browser context menu, which can be used to send embeded links from a matching web page, to JD.

Code:
// ==UserScript==
// @name         Send to JDownloader
// @author       mgpai
// @match        *//interactive-examples.mdn.mozilla.net/pages/tabbed/embed.html
// @run-at       context-menu
// ==/UserScript==

var links = Array.apply(null, document.embeds).map(function(embed) {
    return embed.src
});

window.open(encodeURI("**External links are only visible to Support Staff**+links.join("<br>")));
Reply With Quote
  #4  
Old 21.04.2021, 22:09
Ernie Ernie is offline
JD Alpha
 
Join Date: Mar 2021
Posts: 21
Default

das ich keine download plugins mehr brauche, das will ich damit erreichen.
das ist sonst viel zu unständlich. downloadhelper analysieren lassen dann auf copy URL und dann noch datei unbennen in Jdownloader.
evtl muss ich in Python da mal was anfangen zu programmieren, was ich will, anstatt immer nur zu leechen und dann zu sortieren

@mgpai
I think its java, sorry I can only Python little bit.
But I understand it , this scipt is the little pop up window if I copy a link.
Sometimes dont function it or he analyses it in the underground, I cant see any pop up.
if the script dont find any links , he dont popup althought its a link there.
btw downloadhelper finds any link(s)
Sometime the script finds all links(_240, _360_,_720), but I want only the 720p(_720) link, can I filter that somehow ?

sorry for bad english
Reply With Quote
  #5  
Old 22.04.2021, 11:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

@Ernie: Das ist Javascript und er hat dir BspCode für Tampermonkey gegeben.
Für die Filterung der *ich will nur 720p*, musst du entweder in Javascript die anderen Links herausfiltern oder im JDownloader mit Hilfe von Linkfilter Regeln. Aber die Regeln können nur filtern, aber nicht abhängig von anderen Links. Sprich wenn du nur 720p haben willst, aber es kein 720p gibt, dann kommt am Ende gar kein Link heraus.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 22.04.2021, 11:04
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Quote:
Originally Posted by Ernie View Post
das ich keine download plugins mehr brauche, das will ich damit erreichen.
Aber irgendwer/irgendwas muss ja die Logik haben? Also das Wie/Wo die Links zu finden sind und das Welche(zb nur 720p). Generisch wird das schwer
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 17:02.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.