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

Support full TikTok URL paths #19

Closed
torresjrjr opened this issue Mar 13, 2022 · 1 comment
Closed

Support full TikTok URL paths #19

torresjrjr opened this issue Mar 13, 2022 · 1 comment

Comments

@torresjrjr
Copy link

Currently, a full proper TikTok link looks like this:

https://www.tiktok.com/@papidog01/video/7025547126109261061

However, ProxiTok provides a view for only this URL pattern:

https://proxitok.herokuapp.com/video/7025547126109261061

One can't simply substitute the domain part. It is required that one tediously removes the <@username> section of the URL. Of course, a browser plugin like LibRedirect can do this step for you, but this needlessly complicates and bloats other software.

I am the maintainer of linkchanbot, a Telegram bot which functions similarly to LibRedirect.

https://sr.ht/~torresjrjr/linkchanbot/

It currently does not have the ability to manipulate link URL paths, and will not for the forseeable future. linkchanbot is meant to be simple. It would be much easier if ProxiTok simply supported the full URL pattern from TikTok.

How feasible is this? Thank you for your time.

@pablouser1
Copy link
Owner

Fixed with 6eee156. Now Proxitok allows both /video/ID and /@USERNAME/video/ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants