mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.47k stars 939 forks source link

[Site support request] Linktr.ee and related sites should spawn processes for each linked website #1797

Closed Scripter17 closed 3 years ago

Scripter17 commented 3 years ago

So I'm not sure if this is even remotely "in-scope" for this project, but some people use linktr.ee to link together all their social medias. It's really helpful on twitter where biospace is limited

Preferably there would be at least three ways of deciding which sites to use

  1. "just use every site with a dedicated config entry"
  2. Use every site
  3. Use a designated array of sites

I think it makes more sense to treat this like running gallery-dl on each link individually rather than having a gallery-dl/linktree folder

mikf commented 3 years ago

gallery-dl r:https://linktr.ee/<user> kind of allows you to do that already. This will scan the contents of https://linktr.ee/<user> for things that look like URLs and spawn an (independent) extractor for each supported URL.

Preferably there would be at least three ways of deciding which sites to use

2 and 3 can be done with the blacklist & whitelist options for the recursive extractor.