Search found 4 matches

by 843isdead
Sun Oct 26, 2008 6:09 pm
Forum: How do I download pictures from a website? [Public Forum]
Topic: Need help with g.e-hentai.org (adult site)
Replies: 0
Views: 146

Need help with g.e-hentai.org (adult site)

I'm still a beginner at regular expression so I can't tell what's wrong. From this script I can get the links working but not the pics.

Page URL include:
/s/\w+-[\d-]+[\d-]+[\d-]+jpg/[\d-]+\d+$

Picture URL include:
/r/[\w-]+[\d-]+[\d-]+[\d-]+jpg/[\d-]+[\w-]+/[\d-]+\d+/\d+/.jpg
by 843isdead
Sun Oct 26, 2008 11:17 am
Forum: How do I download pictures from a website? [Public Forum]
Topic: HowTo - Download from OneManga
Replies: 12
Views: 363

Re: HowTo - Download from OneManga

Thanks Koala, I've got a few questions regarding regular expressions that's not covered by the help file, hope you don't mind me using this thread instead of creating a new one. 1. What does /$ do? 2. What's the function of this bracketing? [\d-]+ 3. I know that ; is used to separate expressions ...
by 843isdead
Sun Oct 26, 2008 7:08 am
Forum: How do I download pictures from a website? [Public Forum]
Topic: HowTo - Download from OneManga
Replies: 12
Views: 363

Re: HowTo - Download from OneManga

Yeah, I wonder about that too. I've tried fixing with various expressions, but to no avail. (I'm still a beginner)