Mike Fährmann
|
2a32b12043
|
add '--items' option
this allows to specify which manga-chapters/comic-issues to download
when using gallery-dl on a manga/comic URL
|
2017-02-20 22:02:49 +01:00 |
|
Mike Fährmann
|
3bca866185
|
rework the '-g' cmdline option
the amount of how often the -g option is given now determines up until
what level URLs are resolved.
example:
$ gallery-dl -g http://kissmanga.com/Manga/Dropout
http://kissmanga.com/Manga/Dropout/Ch-000---Oneshot-?id=145847
- when applied to a manga-extractor, specifying the -g option once will
now print a list of all chapter URls
$ gallery-dl -gg http://kissmanga.com/Manga/Dropout
http://2.bp.blogspot.com/.../000.png
http://2.bp.blogspot.com/.../001.png
...
- specifying it twice (or even more often) will go a level deeper and
print the image URLs found in those chapters
|
2017-02-17 22:18:16 +01:00 |
|
Mike Fährmann
|
4f123b8513
|
code adjustments according to pep8
|
2017-01-30 19:40:15 +01:00 |
|
Mike Fährmann
|
29692c5784
|
get extension from Content-Type header if not provided
|
2016-09-30 12:32:48 +02:00 |
|
Mike Fährmann
|
1134339c1f
|
Merge branch 'category'
|
2016-09-25 17:52:55 +02:00 |
|
Mike Fährmann
|
f32cf28758
|
enable long pathnames on windows (#4)
|
2016-09-25 09:30:06 +02:00 |
|
Mike Fährmann
|
581daebc4b
|
remove trailing spaces from path segments (#4)
|
2016-09-24 11:29:25 +02:00 |
|
Mike Fährmann
|
a347d50ef5
|
add (sub)category keyword automatically
|
2016-09-24 10:45:11 +02:00 |
|
Mike Fährmann
|
406add217c
|
print urls recursively
|
2016-08-11 13:20:21 +02:00 |
|
Mike Fährmann
|
6f7f29d684
|
rename a few files
|
2016-07-14 14:25:56 +02:00 |
|