Added Redirector
This commit is contained in:
parent
c413017b00
commit
1eb6626153
16
README.md
16
README.md
|
@ -8,11 +8,23 @@ Use Tiktok with an alternative frontend, inspired by Nitter.
|
||||||
* See tags
|
* See tags
|
||||||
* See video by id
|
* See video by id
|
||||||
* Discovery
|
* Discovery
|
||||||
* Create a following list, which you can later use to see all the feeds from those users
|
|
||||||
* RSS Feed for user, trending and tag (just add /rss to the url)
|
* RSS Feed for user, trending and tag (just add /rss to the url)
|
||||||
|
|
||||||
## Extension
|
## Extension
|
||||||
If you want to automatically redirect Tiktok links to ProxiTok, download [Libredirect](https://github.com/libredirect/libredirect)
|
If you want to automatically redirect Tiktok links to ProxiTok you can use:
|
||||||
|
* [Libredirect](https://github.com/libredirect/libredirect)
|
||||||
|
* [Redirector](https://github.com/einaregilsson/Redirector)
|
||||||
|
|
||||||
|
You can use the following config if you want to use Redirector (you can change https://proxitok.herokuapp.com with whatever instance you want to use):
|
||||||
|
```
|
||||||
|
Description: TikTok to ProxiTok
|
||||||
|
Example URL: https://www.tiktok.com/@tiktok
|
||||||
|
Include pattern: (.*//.*)(tiktok.com)(.*)
|
||||||
|
Redirect to: https://proxitok.herokuapp.com$3
|
||||||
|
Example result: https://proxitok.herokuapp.com/@tiktok
|
||||||
|
Pattern type: Regular Expression
|
||||||
|
Apply to: Main window (address bar)
|
||||||
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Clone the repository and fetch the requiered external packages with:
|
Clone the repository and fetch the requiered external packages with:
|
||||||
|
|
Loading…
Reference in a new issue