1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 19:22:32 +01:00
gallery-dl/gallery_dl
Kyle Anthony Williams a14b72be21
[webtoons] Use swebtoon-phinf.pstatic.net instead of webtoon-phinf.pstatic.net (#2005)
* [webtoons] Use swebtoon-phinf.pstatic.net instead of webtoon-phinf.pstatic.net

This trick to avoid having to set a Referer header comes from
Webtoon's RSS feeds. The two URLs below are equivalent in content:

https://webtoon-phinf.pstatic.net/20210929_153/1632867980912DmcGK_JPEG/16328679808882705182.jpg?type=q90
https://swebtoon-phinf.pstatic.net/20210929_153/1632867980912DmcGK_JPEG/16328679808882705182.jpg?type=q90

The URL with the domain "webtoon-phinf.pstatic.net" needs a Referer
header, and the domain "swebtoon-phinf.pstatic.net" does not. This
is because of the environment "swebtoon" images live in, one without
explicit network control: RSS feeds on sites such as Feedly. This change should
make it easier for gallery-dl developers to embed Webtoon comics without
worrying about headers.
2021-11-11 20:03:34 +01:00
..
downloader [ytdl] implement parsing ytdl command-line options (#1680) 2021-11-07 02:44:11 +01:00
extractor [webtoons] Use swebtoon-phinf.pstatic.net instead of webtoon-phinf.pstatic.net (#2005) 2021-11-11 20:03:34 +01:00
postprocessor [postprocessor:compare] add 'equal' option (#1592) 2021-10-05 03:03:37 +02:00
__init__.py allow 'extractor.modules' to be a string 2021-07-18 00:34:04 +02:00
__main__.py return with non-zero exit status on error 2019-10-27 23:54:18 +01:00
cache.py run tests without using 'nose' 2021-10-13 04:07:41 +02:00
config.py support XDG_CONFIG_HOME (closes #1545) 2021-05-16 02:48:16 +02:00
exception.py add '"skip": "terminate"' option 2021-05-12 02:22:28 +02:00
formatter.py support accessing the current local datetime in format strings 2021-10-30 21:41:09 +02:00
job.py move 'util.PathFormat' into its own 'path' module 2021-09-27 21:29:37 +02:00
oauth.py write OAuth token to cache by default (#616) 2020-05-25 22:35:45 +02:00
option.py add '--write-infojson' command-line option 2021-09-23 18:02:20 +02:00
output.py simplify and adjust download progress indicator (#1519) 2021-09-29 18:40:36 +02:00
path.py move 'util.PathFormat' into its own 'path' module 2021-09-27 21:29:37 +02:00
text.py consider apparently long extensions as part of the filename 2021-05-02 21:15:50 +02:00
util.py remove 'unit' argument from 'util.format_value()' 2021-09-28 23:07:55 +02:00
version.py [ytdl] implement parsing ytdl command-line options (#1680) 2021-11-07 02:44:11 +01:00
ytdl.py [ytdl] fix syntax for Python 3.4 2021-11-09 23:05:12 +01:00