WordRider Home
Welcome! Log In Create A New Profile

Advanced

jheberg.net Plugin Problem

Posted by ronen.g23 
jheberg.net Plugin Problem
October 28, 2014 10:48AM
Today probably as everyone i've got the update with jheberg plugin
which is a site im actually using a lot, until now i was needed to manullay extract the links
from him and the idea that FRD could do it, like she is doing with go4up, is great
but the plugin didn't quite work at least not for me, despite the fact that he is active and everything
maybe it's just a minor bug need to be fixed, anyway there is the screen shots of my FRD

"This is me trying to add the url manully after clipboard pasting wasn't respone"


"This is FRD Reaction"


"And this is my plugin screen"




Edited 1 time(s). Last edit at 10/28/2014 10:50AM by ronen.g23.
Re: jheberg.net Plugin Problem
October 28, 2014 09:48PM
the plugin supported urls containing "/download/" or "/redirect/"
had not seen urls with "/captcha/"

plugin now supports these urls smiling smiley
Re: jheberg.net Plugin Problem
October 29, 2014 10:20AM
sad smiley im hate to say that, but he still dosn't function proparly
here is the link i used
http://jheberg.net/captcha/teenagemutantninjaturtles2014hdripxvidac3-evo-hebs/
and here is the screenshot of the error

this image is actually quite bigger then she looked in here i have no idea why, but the forum cut her end, any way
the error is with the letitbit extraction proccess, if you open the image in new tab you will see the full error report



Edited 1 time(s). Last edit at 10/29/2014 10:21AM by ronen.g23.
Re: jheberg.net Plugin Problem
October 29, 2014 10:53AM
If Đ is illegal character...
{
ExtractĐĐ Teenage.Mutant.Ninja.Turtles.ĐĐĐĐ.HD (thats not numeric 2014)
}
Like this...
Re: jheberg.net Plugin Problem
October 29, 2014 10:56AM
Just add
{
String name;
...
String name2;
name2="";
foreach(char i in name)
{
if(i.IsLetterOrDigit())
{
name2+=i.ToString();
}
}
name=name2;
}

I am vb.net developer,so some functions here dont exists in java...
Re: jheberg.net Plugin Problem
October 30, 2014 01:59AM
> If Đ is illegal character...
Its not.
The full error message (Help > Open log file):
Language: HTML
[color=#620000]ERROR - Illegal character in path at index 130: http://letitbit.net/download/54081.5d136e393627b4840e073d556711/Teenage.Mutant.Ninja.Turtles.2014.HDRip.XviD.AC3-EVO-HebSub-ELIRAN GOZLAN-.avi.html[/color]


the illegal character is " "
escape codes inserted in the urls where needed
jheberg plugin 1.0.2 works with the sample link smiling smiley



Edited 1 time(s). Last edit at 10/30/2014 02:02AM by birchie.
Re: jheberg.net Plugin Problem
October 30, 2014 06:01AM
thumbs up smiley Working Great
Sorry, only registered users may post in this forum.

Click here to login