Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for data URIs. #16

Merged
merged 1 commit into from Apr 4, 2019

Conversation

Projects
None yet
2 participants
@sstanovnik
Copy link
Member

commented Apr 4, 2019

This adds support for data: URIs, which simplify my usage of the lifecycle manager. The wget library does not support them (and is unmaintained in general), so I've removed its only usage and used what Python 3.4+ provides out of the box.

@wafflebot wafflebot bot added the demo label Apr 4, 2019

@sstanovnik sstanovnik requested a review from rsucasas Apr 4, 2019

@rsucasas rsucasas merged commit 7c35892 into master Apr 4, 2019

@wafflebot wafflebot bot removed the demo label Apr 4, 2019

@sstanovnik sstanovnik deleted the datauri branch Apr 4, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.