mikf/gallery-dl

arcalive unsupported URL error for user pages with number suffix identifier

Open

#8213 opened on Sep 14, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (8,424 stars) (737 forks)batch import
help wantedsite:url

Description

arca.live uses a hashtag number identifier as people can have the same usernames. However gallery-dl does not see these userpage links as a valid URL for the arcalive extractor

example:

User: ㅇㅇ#10727074

User url: https://arca.live/u/@%E3%85%87%E3%85%87/10727074

Trying to run gallery-dl on this url results in:

[gallery-dl][error] Unsupported URL 'https://arca.live/u/@%E3%85%87%E3%85%87/10727074'

Contributor guide