Anthony Forsberg

Results 84 comments of Anthony Forsberg

@iheanyi I've pushed the workflow setup needed for automatic builds pushed to TestPyPI with the commands for PyPI included but commented out. That is about all I can do from...

Yeah that will be fine.

@iheanyi The build looks like its successful according to the log but it doesn't push to TestPyPI because of: ``` Warning: It looks like you are trying to use an...

TestPyPI builds are going through just fine now on each push after some minor tweaking (also updated the workflow) I wouldn't go so far as to add a release workflow...

Does Bandcamp have videos? Edit: Apparently so, with all an artists videos showing under ARTIST.bandcamp.com/video and on the album/track page when the particular track is playing. Already figured out where...

Sounds like a good idea, we already use a "session" so would just be a matter of allowing a user to provide credentials then doing a login request if possible...

Working on trying to login via requests to create a session, so far I've determined that Bandcamp uses KnockoutJS for its login form rather than the generic login form with...

Note to self: Check out browser-cookie3 to see if its possible to at least do this and support some browsers.

Yes a lot is based on how much the site layout has changed due to how scraping works, it hasn't been updated in more than 2 years, its not surprising...

Usually you would specify the download location anyway though?