Commit graph

198 commits

Author SHA1 Message Date
Pablo Ferreiro d273b35e53
Added apcu caching method and bump 2023-01-25 15:56:23 +01:00
Pablo Ferreiro faf1dcee51
bump, video showing up 2023-01-25 15:18:46 +01:00
Pablo Ferreiro 89d9ad2f9c
Mobile-friendly 2023-01-25 15:00:52 +01:00
Pablo Ferreiro 7ddf6f7738
bump cosign 2023-01-25 14:10:35 +01:00
Pablo Ferreiro 059bf7208a
bump 2023-01-25 13:59:59 +01:00
Pablo Ferreiro d5858c39fd Fixed undefined vars 2022-12-27 16:58:03 +01:00
Pablo Ferreiro 76be343c13
Merge pull request #114 from TheFrenchGhosty/patch-1
Update the credits, deprecate my image
2022-12-27 14:37:27 +00:00
TheFrenchGhosty a7b0edf8fe
Update the credits, deprecate my image 2022-12-21 17:37:23 +01:00
Pablo Ferreiro 73e9d7a1cd
Dynamically generated manifest 2022-11-27 14:26:35 +01:00
Pablo Ferreiro 0224cd25eb
Added url_tag 2022-11-27 00:05:11 +01:00
Pablo Ferreiro 215f984fe4
Properly implemented OG 2022-11-26 23:51:45 +01:00
Pablo Ferreiro ee6e8b0593
Revert "Added better og support"
This reverts commit fa3f1e0a7c.
2022-11-26 23:36:20 +01:00
Pablo Ferreiro fa3f1e0a7c
Added better og support 2022-11-26 23:28:59 +01:00
Pablo Ferreiro ce5c9e016b
Better profile pic resolution 2022-11-26 22:25:48 +01:00
Pablo Ferreiro 49fcc79f15
bump 2022-11-22 20:45:53 +01:00
Pablo Ferreiro b138f4bccc
misc folder and date on /video 2022-11-18 16:48:51 +01:00
Pablo Ferreiro 94da0e46ac
Internal fixes and cleanup 2022-11-04 20:08:19 +01:00
Pablo Ferreiro 1176bc35fe
web manifest tweaks and .latte structure 2022-11-04 18:02:57 +01:00
Pablo Ferreiro 4bfc4c9434
revert SW 2022-11-04 17:41:22 +01:00
Pablo Ferreiro de85ba3e44
hotfix 2022-11-04 17:36:18 +01:00
Pablo Ferreiro 79fd699cee
revert auto register sw 2022-11-04 17:25:14 +01:00
Pablo Ferreiro 8f83a27885
autoregister sw 2022-11-04 17:14:21 +01:00
Pablo Ferreiro cba59e66c7
WIP PWA support 2022-11-04 17:10:51 +01:00
Pablo Ferreiro c925ca2a41
bump cosign 2022-11-03 11:27:18 +01:00
Pablo Ferreiro 32ea8b6b12
Merge pull request #91 from chrisnovakovic/redirect-selective-urlencode
Redirect: URL-encode input term after processing input
2022-11-03 09:08:05 +00:00
Chris Novakovic 7d0df67ded Redirect: URL-encode input term after processing input
In the redirect controller, rather than URL-encoding the entire input
term before processing it, only URL-encode (the relevant parts of) it in
the URL that the redirect controller generates. This ensures that the
original input term can be pattern-matched appropriately.

Fixes #90.
2022-10-29 19:35:07 +01:00
Pablo Ferreiro 23583ef7ab
Fixed issue with download filename 2022-10-24 20:53:59 +02:00
Pablo Ferreiro 6fafcdcd11
Added some icons and bump scraper 2022-10-24 20:38:31 +02:00
Pablo Ferreiro 5e1b009f75
Fixed no watermark download, added settings icon 2022-10-23 21:35:04 +02:00
Pablo Ferreiro 7aa869f567
Download services, scraper bump 2022-09-25 19:53:00 +02:00
Pablo Ferreiro c076ba65a6
Merge pull request #79 from j9d3it/patch-2
Example Redirector config change
2022-09-07 16:15:03 +02:00
j9d3it 2504ba6e93
Example Redirector config change
I changed the example Redirector config to use the new official instance instead of the old Heroku one.
2022-09-06 16:00:00 +09:00
Pablo Ferreiro 38557fafa6
Nicer error display 2022-09-03 14:01:03 +02:00
Pablo Ferreiro 96fb2fd428
Proxy support 2022-09-03 13:21:43 +02:00
Pablo Ferreiro af4d98b8dd
Fixed rss item link 2022-09-03 12:59:36 +02:00
Pablo Ferreiro 40e5d45956
Merge pull request #71 from NoPlagiarism/vm_t_support
vt.tiktok.com + tiktok.com/t support in TikTok URL option
2022-09-03 00:17:03 +02:00
Pablo Ferreiro 2f20cf8c02
updated wrapper 2022-08-17 14:47:32 +02:00
NoPlagiarism aa2fff2b31 www, http, + /t/ fix 2022-08-16 03:03:48 +05:00
NoPlagiarism fbc9061b21 vt.tiktok.com + tiktok.com/t support 2022-08-16 02:30:08 +05:00
Pablo Ferreiro 67c080e5f4
Funding 2022-08-13 14:47:29 +02:00
Pablo Ferreiro 086c95ca71
Added public instance template 2022-08-13 13:32:46 +02:00
Pablo Ferreiro 931191bcaf
Added issue templates 2022-08-13 13:28:16 +02:00
Pablo Ferreiro ebe5941fa2
temp favicon, updated scrapper and .env changes 2022-08-13 13:09:39 +02:00
Pablo Ferreiro 574ae51582
bump 2022-08-11 23:34:16 +02:00
Pablo Ferreiro 90a2d2ec28
Updated TikScrapper 2022-08-11 23:33:16 +02:00
Pablo Ferreiro 3880da35ea
Merge pull request #63 from chrisnovakovic/tiktok-url
Accept TikTok URLs as search terms
2022-08-04 14:04:04 +02:00
Chris Novakovic 8d8fe43431 Add type declarations, fix function reference 2022-07-31 17:20:38 +01:00
Chris Novakovic e7ee03e3cc Accept TikTok URLs as search terms
On the home page, allow TikTok URLs to be entered as search terms for
the new category "TikTok URL", and redirect to a ProxiTok-compatible
URL when a valid one is entered.

Closes #58.
2022-07-27 00:49:14 +01:00
Pablo Ferreiro d0057e77e3
Fixing error message 2022-07-03 18:35:30 +02:00
Pablo Ferreiro d52dc8687f
Some anti-crash fixes 2022-07-03 18:19:10 +02:00