Anthony Forsberg

Results 28 comments of Anthony Forsberg

Wish my old friend had uploaded his fork years ago, had full underline + highlight underline as well as an option to wrap the underline all the way around the...

Looks straightforward enough, just a matter of giving the option to pass the proxies on run, something like: `--proxies="httpurl, httpsurl"` and if provided use them in the GET requests. This...

> requests, the network library bandcamp-dl uses, [supports SOCKS](https://requests.readthedocs.io/en/latest/user/advanced/#proxies) with required dependencies installed by `python -m pip install requests[socks]`. Proxy will be used when `HTTP_PROXY`, `HTTPS_PROXY` or `ALL_PROXY` is set,...

Track links can indeed appear on an artists albums page: Artist: https://meganmcduffee.bandcamp.com Track: https://meganmcduffee.bandcamp.com/track/relax (11th on the above page) How much testing has been done? I don't mind merging it...

It is a feature I plan to add in the near future as a sort of final feature update.

In progress, also adding wishlist support and possibly collections support but as I don't have any content on Bandcamp I have no way of really seeing what the html looks...

Progress has been made, I can now identify content type from the urls provided (collection, discography, wishlist, track, album) from here I can now fetch page data and send it...

Once I look up how and have some time sure thing.

Will likely push the `Dockerfile` and such to its own repo so I can maintain a github action that uploads it directly to Dockerhub. I will however link it and...

Going to start work on this today, hopefully 0.0.10 will be the first to be published this way. Then I can start working my way down the issue log.