JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 25.01.2016, 09:13
DarKWinGTM DarKWinGTM is offline
Storm
 
Join Date: Nov 2011
Posts: 217
Default Multi Host Plugin

Multi Host Plugin

**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Thanks , Best regard

Last edited by DarKWinGTM; 25.01.2016 at 09:29.
Reply With Quote
  #2  
Old 25.01.2016, 09:30
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

how is this multihoster related?

or did you mean multiple requests for hoster plugins?
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 25.01.2016, 13:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

I guess he means multiple hosts
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 25.01.2016, 13:31
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 25.01.2016, 13:31
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #6  
Old 25.01.2016, 13:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,544
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #7  
Old 01.02.2016, 15:30
DarKWinGTM DarKWinGTM is offline
Storm
 
Join Date: Nov 2011
Posts: 217
Default

It posible ?

Thanks best regards
Reply With Quote
  #8  
Old 01.02.2016, 15:44
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

URL Pattern:
^http:\/\/imzdrop\.com\/\w+\/[\w-]+\.jpe?g\.html$

Search Pattern:
Code:
function(pageData, pageUrl) {
	var retVal = {imgUrl: null, status: "ABORT"};

	var PostData = pageData.match(/<form\b([^]+?)<\/form>/i)[1].match(/<input.+?>/g);
	PostData = PostData.map(input => input.match(/name=('|")(.+?)\1/)[2] + '=' + input.match(/value=('|")(.+?)\1/)[2]).join('&');

	var req = new XMLHttpRequest();
	req.open("POST", pageUrl, false);
	req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
	req.send(PostData);

	var someData = req.responseText;
	iUrl = someData.match(/<img.+?class="pic".*?>/).toString();

	if (iUrl) {
		retVal.imgUrl = iUrl.match(/src="([^"]+)"/)[1];
		retVal.fileName = iUrl.match(/alt="([^"]+)"/)[1];
		retVal.status = "OK";
	}

	return retVal;
}
Reply With Quote
  #9  
Old 01.02.2016, 17:59
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,111
Default

All done.
Stop pushing!
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
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 18:00.
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.