remove short_url and add in-tree URLencoder #53

Merged
7415963987456321 merged 4 commits from 7415963987456321/URLencoder into master 2021-12-01 13:25:33 +01:00
7415963987456321 commented 2021-10-19 02:46:28 +02:00 (Migrated from github.com)

This PR removes the short_url dependency as per issue #41.
This implementation is pretty much the same as in short_url except I've rewritten the enbase() function to be iterative instead of recursive.
The only functions of the class are enbase() and debase() since those were the only functions being used by fhost.
My python is very rusty so if anything could be better I'll gladly modify this PR :)

This PR removes the short_url dependency as per issue #41. This implementation is pretty much the same as in short_url except I've rewritten the enbase() function to be iterative instead of recursive. The only functions of the class are enbase() and debase() since those were the only functions being used by fhost. My python is very rusty so if anything could be better I'll gladly modify this PR :)
mia added 1 commit 2021-12-01 13:24:07 +01:00
mia merged commit 9c4a0fd5a6 into master 2021-12-01 13:25:33 +01:00
mia deleted branch 7415963987456321/URLencoder 2021-12-01 13:25:34 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mia/0x0#53
No description provided.