nonamethanks
c9227645d9
Add anifty.jp support
2022-04-18 16:50:26 +02:00
nonamethanks
9612578fcb
Add Booth support
2022-04-16 17:52:18 +02:00
evazion
ca8083465b
newgrounds: exclude links to other works in commentary.
...
Sometimes when a Newgrounds post is part of a set, there is a list of
links to other posts in the set in the artist's commentary. Exclude
these links because they're not really part of the commentary.
Example: https://www.newgrounds.com/art/view/boxofwant/annie-hughes-1 (NSFW)
2022-04-02 23:13:26 -05:00
evazion
6807ed7786
Fix #5077 : Images rated "Adult" on Newgrounds no longer upload.
2022-04-02 17:55:29 -05:00
evazion
bfbc932025
Fix #5082 : NoMethodError when searching an old-style dead fanbox url in artist urls.
...
This API call:
# profile: https://www.pixiv.net/fanbox/creator/40684196
curl -H "Origin: https://fanbox.cc " "https://api.fanbox.cc/creator.get?userId=40684196 "
returns `{ "body": nil }` when the artist is deleted. We didn't expect `body` to be nil.
Also fix it so that `profile_url` returns the `https://www.pixiv.net/fanbox/creator/40684196 `
URL if we can't get the `https://<username>.fanbox.cc` URL, usually because the API call failed
because the artist is deleted.
2022-03-30 18:19:08 -05:00
evazion
d9d3c1dfe4
sources: rename Sources::Strategies to Source::Extractor.
...
Rename Sources::Strategies to Source::Extractor. A Source::Extractor
represents a thing that extracts information from a given URL.
2022-03-24 03:49:44 -05:00