Jules-WinnfieldX / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
1.64k stars 191 forks source link

[BUG] jpg.fish error fetch urls #569

Closed Aliaksandr3by closed 1 year ago

Aliaksandr3by commented 1 year ago

the link like "...[URL='https://jpg.fish/img/YtG3rKS'][IMG]..." get fetched with error like :

excess symbol is '

Starting Cyberdrop-DL We are running version 4.2.195 of Cyberdrop Downloader Starting Scrape Starting: https://jpg.fish/img/YtG3rKS' Error: https://jpg.fish/img/YtG3rKS' Finished: https://jpg.fish/img/YtG3rKS'

Jules-WinnfieldX commented 1 year ago

I'd need to see the downloader.log file.

Jules-WinnfieldX commented 1 year ago

That file doesn't contain any errors. You'll need to redo whatever it is that errors out, and then upload a new file.

Aliaksandr3by commented 1 year ago

downloader.log

sorry

Aliaksandr3by commented 1 year ago

I use regex for extract with EmEditor

(?<=\[URL=')(.*?)(?='])

Jules-WinnfieldX commented 1 year ago

Here is the updated pattern used in the program if you're curious:

"(?:http.*?)(?=($|\n|\r\n|\r|\s|\"|[/URL]|'][|][|[/img]))"

4.2.196 is going up now.

Aliaksandr3by commented 1 year ago

now it is good working)))

p.s. how can I skip the masege "Keep going? (y/N) y"

image

and what is image

Jules-WinnfieldX commented 1 year ago

Unless you are making codebase changes, you shouldn't be running this in an IDE. You should be installing it as a library and running it through cmd. Read the readme for the actual installation and run methods. If you do that, you won't get asked for the yes no. You are asked that because you are essentially running it in dev mode.

Aliaksandr3by commented 1 year ago

maybe possible to insert a argument?

image

Jules-WinnfieldX commented 1 year ago

I'm not gonna help with this bud. I don't support running in an IDE.

Aliaksandr3by commented 1 year ago

sorry. thx for your work