Author |
Message |
SudoKune
|
Post subject: HowTo - Download from OneManga Posted: Mon Oct 13, 2008 6:58 pm |
|
Joined: Mon Oct 13, 2008 6:40 pm Posts: 2
|
CAn Any One tell me how to grab a full manga episode picture from using picaloader in separated folder,
|
|
 |
|
 |
KoalaBear
|
Post subject: Re: HowTo - Download from OneManga Posted: Tue Oct 14, 2008 3:12 am |
|
Joined: Wed Sep 24, 2003 5:27 pm Posts: 463
|
had posted an article about this site: , but the attachement can't be access now:(
We have to do every thing by ourself:
First, create a new project for download mangas from this site only: Run , select Create a new empty project, then press OK, enter Project's name and target folder, if you wanna PicaLoader create a folder for each manga, select Create a subfolder for each task.
Second, enter project's default options: Uncheck Support J/VB/JavaScript Page URL Include Filters:/[\d\.-]+/$;/\d+-\w+/$ Picture URL Include Filters:/mangas/\d+/\d+/[\d-]+\.jpg;/mangas/\d+/\d+/\d+-\w+\.jpg
OK! now you can open the category page http://www.onemanga.com/directory/ with IE, drag the manga that you want download and drop to PicaLoader's drop box, PicaLoader will create a new task for you, just press OK button.
Now you can press Start button and enjoy your mangas:)
Attachments: |

monga1.jpg [ 50.34 KiB | Viewed 29117 times ]
|

monga2.jpg [ 41.63 KiB | Viewed 28948 times ]
|

monga5.jpg [ 108.32 KiB | Viewed 29430 times ]
|

monga3.jpg [ 40.23 KiB | Viewed 29009 times ]
|

monga4.jpg [ 131 KiB | Viewed 28183 times ]
|
Last edited by KoalaBear on Sun Oct 26, 2008 10:11 am, edited 2 times in total.
|
|
 |
|
 |
SudoKune
|
Post subject: Re: HowTo - Download from OneManga Posted: Wed Oct 15, 2008 3:03 pm |
|
Joined: Mon Oct 13, 2008 6:40 pm Posts: 2
|
Thanks. KoalaBear This works great, I can collect all my manga from first chapter 
|
|
 |
|
 |
pucca88
|
Post subject: Re: HowTo - Download from OneManga Posted: Sat Oct 18, 2008 4:00 am |
|
Joined: Sat Oct 18, 2008 3:58 am Posts: 1
|
hi guys, i'm having trouble downloading from one manga
using the settings above, it keeps stop whenever it tries to download file with format 02-03.jpg (number-number.jpg)
anyone know how to resolve it ? thx
|
|
 |
|
 |
KoalaBear
|
Post subject: Re: HowTo - Download from OneManga Posted: Sat Oct 18, 2008 6:41 am |
|
Joined: Wed Sep 24, 2003 5:27 pm Posts: 463
|
|
 |
|
 |
Ofunu
|
Post subject: Re: HowTo - Download from OneManga Posted: Thu Oct 23, 2008 11:46 pm |
|
Joined: Thu Oct 23, 2008 11:43 pm Posts: 3
|
Hi, i'm new here and i found this topic, i tryed it and it worked, but i got a question, it downloaded all the pictures in a folder named like the manga, but i want them to be separated in diferent folders acording to the chapter all of them inside the folder named after the manga title, is that possible?
by example
c:\manga\manga_name\manga_chapter1\image_from_manga_chapter_1.jpg and c:\manga\manga_name\manga_chapter2\image_from_manga_chapter_2.jpg
|
|
 |
|
 |
KoalaBear
|
Post subject: Re: HowTo - Download from OneManga Posted: Fri Oct 24, 2008 12:56 pm |
|
Joined: Wed Sep 24, 2003 5:27 pm Posts: 463
|
for this site, you can try: click main menu->project->properties, change folder struct from Create a subfolder for each task to Recreate target website's folder structure
|
|
 |
|
 |
Ofunu
|
Post subject: Re: HowTo - Download from OneManga Posted: Fri Oct 24, 2008 9:30 pm |
|
Joined: Thu Oct 23, 2008 11:43 pm Posts: 3
|
|
 |
|
 |
843isdead
|
Post subject: Re: HowTo - Download from OneManga Posted: Sun Oct 26, 2008 7:08 am |
|
Joined: Sun Oct 26, 2008 6:55 am Posts: 4
|
Yeah, I wonder about that too. I've tried fixing with various expressions, but to no avail. (I'm still a beginner)
|
|
 |
|
 |
KoalaBear
|
Post subject: Re: HowTo - Download from OneManga Posted: Sun Oct 26, 2008 10:10 am |
|
Joined: Wed Sep 24, 2003 5:27 pm Posts: 463
|
try change: Page URL Include Filters:/[\d\.-]+/$;/\d+-\w+/$ Picture URL Include Filters:/mangas/\d+/\d+/[\d-]+\.jpg;/mangas/\d+/\d+/\d+-\w+\.jpg
|
|
 |
|
 |
843isdead
|
Post subject: Re: HowTo - Download from OneManga Posted: Sun Oct 26, 2008 11:17 am |
|
Joined: Sun Oct 26, 2008 6:55 am Posts: 4
|
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, but is it also an OR function? As in A;B, if A doesn't exist, find B, or is it both finding A and B? Sorry if I'm not very clear. 4. Is there a way to clear all tasks at once? I'd like to use a project as a template but adding new tasks seems to be auto-saved, and it's tedious to clear them one by one when you have multiple tasks.
|
|
 |
|
 |
KoalaBear
|
Post subject: Re: HowTo - Download from OneManga Posted: Sun Oct 26, 2008 3:00 pm |
|
Joined: Wed Sep 24, 2003 5:27 pm Posts: 463
|
1.$ means: at the end of the line. 2.[\d-]+ means one or more number or - 3.Yes, you can also use |. 4.No:(
|
|
 |
|
 |
843isdead
|
Post subject: Re: HowTo - Download from OneManga Posted: Sun Oct 26, 2008 4:48 pm |
|
Joined: Sun Oct 26, 2008 6:55 am Posts: 4
|
Thanks for the reply. 
|
|
 |
|
 |
topi_gua
|
Post subject: Re: HowTo - Download from OneManga Posted: Fri Dec 26, 2008 3:53 am |
|
Joined: Fri Dec 26, 2008 3:49 am Posts: 2
|
i can't download mangas in manga.gamestotal.com by this script, can you help me????
|
|
 |
|
 |
stripedtiger
|
Post subject: Re: HowTo - Download from OneManga Posted: Fri Jan 02, 2009 4:20 am |
|
Joined: Fri Jul 18, 2008 11:27 pm Posts: 19
|
|
 |
|
 |
|