You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is hoped that when crawling works, information such as the title of the work, the name of the author, and the avatar can be obtained at the same time.
Some users using an external network environment may be given the option to control whether to enable the proxy.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue and sorry for the delayed reply.
You are welcome to drop a PR if you would like to help enhance it. Besides, it would be better to briefly introduce your PR design here before hands-on it.
As for these two issues, existing APIs can partially resolve them.
By enabling download_config.with_tag, tags of artworks, including avatar description, will be collected. However, it seems the title and author information are missing. I believe expanding with_tag option into with_metadata option could be a elegant solution.
Proxy can be disabled by setting network_config.proxy["https"] = "", but this still lacks some flexibility for more complicated scenarios.
The text was updated successfully, but these errors were encountered: