Main Menu

Recent posts

#61
WebCopy / Trying to dowload all images f...
Last post by Manuela - August 20, 2023, 11:15:58 AM
I am trying to download all images from a wiki, including thumbs.

First thing I tried was
rule1 \.(png|jpg|svg|pdf|odt|ods) download
rule2 .* exclude, crawl

URL: https://aboutpcs.miraheze.org

download stops almost immediately, did not download a single file

next try

same rules, URL: https://aboutpcs.miraheze.org/wiki/Special:AllPages/File:

This time, images are found, but not downloaded (above the root)

I added additional URLs

https://aboutpcs.miraheze.org/wiki/File:
https://aboutpcs.miraheze.org/wiki

with no effect at all.

What am I doing wrong? Any advice?

Thank you

#62
WebCopy / Re: Using query strings to con...
Last post by Manuela - August 20, 2023, 10:17:58 AM
Do I understand correctly that you want to download files with a specific URL? Why not use a rule?
regex is your friend

^https://test\.site\.com/api/v1/get_photo\?filename= as expression, compare = entire URL
#63
Color Palette Editor / HEX colours not being kept in ...
Last post by desbest - August 20, 2023, 10:16:35 AM
HEX colours not being kept in my .aco palette, either before or after saving

Steps to Reproduce

  • Open a .aco palette
  • Have 2 colours (or swatches) saved in your palette
  • Make one colour #F70C64
  • Change the 7 to an 8 to make it #F80C64
  • Switch to another swatch in your palette by selecting it
  • Switch back to the swatch that you was previously on

You'll notice that the colour hex code you initially chose, isn't respected, the "F8" switches to "F7" without your consent.

I'm using version 1.8.0.480 on Windows 10 22H2
#64
Color Palette Editor / Display a warning when the sel...
Last post by desbest - August 19, 2023, 08:17:51 PM
Hello I have a feature request.
How about displaying a warning when the selected file type does not support swatch names?

I mean when trying to save the file.

By default it asks me to save using the .pal format and whether it's 16 bit or 32 bit, that file type doesn't support swatch names. So when I opened it again, I lost all my swatch names.  :'(
#65
WebCopy / Using query strings to constru...
Last post by crocket - August 18, 2023, 09:25:03 PM
I am trying to figure out how to add portions of the query string to the name of the file that is downloaded locally to my computer. I have added a list of URLs to my project and I am able to successfully download these files. The problem I have is that the files downloaded are named get_photo-1, get_photo-2, get_photo-3, etc...

I have tried a number of combinations in the General > Local Files section of the Project Properties, but either I am doing something wrong or I do not understand the purpose of this set of properties.

The Additional URLs that I have added are all unique and are all identical, except for the photo name. I am trying to include the unique .jpg name and the application_id in the name of each .jpg that is downloaded. This is an example of what the URLs look like..

https://test.site.com/api/v1/get_photo?filename=photo_f203144c-b817-4fb4-bd10-e0b1f97045ec.jpg&app_id=7840
https://test.site.com/api/v1/get_photo?filename=photo_8309bb32-1345-4181-9e71-87f40c381527.jpg&app_id=7840
https://test.site.com/api/v1/get_photo?filename=photo_4deda05d-56f2-4894-829c-7bb1e1ce3f6d.jpg&app_id=7900
https://test.site.com/api/v1/get_photo?filename=photo_2d57c78c-4ad5-455f-abbf-a4ba8a3cb3c2.jpg&app_id=7900

Can someone tell me what set of options must be selected to achieve this? 

Thanks!

#66
WebCopy / Is there a possibilty to expor...
Last post by Manuela - August 11, 2023, 11:44:19 AM
This would be a very nice feature, and the opposite, to import rules from a plain text file.
Just saying, I know your time is short.

Thank you again for this great tool. I have created a set of rules for Wikis based on MediaWiki software, if you are interested I could post them or provide a link

greetings
Manuela
#67
WebCopy / Re: Run webcopy again but avoi...
Last post by rumia - July 26, 2023, 08:00:35 PM
i am currently using version 1.9.0.822
is there any news regarding the "-1" problem?
Currently I have the same problem although I have set the 3 settings from link on first post.
filename-1.typ and filename.typ files have same sha1 hash

if not, is it possible to get the function, if file exists locally (path\file) then the download should be skipped?
#68
WebCopy / Re: redirect download folder?
Last post by rumia - July 26, 2023, 05:15:22 PM
Hello, I understand that currently there is no time for this incidental function, but thanks anyway.
#69
WebCopy / Re: Capture Forms "browser" lo...
Last post by zabadoh - July 22, 2023, 06:19:39 AM
I figured it out!

It's embedding Internet Explorer, which is semi-hidden on Windows 7.

I closed WebCopy.

Then I brought up IE by right clicking on the desktop Start button, selecting Search, searching for "Internet Explorer"

That allowed me to run IE, and I cleared out the cookies, closed IE.

Now Capture Form works properly on WebCopy!
#70
WebCopy / Capture Forms "browser" logged...
Last post by zabadoh - July 22, 2023, 05:59:22 AM
On the Capture Forms "browser" page, I logged into a website that I want to capture, now I can't log out to actually complete the Capture Forms process.

I can't clear cookies to stop the session, and I even uninstalled the program, then reinstalled it, and I'm still logged into the website.

Please help me stop the website's session so that I can complete the Capture Forms process.