Commit Graph

230 Commits

Author SHA1 Message Date
Mike Fährmann
07c8adbd8b [mangadex] implement login with username & password (#1535) 2021-06-08 02:12:57 +02:00
Mike Fährmann
f14a36cfc9 release version 1.17.5 2021-05-30 19:24:00 +02:00
Mike Fährmann
1eabfa5c7a [pillowfort] implement login with username & password (#846) 2021-05-19 02:59:16 +02:00
Mike Fährmann
3a7c3ff138 support XDG_CONFIG_HOME (closes #1545)
This will only load either
${XDG_CONFIG_HOME}/gallery-dl/config.json or
${HOME}/.config/gallery-dl/config.json
if XDG_CONFIG_HOME is empty, never both.
2021-05-16 02:48:16 +02:00
Mike Fährmann
4835888acc release version 1.17.4 2021-05-07 21:37:48 +02:00
Mike Fährmann
07b6661a87 release version 1.17.3 2021-04-25 21:23:26 +02:00
Mike Fährmann
583bee7725 release version 1.17.2 2021-04-02 21:16:44 +02:00
Mike Fährmann
d5aad999dc [tapas] implement login with username & password (#692) 2021-03-30 01:45:28 +02:00
Mike Fährmann
15daa62842 release version 1.17.1 2021-03-19 19:14:04 +01:00
Mike Fährmann
a67e002f40 update docs/supportedsites
- use Markdown with inline HTML instead of reStructuredText
- move file from docs/supportedsites.rst to docs/supportedsites.md
- update Makefile, README, etc
2021-03-12 03:03:48 +01:00
Mike Fährmann
5cf593a00a release version 1.17.0 2021-03-05 18:55:36 +01:00
Mike Fährmann
6a28b7045c update 'docs/gallery-dl.conf' 2021-03-03 03:11:48 +01:00
Mike Fährmann
511fadf313 update README.rst
- add table of contents
- update "Standalone Executable" section
- mention OAuth for Mastodon instances
2021-02-22 22:57:35 +01:00
Mike Fährmann
b3bbde2f57 remove "From Source" install instructions from README
Users should always use 'pip' when installing a Python package and never
run 'pythin setup.py install' manually.

Running from source can be done by adding the main directory containing
'gallery_dl' to PYTHONPATH and using 'python -m gallery_dl' or
'bin/gallery-dl'.
2021-02-16 02:36:35 +01:00
Mike Fährmann
6e40585fb1 release version 1.16.5 2021-02-14 16:46:59 +01:00
Mike Fährmann
8974f0361c [pixiv] update (#1304)
- remove login with username & password
- require a refresh token
- add 'oauth:pixiv' functionality

See also:
- https://github.com/upbit/pixivpy/issues/158
- https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362
2021-02-12 18:07:16 +01:00
Mike Fährmann
477ed010c1 release version 1.16.4 2021-01-23 17:34:59 +01:00
Mike Fährmann
f277e48c77 release version 1.16.3 2021-01-10 00:31:52 +01:00
Mike Fährmann
32fcc61b84 release version 1.16.2 2021-01-09 18:24:51 +01:00
Mike Fährmann
d1903589a5 release version 1.16.1 2020-12-27 18:28:33 +01:00
Mike Fährmann
ff841d1f7b update link to Chrome cookie export extension
see bbe8cc6662
2020-12-26 21:37:21 +01:00
Mike Fährmann
465015f75a [sankaku] reimplement login support (#1176, #1182) 2020-12-17 16:12:59 +01:00
Mike Fährmann
1f9121fecb release version 1.16.0 2020-12-12 23:08:25 +01:00
Mike Fährmann
1e59aa6123 update README.rst and setup.py
- remove superfluous '-'s
- use definition list for config paths
- add Python 3.9 support to setup.py classifiers
2020-12-12 16:16:29 +01:00
Mike Fährmann
b8f2e42f7a update pip install instructions 2020-12-12 15:45:34 +01:00
Mike Fährmann
b2c55f0a72 [sankaku] remove login support
The old login method for 'https://chan.sankakucomplex.com/user/login'
and the cookies it produces have no effect on the results from
'beta.sankakucomplex.com'.
2020-12-08 21:05:47 +01:00
Mike Fährmann
06af57e84a update CHANGELOG and README for 1.15.4 2020-11-28 00:09:34 +01:00
Mike Fährmann
d6986be8b0 Move CI to GitHub Actions 2020-11-17 19:40:45 +01:00
Mike Fährmann
e5438b8a29 release version 1.15.3 2020-11-13 15:50:05 +01:00
Mike Fährmann
18213dc5ba release version 1.15.2 2020-10-24 18:57:29 +02:00
Mike Fährmann
b8daabc3ca [pinterest] implement login support (closes #1055)
being logged allows access to secret/protected boards
2020-10-15 15:14:18 +02:00
Mike Fährmann
35056a07d1 release version 1.15.1 2020-10-11 18:44:46 +02:00
Aster Wang
faeea597bb Add some hints for scoop users (#1038)
* Add some hints for scoop users

As not everyone is willing to use complicated chocolatey

* gallery-dl is in main bucket!
2020-10-08 19:08:33 +02:00
Mike Fährmann
2184ec5d78 release version 1.15.0 2020-09-20 22:06:46 +02:00
Mike Fährmann
33fe67b594 release version 1.14.5 2020-08-30 21:20:26 +02:00
ArtaxIsSleeping
0e941553ec [aryion] Add username/password support (#960)
* Add username/password support to aryion extractor

* Update docs to match

* Fix code style
2020-08-27 22:45:30 +02:00
Mike Fährmann
688bd046fc release version 1.14.4 2020-08-15 21:29:02 +02:00
Mike Fährmann
901a897e6f [inkbunny] mention login support 2020-07-26 23:52:52 +02:00
Mike Fährmann
b62ea72533 release version 1.14.3 2020-07-18 18:34:36 +02:00
Mike Fährmann
d5fcffcced [subscribestar] add login capabilities (#852) 2020-07-17 22:18:01 +02:00
Zanny
9339ac0c7b Document Extractor Prefixing (#892) 2020-07-15 21:28:20 +02:00
Mike Fährmann
4f16fd37fe release version 1.14.2 2020-06-27 20:46:01 +02:00
Mike Fährmann
6db7ed90cb release version 1.14.1 2020-06-12 20:12:09 +02:00
Mike Fährmann
f1ef9082bb release version 1.14.0 2020-05-31 20:39:36 +02:00
Mike Fährmann
c4d06a8331 add section about cookies to README.rst 2020-05-31 00:23:58 +02:00
Mike Fährmann
3e0848a482 [instagram] disable login with username&password (#756) 2020-05-29 23:29:40 +02:00
Mike Fährmann
da22ea8ced use %APPDATA%\gallery-dl for config/cache on Windows 2020-05-28 02:56:38 +02:00
Starz0r
4df2cadf60 Updated README to include additional Windows installation method (#763) 2020-05-18 20:34:08 +02:00
Vrihub
fe224416bf Some documentation improvements (#742)
* Link configuration examples in the intro, see #712

* Clarify overriding conf files by options, see #678
2020-05-10 23:47:20 +02:00
Mike Fährmann
ba42ec321c release version 1.13.6 2020-05-02 22:18:56 +02:00