Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CuF

Pages: 1 2 [3] 4 5 6 ... 15
31
Bugs & Feature Requests / New home same as the old?
« on: January 19, 2015, 09:41:27 am »
I've tried to update some old scripts changing the [home].

Except the script in the debugger shows @home: (new home URL) as well as @home2: (old home url).

Then if the script sets a string with @home in it, it uses @home for some things and @home2 for others.
In other words the script is completely broken.

Does Bit Che save this data somewhere?  I assumed Settings.ini, but I can't find it there, so I can't understand why it's remember the old home.

32
Fixed it.  Can you tell me what 1 дн. means?  Any torrent with that shows up with -11 seeders, but I don't speak Russian so I don't know what to change it to.

33
Here is a requested script.  Scambiofile.info.

34
Scripts & Development / Re: script for scambiofile.info
« on: January 19, 2015, 08:58:06 am »
I was having a bad day.  This made a good distraction.
Script attached.
Let me know if there are any problems.

35
Scripts & Development / Re: multi-page support
« on: January 17, 2015, 03:00:45 pm »
The No Limit being a problem was completely unexpected.
Looking forward to the next update.  Multipage is a great feature, I can't wait to use it more.

36
Scripts & Development / Re: multi-page support
« on: January 17, 2015, 04:03:51 am »
Max results are set to No Limit, Fetch results from additional pages is enabled, Bit Che is Plus edition, OS is Win7 x64.

As far as magnet links.  My only thought is if it detects a link as magnet after it has been extracted from the script, BC would then override any seeder/leecher numbers and adds a symbol(?) in its place.

Yeah, I know it's an integer so probably a symbol would be a pain, but it would be more informative.  Maybe -1 or something?  (Hmm, the filter probably checks for <1 seeders though).

I'm sure I'm thinking about this wrong right now though.

37
Scripts & Development / Re: multi-page support
« on: January 16, 2015, 02:37:06 pm »
After the 10th @r, even though MorePages says:
Code: [Select]
MorePages:
Find: >Next →</a>
Result: Found
Current Counter: 0
Current Page: http://btdigg.org/search?info_hash=&order=0&q=test&p=0
Next Counter: 1
Next Page: http://btdigg.org/search?info_hash=&order=0&q=test&p=1
All debugger buttons deactivate/turn grey.

Similarly, without the debugger only 10 results are found.

As far as the Magnet links, I understand about scraping them.  I was mostly checking to make sure setting the seeders/leechers to 1 was the preferred scripting for that.  I thought maybe BC recognized a link as Magnet and automatically did something with the seeds/leeches so put(1) isn't necessary.

38
Scripts & Development / Re: multi-page support
« on: January 06, 2015, 08:06:53 am »
Nice to have that info in the debugger.  I see:
Code: [Select]
MorePages:
Find: >Next →</a>
Result: Found
Current Counter: 0
Current Page: http://btdigg.org/search?info_hash=&order=0&q=cow&p=0
Next Counter: 1
Next Page: http://btdigg.org/search?info_hash=&order=0&q=cow&p=1

But after the first 10 in the @r Bit Che still stops.  I must be missing something.

2 other thoughts that are a bit off topic.
The latest version of BC, 3.5 build 8, has a weird bug that if you click away from the Debugger and then click in it to bring it to the front if flickers like mad.

Also, BTDigg uses Magnet links.  Do I have to use:
Code: [Select]
$seeds=put(1)
$leeches=put(1)
...or is it possible to get the real numbers?

39
Scripts & Development / Re: multi-page support
« on: December 22, 2014, 02:43:11 pm »
Cool.  Looking forward to figuring this out.
I think I tried multipaging once before and failed then too.

40
Scripts & Development / Re: multi-page support
« on: December 22, 2014, 05:08:21 am »
Just to be clear, I'm running v3.0 build 10 and results are set to unlimited.  (Also tried lower numbers to rule that out.)

Edit: Just noticed I didn't have "Fetch results from additional pages when there are multiple pages" enabled... and that still didn't fix the problem.

Btw, off topic, but can Seeds/Leeches be extracted from magnet links?

41
Scripts & Development / Re: multi-page support
« on: December 21, 2014, 03:59:55 pm »
Thanks, I thought you had that info somewhere.  My search only turned up this thread.

I came to the same conclusion about "morepages=>Next →[/url]", except for a few things.

First the → symbol requires the script be in Unicode format.   ANSI will lose the symbol and UTF-8 scripts aren't read properly by BitChe.
The other problem is it still doesn't work.  It grabs the first 10 hits than stops.
The debugger doesn't provide any info that might help, but it IS properly getting page zero.

Script attached.

42
And BTDigg by request.

If I could figure out multipaging, this site could use it.  Only 10 results per page is pretty sparse.

Edit: Script replaced with one that actually works... derp.

43
Scripts & Development / Re: [Request] btdigg.org
« on: December 21, 2014, 08:01:35 am »
I agree, the site is great, so here is a script...

Unfortunately it will only return the first 10 results.

Edit: Updated.  Magnet links weren't being grabbed properly.

44
Scripts & Development / Re: multi-page support
« on: December 21, 2014, 07:57:01 am »
Is multipage officially supported now?  I tried playing with the sample script and I'm definitely a bit lost on how to implement it.


45
Scripts & Development / Re: Bit Che v3 Adult Scripts
« on: December 21, 2014, 06:39:12 am »
Edit: Confirmed.  Here is PornLeech without the login.  (Updated all previous attachments above as well.)

Pages: 1 2 [3] 4 5 6 ... 15